Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable Google Cloud Secrets Manager using gcloud command line interface?

I have started a Google Cloud Account and I want to access and use Google Secret Manager. How can I enable Google Secret Manager API using gloud command line interface ?

like image 402
london_utku Avatar asked Mar 29 '26 19:03

london_utku


1 Answers

  1. Find the service name by using gcloud services list --available

    gcloud services list --available | grep Secret 
    
  2. Enable API using gcloud services enable:

    gcloud services enable secretmanager.googleapis.com
    
like image 173
Bartosz Pelikan Avatar answered Apr 02 '26 22:04

Bartosz Pelikan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!