Skip to content

Commit

Permalink
Add clarifying comment about connect CA policy
Browse files Browse the repository at this point in the history
  • Loading branch information
ishustava committed Nov 22, 2021
1 parent 6333008 commit f957474
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acceptance/tests/vault/vault_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ path "consul/data/secret/gossip" {
capabilities = ["read"]
}`

// connectCAPolicy allows Consul to bootstrap all certificates for the service mesh in Vault.
// Adapted from https://www.consul.io/docs/connect/ca/vault#consul-managed-pki-paths.
connectCARules = `
path "/sys/mounts" {
capabilities = [ "read" ]
Expand Down

0 comments on commit f957474

Please sign in to comment.