Using the form below, you can create/update secrets in Secret Manager, read and delete them. In the controller code, the SecretManagerTemplate is being used to do these operations.
NOTE: In practice, you never want to allow your secrets to be visible as plaintext. This is just a demonstration!
Get a secret by secret ID from Secret Manager. You will receive an error if you try to get a secret ID that does not already exist.
This will create a secret if the provided secret ID does not exists. Otherwise it will create version under the provided secret ID.
This will delete a secret if the provided secret ID exists.
You can also view your secrets in the Secret Manager UI in Google Cloud Console .