Yes, you can use both Kubernetes (K8s) secrets and AWS Secrets Manager to manage secrets in Flyte. According to the
Flyte documentation, Flyte supports multiple secret management systems, including K8s secrets and AWS Secrets Manager. The K8s secrets manager is the default, but you can configure Flyte to use AWS Secrets Manager as well. When using AWS Secrets Manager, secrets need to be specified by naming them in the format
<SECRET_GROUP>:<SECRET_KEY>
, where the secret string is a plain-text value.
Would you like more detail on how to configure and use these secret managers in Flyte?
Sources:
-
Flyte documentation 👍 0 button 👎 0 button 💡
Hint: Mention @runllm in the thread for followups.