You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For setting up a local test environment, see [Test Environment Setup](#test-environment-setup).
683
+
684
+
Secrets (e.g., project names, API keys, passwords) are kept in
685
+
Cloud Secret Manager. See [python-docs-samples-test-env](https://console.cloud.google.com/security/secret-manager/secret/python-docs-samples-test-env/versions?project=cloud-devrel-kokoro-resources).
686
+
If you are unable to access the link, reach out to your assigned pull
687
+
request reviewer or someone in [@GoogleCloudPlatform/python-samples-owners](https://github.com/orgs/GoogleCloudPlatform/teams/python-samples-owners)
688
+
for assistance.
689
+
690
+
1. Add the new environment variable to [`testing/test-env.tmpl.sh`](testing/test-env.tmpl.sh)
691
+
in your pull request.
692
+
2. Run [`scripts/decrypt-secrets.sh`](scripts/decrypt-secrets.sh)
693
+
to fetch the secrets. A new file`testing/test-env.sh` will appear.
694
+
3. Add the new environment variable to `testing/test-env.sh`.
695
+
4. Run [`scripts/encrypt-secrets.sh`](scripts/encrypt-secrets.sh)
696
+
to upload the secrets to secret manager.
697
+
698
+
699
+
636
700
### Google Cloud Storage Resources
637
701
638
702
Certain samples require integration with Google Cloud Storage (GCS), most
0 commit comments