Created
March 19, 2020 21:12
-
-
Save innovia/3e58eeb38668c9f4da4f1f76a736fbca to your computer and use it in GitHub Desktop.
vault annotation for secrets-consumer-webhook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
annotations: | |
vault.security/enabled: "true" | |
vault.security/vault-addr: "https://vault.default.svc.cluster.local:8200" | |
vault.security/vault-role: "some-role" | |
vault.security/vault-path: "secret_v1/service/" | |
vault.security/vault-tls-secret-name: "vault-consul-ca" | |
vault.security/vault-use-secret-names-as-keys: "true" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment