Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.03 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.03 KB

azure-key-vault-controller

Build Status

A controller to copy keyvault entries to kubernetes secrets

The custom resource AzureKeyVaultSecret represents a secret in kubernetes that refrerences and Azure Key Vault. There is a one to one mapping between an entry in the resource and a secret in an Azure Key Vault.

Entry Specification

Key Type Required Description
isfile boolean no Indicates whether a secret should be written to a file. Captured in the annotation secrets.awarehq.com/write-to-file on the kubernetes secret.
key string yes Name of corresponding Azure Key Vault entry.
name string no Name of kubernetes secret entry.
version string no Azure Key Vault secret version. Defaults to latest.

KeyVault Options

Any secret with the metadata tag aware.hq.base64 set will be treated as base64 encoded text.