Summary
The user is seeking clarification on configuring a secret management system plugin for accessing secrets in GCP within their task code. They note that GCP is not listed as a supported secret manager in Flyte documentation but found a GCP Secret Manager in the Flyte codebase after following a tutorial. The user inquires about the possibility of using GCP Secret Manager and whether specific configuration settings are needed to switch from the default Kubernetes secret manager, as they are running a self-managed Flyte cluster in GCP using the official Flyte binary helm chart (v1.12.0). They mention encountering a ValueError
related to secret requests and are looking for further solutions.