python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Unable to access secret from Secrets Manager
I've added some secrets to the Secret Manager but I get the following error trying to access them at runtime:
rpc error: code = Unauthenticated desc = transport: compute: Received 500 `Could not fetch...
massfords
Votes: 0
Answers: 1
GCP service account key rotation through secret manager
I have a service account in GCP and I hold its key in a Secret Manager.
Is there a way to set a scheduled secret rotation for that secret holding service account key, so the Pub/Sub would be a GCP one...

David Taub
Votes: 0
Answers: 2
Using secret manager on micronaut and default values
I'm using gcp secret manager to store sensitive information; for example to know the password of the database I use ${sm.database.password}. I'd to know whether there is a way to have an alternative v...
jics
Votes: 0
Answers: 2
Google Cloud Secrets - Reusing a secret
I am using Google Cloud Secrets in a NodeJS Project. I am moving away from using preset environment variables and trying to find out the best practice to store and reuse secrets.
The 3 main routes I'v...
tbowden
Votes: 0
Answers: 1