kubernetes-secret-generator
kubernetes-secret-generator copied to clipboard
Kubernetes controller for automatically generating and updating secrets
**Is your feature request related to a problem? Please describe.** It's a feature request, to prevent potential race condition problems. The current implementation seems to be watching secrets in certain...
**Is your feature request related to a problem? Please describe.** I would like to use the secret generator for generating a basic auth secret, but I am using Traefik as...
**Is your feature request related to a problem? Please describe.** Software like matrix-synapse expects a yaml file for the postgres configuration. The generated secret should be both consumable by postgres...
This PR adds the possibility to format secret values according to rules defined in the new `format.secret-generator.v1.mittwald.de/` annotation prefix. This allows secret-generator to generate specially formatted values containing the newly...
Since the operator-sdk quite diverged from the version this operator has started from. Updating to the newest version is a lot of refactoring, this docker file however is a minimal...
This PR adds an option to set pod annotations when using the Helm chart.
Currently we run a mixture of AMD64 and ARM64 nodes in our clusters, and are slowly moving more workloads to AWS ARM based Graviton nodes due to to the lower...
**Is your feature request related to a problem? Please describe.** Using the annotation you only need to provide the user and secret name. However the CR requires 'fields' to be...
**Describe the bug** The pod is not able to start up during the initial deployment using the latest v3.4.0 helm chart. Is it possible this is related to the Kubernetes...
**Is your feature request related to a problem? Please describe.** For compatibility with using deploy keys with ArgoCD it is necessary to be able to generate SSH keypair secrets with...