argoproj / argoproj-deployments

Deployment repository for Argoproj CI/CD
https://cd.apps.argoproj.io
239 stars 124 forks source link

Manage secrets as code #29

Open agaudreault opened 8 months ago

agaudreault commented 8 months ago

Some secrets used for different applications have been created manually in the cluster. Using SealedSecrets seems like the best approach to manage them as code.

Another alternative would be External Secrets, but it would require a provider such as GCP Secret Manager at additional costs and secrets at this location would still need to be managed manually.

The list of the secrets that were applied manually are:

AC

agaudreault commented 8 months ago

Starting to work on this