mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
8f75d99299
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.
4 lines
321 B
Plaintext
4 lines
321 B
Plaintext
```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.
|
|
```
|