rudl/vault

GitOps Key Vault

dev-master 2021-02-21 09:57 UTC

This package is auto-updated.

Last update: 2024-03-21 16:37:55 UTC


README

GitOps Key vault utility

Type of secrets

  • Inline secrets: {RSEC.<keyId>.<encoded data>}

  • Block secrets:

    ---- BEGIN RUDL VAULT SECRET ----
    key_id: wurst
    <encoded data>
    ----- END RUDL VAULT SECRET -----
    
  • Secret reference: Reference to a secret specified in .rudl-vault.json secrets section {RREF.<secret_name>}