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

Pass GCP secrets to Cloud Run django deployments #29

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

cortadocodes
Copy link
Member

@cortadocodes cortadocodes commented Mar 26, 2025

Contents (#29)

IMPORTANT: There is 1 breaking change.

New features

  • Provide secrets to Cloud Run revisions

Fixes

  • Separate secret names from envvar names with "="

Refactoring

  • 💥 BREAKING CHANGE: Unify secrets input format with environment variable format

Upgrade instructions

💥 Unify secrets input format with environment variable format

Provide secrets in gcp_secrets input variable in ENVIRONMENT_VARIABLE=secret-name form instead of ENVIRONMENT_VARIABLE:secret-name in deploy-cloud-run-django-server.yml workflow

BREAKING CHANGE: Provide secrets in `gcp_secrets` input variable in `ENVIRONMENT_VARIABLE=secret-name` form instead of `ENVIRONMENT_VARIABLE:secret-name` in `deploy-cloud-run-django-server.yml` workflow
@cortadocodes cortadocodes self-assigned this Mar 26, 2025
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

Successfully merging this pull request may close these issues.

Cloud Run deployment does not update with secrets defined using gcp_secrets
1 participant