mirror of https://github.com/hashicorp/consul
This commit fixes an issue where trust bundles could not be read by services in a non-default namespace, unless they had excessive ACL permissions given to them. Prior to this change, `service:write` was required in the default namespace in order to read the trust bundle. Now, `service:write` to a service in any namespace is sufficient.pull/16630/head
parent
9d21736e9f
commit
78bb205fc3
@ -0,0 +1,3 @@
|
||||
```release-note:bug
|
||||
peering: **(Consul Enterprise only)** Fix issue where connect-enabled services with peer upstreams incorrectly required `service:write` access in the `default` namespace to query data, which was too restrictive. Now having `service:write` to any namespace is sufficient to query the peering data.
|
||||
```
|
Loading…
Reference in new issue