Replies: 3 comments 1 reply
-
|
Have you seen this page: https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/stable/operators.html#how-to-use-cluster-configmaps-secrets-and-volumes-with-pod (Specifically how Secret is used) ? Does it answer your question? |
Beta Was this translation helpful? Give feedback.
-
|
Hello @potiuk, my question is more related to how to use values from AWS Secrets Manager in the helm chart's values override, like the metadataConnection values https://airflow.apache.org/docs/helm-chart/stable/parameters-ref.html#database as opposed to using kubernetes secrets for this kind of config, as explained in the prod guide https://airflow.apache.org/docs/helm-chart/stable/production-guide.html#database Thanks for your reply |
Beta Was this translation helpful? Give feedback.
-
|
Hello @deathwebo, How about using the AWS Secrets and Configuration Provider (ASCP)? Here are related docs. [1] https://aws.amazon.com/ko/blogs/security/how-to-use-aws-secrets-configuration-provider-with-kubernetes-secrets-store-csi-driver/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I wanted to ask, because I couldn't find something either in github or the docs, is there a way to utilize AWS Secrets manager to retrive the values used in
values-override.ymlfor metadataConnection, fernetKey and webserverSecretKey?As an alternative to Kubernetes Secrets.
Thanks in advanced.
Beta Was this translation helpful? Give feedback.
All reactions