kubernetes-secret-generator icon indicating copy to clipboard operation
kubernetes-secret-generator copied to clipboard

Kubernetes controller for automatically generating and updating secrets

Results 19 kubernetes-secret-generator issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** I want to use [kubernetes-replicator](https://github.com/mittwald/kubernetes-replicator) with this secret generator but cannot since the StringSecret object does not allow me to...

enhancement
help-wanted

First of all, I would like to extend my deepest gratitude and respect for your incredible work on the mittwald/kubernetes-secret-generator project. Your efforts have significantly contributed to the Kubernetes community,...

enhancement
help-wanted

**Describe the bug** In OKD OwnerReferencesPermissionEnforcement plugin enabled by default. I got follow error after attempt to create Secret by StringSecret CRD: ``` {"level":"info","ts":1685956649.2009747,"logger":"controller_string_secret","msg":"Reconciling StringSecret","Request.Namespace":"test","Request.Name":"test"} {"level":"error","ts":1685956649.2061837,"logger":"controller-runtime.controller","msg":"Reconciler error","controller":"stringsecret-controller","request":"test/test","error":"secrets \"test\" is forbidden:...

bug

**Describe the bug** Because the project is tagged v3 and has a `go.mod` file, Go expects the module path to include the major version: I can appreciate that you ship...

bug

**Is your feature request related to a problem? Please describe.** In certain conditions secret values must be periodically updated. **Describe the solution you'd like** Annotation+CRD field to specify cronjob-like pattern...

enhancement

**Describe the bug** The secret generator appears to have a memory leak of some sort. If I limit its max memory to 200MB it dies every once in a while,...

bug

Issue : CVEs in the docker image ![Screenshot from 2024-09-24 10-34-25](https://github.com/user-attachments/assets/2ee91f06-09d8-48fd-bcac-cbade60e1f1c) To remove the CVEs, we created a test image to do the following changes 1. Changes : updated the...

- Add ability set privateKeyField and publicKeyField to set secret fields to store SSH private/public keys. - Resolves #92

- Update action versions - Use docker actions to login, build and push the image - merge deploy jobs into one with better use of if to handle edge cases