Vault-CRD
  • Introduction
  • How does Vault-CRD work?
  • Supported Secret Types
    • Secret Type - KEYVALUE
    • Secret Type - KEYVALUEV2
    • Secret Type - PKI
    • Secret Type - PKIJKS
    • Secret Type - CERT
    • Secret Type - CERTJKS
    • Secret Type - DOCKERCFG
    • Secret Type - PROPERTIES
  • Change Detection
  • Install Vault-CRD
    • Self Signed Certificates
    • Enable Admission Webhook
Powered by GitBook
On this page
  • How the creation workflow works
  • How the updating workflow works

How does Vault-CRD work?

PreviousIntroductionNextSupported Secret Types

Last updated 7 years ago

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