Skip to content

Commit

Permalink
Merge branch 'NET-581-Configure-Vault-namespaces-for-Connect-CA-via-H…
Browse files Browse the repository at this point in the history
…elm-Stanza' of ssh://github.com/hashicorp/consul-k8s into NET-581-Configure-Vault-namespaces-for-Connect-CA-via-Helm-Stanza
  • Loading branch information
absolutelightning committed Aug 30, 2023
2 parents 4097b48 + 5339dd9 commit c734284
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .changelog/2841.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
```release-note:improvement
vault: Adds `namespace` in `secretsBackend.vault.connectCA` in `values.yaml` .This namespace is used for Vault namespace,
this introduces one more way to specify namespace other than `"{"connect": [{ "ca_config": [{ "namespace": "value"}]}]}"` in `connectCA.additionalConfig`
vault: Add `namespace` to `secretsBackend.vault.connectCA` in Helm chart. This provides a more convenient way to specify the Vault namespace than nested JSON in `connectCA.additionalConfig`.
```
3 changes: 2 additions & 1 deletion charts/consul/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ global:
# Please refer to [Vault ACL policies](https://developer.hashicorp.com/consul/docs/connect/ca/vault#vault-acl-policies)
# documentation for information on how to configure the Vault policies.
connectCA:
# Vault namespace
# Vault namespace (optional).
# For more details, please refer to [Vault Connect CA configuration](https://developer.hashicorp.com/consul/docs/connect/ca/vault#namespace)
namespace: ""

# The address of the Vault server.
Expand Down

0 comments on commit c734284

Please sign in to comment.