Update gcp-secret-manager.mdx

This commit is contained in:
Maidul Islam
2024-05-24 11:55:29 -04:00
committed by GitHub
parent 8497182a7b
commit 966bd77234

View File

@@ -52,7 +52,7 @@ description: "How to sync secrets from Infisical to GCP Secret Manager"
Using Infisical to sync secrets to GCP Secret Manager requires that you enable
the Service Usage API and Cloud Resource Manager API in the Google Cloud project you want to sync secrets to. More on that [here](https://cloud.google.com/service-usage/docs/set-up-development-environment).
Additionally, ensure that your GCP account has sufficient permission to manage secret and service resources (you can assign Secret Manager Admin and Service Usage Admin roles)
Additionally, ensure that your GCP account has sufficient permission to manage secret and service resources (you can assign Secret Manager Admin and Service Usage Admin roles for testing purposes)
</Warning>
</Step>
</Steps>