Home > other >  google cloud secret management
google cloud secret management

Time:05-21

im comming here with some basic question how is the best way to import secrets from google cloud management with using google cloud run or is there any chance to import to application.yaml as variable ? or it is only available for kubernetes ? Im using spring boot java application. I am quite new to gcp so im open on any effective ideas, thanks.

CodePudding user response:

Based on @DazWilkin you can try to do a reading and quickstart on how you can apply Google Cloud Secret Manager. The link shared includes best practices.

Google provides a documentation where you can apply and practice Secret Manager to Cloud Run and GKE. In addition to that Google documentation provides codes and commands for different sources. For Cloud Run and for GKE.

  • Related