| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This sample integrates with the Identity Platform to authenticate users to the application and connects to a Cloud SQL postgreSQL database for data storage.
Use it with the End user Authentication for Cloud Run.
For more details on how to work with this sample read the Google Cloud Run Java Samples README.
Cloud Run services can be configured with Environment Variables. Required variables for this sample include:
OR
Uncomment variables in application.properties and set:
Both postgres-secrets.json and static/config.js should not be committed to a git repository and should be added to .gitignore.
Saving credentials directly as environment variables is convenient for local testing, but not secure for production; therefore using SECRET_NAME and VERSION in combination with the Google Secret Manager is recommended.
mvn spring-boot:run
| Back | FazBrowse Home | New Git URL |