Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-reproducible/manual mapbox secret #68

Open
github-actions bot opened this issue Dec 13, 2024 · 0 comments
Open

Non-reproducible/manual mapbox secret #68

github-actions bot opened this issue Dec 13, 2024 · 0 comments

Comments

@github-actions
Copy link

This mapbox API key was initially stored in Google Cloud Secret Manager using the web GUI, as

opposed to the rest being declared in the terraform configuration. This was originally considered

pretty temporary, so we will re-evaluate after frontend v1 is in progress.

# TODO: Non-reproducible/manual mapbox secret
# This mapbox API key was initially stored in Google Cloud Secret Manager using the web GUI, as
# opposed to the rest being declared in the terraform configuration. This was originally considered
# pretty temporary, so we will re-evaluate after frontend v1 is in progress.

from google.cloud import secretmanager


# TODO: Non-reproducible/manual mapbox secret
# This mapbox API key was initially stored in Google Cloud Secret Manager using the web GUI, as
# opposed to the rest being declared in the terraform configuration. This was originally considered
# pretty temporary, so we will re-evaluate after frontend v1 is in progress.
def get_mapbox_secret():
    """
    Retrieves the Mapbox API key from Google Cloud Secret Manager. This assumes you are
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants