-
Notifications
You must be signed in to change notification settings - Fork 36
Feature Request: Generate Secret if it does not exist #90
Copy link
Copy link
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/keepDenotes an issue or PR that should be preserved from going stale.Denotes an issue or PR that should be preserved from going stale.priority/backlogIssue that needs to be added and addressed in the backlog.Issue that needs to be added and addressed in the backlog.
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/keepDenotes an issue or PR that should be preserved from going stale.Denotes an issue or PR that should be preserved from going stale.priority/backlogIssue that needs to be added and addressed in the backlog.Issue that needs to be added and addressed in the backlog.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Next up
First of all thanks for your amazing work.
Description:
What i would propose is a feature which can automatically create the a secret if it does not exist.
With a identifier (for example generate@...) the webhook will now that it should take a look if the secret exists.
If it exists just take it. If not autogenerate a password/certificate.
What problem does it solve
Inside my helm chart i would like to be able to define everything for my service. At the moment we need somehow to create the secret upfront. In our case we create it upfront with terraform.
I need 2 steps to use my secret with two different technologies inside two different repositories.
Lets demonstrate it based on prometheus helm chart and admin credentials.
Example (Current):
Terraform
Helm Chart
Example (Solution):
Helm Chart
There is a topic about Write a value into Vault
but this one does not work with KV Engine and is really complicated.