FluxCD gather secrets from external secret manager #2492
-
We are currently testing FluxCD POC we might consider deploying for our helmcharts. However we are not able to find out any handy way to fetch secrets from GCP/AWS Secret manager to FluxCD. Does FluxCD recommend some tools to be used to perform this or we need to build some github actions steps to do this instead? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Flux has native support for SOPS, you can use SOPS the CLI to encrypt secrets using KMS (GPC/AWS) and then configure Flux to decrypt them in-cluster. Docs here: https://fluxcd.io/docs/guides/mozilla-sops/ |
Beta Was this translation helpful? Give feedback.
Flux has native support for SOPS, you can use SOPS the CLI to encrypt secrets using KMS (GPC/AWS) and then configure Flux to decrypt them in-cluster. Docs here: https://fluxcd.io/docs/guides/mozilla-sops/