secretgen-controller
secretgen-controller copied to clipboard
secretgen-controller provides CRDs to specify what secrets need to be on Kubernetes cluster (to be generated or not)
**Describe the problem/challenge you have** When multiple keys are defined in a Password object, the generated secrets are the same across all keys. Here is an example: ``` --- apiVersion:...
**Describe the problem/challenge you have** Hello, I've starting trying this tool today and it serves our need to synchronize secrets between namespaces. But if we accidently delete the source secret,...
**Describe the problem/challenge you have** We can create secrets from different Namespaces with SecretTemplate **Describe the solution you'd like** Enable option in metadata to add namespace --- Vote on this...
**Describe the problem/challenge you have** I need to rename secret when importing it into a new namespace. **Describe the solution you'd like** Add field SecretRequest.spec.fromName which allows SecretRequest.name and SecretRequest.spec.fromName...
**Describe the problem/challenge you have** I want to use the `SecretTemplate` API with implementations of [the Service Binding Specification for Kubernetes](https://github.com/servicebinding/runtime). **Describe the solution you'd like** Make the `SecretTemplate` API...
**What steps did you take:** I created a `Password` with some labels. Then I wanted to add another label and was hoping that this change gets pushed down to the...
**What steps did you take:** I'm trying to create a secret that references other generated secrets. The first secrets are created quickly, but the controller pod crashes when trying to...
**Describe the problem/challenge you have** I need to bootstrap Linkerd with an ECDSA P-256 certificate. **Describe the solution you'd like** I would like to use the secretgen controller to create...