python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Django + APP ENGINE (GAE) - No local .env or GOOGLE_CLOUD_PROJECT detected. No secrets found
i want to deploy in App Engine a Django app.
I created and configurate a SECRET MANAGER in GAE and when i want to get that secret from my SETTINGS.PY, it display the error 'No local .env or GOOGLE_CLO...
el jota
Votes: 0
Answers: 0
How to use custom substitutions with secretmanager in cloudbuild?
I'm having an issue with using custom substitutions in my cloudbuild.yaml.
substitutions:
_CUSTOM_SUBSTITUTION: this-is-a-path
availableSecrets:
secretManager:
- versionName: projects/$_CUSTOM_S...
kckaiwei
Votes: 0
Answers: 1