How does Vault-CRD work?
How the creation workflow works
A) The Vault-CRD receives event for new Vault resources B) Vault-CRD requests secret from HashiCorp Vault C) Vault-CRD generates new Kubernetes Secret
How the updating workflow works
1) Vault-CRD has a scheduled task that looks to the Secrets generated by it 2) It compares the Kubernetes Secret with the HashiCorp Vault state and updates the Kubernetes Secret if necessary
Last updated