Hey all :wave: I'm having some trouble understand...
# flyte-support
a
Hey all πŸ‘‹ I'm having some trouble understanding the docs for "configuring a secret management system plugin". We'd like to access secrets stored in GCP within our task code - this is not listed in the supported secret managers in the docs, but we've followed the tutorial from these Union docs and I can see that there's a GCP Secret Manager in the flytepropeller codebase. Is it possible to use the GCP Secret Manager, and is there a config setting we need to set somewhere to use this as a plugin? The docs in the above linked section don't specify how to switch from the default k8s secret manager. We are running a self-managed flyte cluster in GCP configured via the official flyte-binary helm chart (v1.12.0).
f
It is indeed possible to use gcp secrets manager
a
@freezing-airport-6809
need
or
not
?
f
Fixed typo - indeed
πŸ™ 1
g
it’s enabled by default. here is the default settings
a
Ah great! If it's available and enabled automatically then that suggests that the Union walkthrough linked above should work 🀞 We were having issues with
ValueError: Please make sure to add secret_requests=[....] in @task
when we had things set up as per the example, so there must be something else we're missing - I'll keep digging..