Secret Manager mengekspos REST API dan gRPC API untuk menggunakan dan mengelola secret secara langsung atau di aplikasi Anda. Topik ini menjelaskan cara mengaktifkan Secret Manager API dan mengonfigurasi project Google Cloud Anda untuk menggunakan Secret Manager untuk pertama kalinya. Langkah ini adalah prasyarat untuk semua tugas di Secret Manager, termasuk panduan memulai.
Saat Anda mulai memahami Secret Manager, sebaiknya gunakan project Google Cloud terpisah. Menghapus project juga akan menghapus semua resource yang dibuat selama pengujian, termasuk resource yang dapat ditagih.
Jika Anda mengembangkan aplikasi di IDE dengan Cloud Code yang diinstal, Secret Manager akan terintegrasi ke dalam ekstensi. Artinya, Anda dapat membuat, melihat, memperbarui, dan menggunakan secret tanpa harus keluar dari IDE. Untuk mengetahui informasi selengkapnya tentang cara menggunakan Secret Manager dengan Cloud Code, lihat panduan pengelolaan secret untuk IDE pilihan Anda, yaitu VS Code, IntelliJ, atau Cloud Shell Editor.
Mengaktifkan Secret Manager API dan Google Cloud CLI
- Sign in to your Google Cloud account. If you're new to Google Cloud, create an account to evaluate how our products perform in real-world scenarios. New customers also get $300 in free credits to run, test, and deploy workloads.
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Make sure that billing is enabled for your Google Cloud project.
-
Enable the required API.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Make sure that billing is enabled for your Google Cloud project.
-
Enable the required API.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
Langkah selanjutnya
- Pelajari lebih lanjut autentikasi dan akses ke Secret Manager API.
- Pelajari lebih lanjut cara membuat secret.
- Pelajari lebih lanjut cara menambahkan versi secret.