Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 537 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 537 Bytes

Google Secret Manager Issue

Deploy

To deploy the project, run deploy.sh which builds, pushes and deploys the Docker-image

$ ./deploy.sh <project-id>

Visit https://secret-manager-xxxxxxxx-ew.a.run.app/ or check service logs for output.

Run Locally

In order to run/test/debug locally, run the application by activating profile local-gcp and setting

GOOGLE_APPLICATION_CREDENTIALS=/path/to/credentials.json
PROJECT_ID=<project-id>

See also

  • src/main/resources/application-local-gcp.yaml