misc: finalized addition

This commit is contained in:
Sheen Capadngan
2024-05-24 02:11:03 +08:00
parent 133841c322
commit 8497182a7b

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 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). 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 the right roles for the selected project (Secrets Manager Admin and Service Usage Admin) 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)
</Warning> </Warning>
</Step> </Step>
</Steps> </Steps>