gcp
integration that uses GCP to store secrets.
When to use it
You should use the GCP secrets manager if:- a component of your stack requires a secret for authentication, or you want to use secrets inside your steps.
- you’re already using GCP, especially if your orchestrator is running in GCP. If you’re using a different cloud provider, take a look at the other secrets manager flavors.
How to deploy it
In order to use the GCP secrets manager, you need to enable it here.How to use it
To use the GCP secrets manager, we need:- The ZenML
gcp
integration installed. If you haven’t done so, run
- The GCP CLI installed and authenticated.
- The ID of the project in which you want to store secrets. Follow this guide to find your project ID.