mirror of https://github.com/status-im/consul.git
docs: `X-Consul-Results-Filtered-By-ACLs` header (#11629)
This commit is contained in:
parent
1e47e3c82b
commit
267ef064c0
|
@ -97,6 +97,15 @@ action if no intention matches.
|
||||||
|
|
||||||
This is returned even if ACLs are disabled.
|
This is returned even if ACLs are disabled.
|
||||||
|
|
||||||
|
## Results Filtered by ACLs
|
||||||
|
|
||||||
|
As of Consul 1.11, most list endpoints support an `X-Consul-Results-Filtered-By-ACLs`
|
||||||
|
HTTP response header. This indicates that the response contains a partial subset
|
||||||
|
of results, because some have been filtered out by ACL policies.
|
||||||
|
|
||||||
|
In order to limit information leakage, this header is only present for requests
|
||||||
|
authenticated by a valid ACL token.
|
||||||
|
|
||||||
## UUID Format
|
## UUID Format
|
||||||
|
|
||||||
UUID-format identifiers generated by the Consul API use the
|
UUID-format identifiers generated by the Consul API use the
|
||||||
|
|
Loading…
Reference in New Issue