2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-12 23:05:28 +00:00
R.B. Boyer 61eac21f1a
agent: return the default ACL policy to callers as a header ()
Header is: X-Consul-Default-ACL-Policy=<allow|deny>

This is of particular utility when fetching matching intentions, as the
fallthrough for a request that doesn't match any intentions is to
enforce using the default acl policy.
2020-11-12 10:38:32 -06:00

4 lines
88 B
Plaintext

```release-note:feature
agent: return the default ACL policy to callers as a header
```