Backport of docs: fix agent catalog-services caching method into release/1.14.x (#15656)

* backport of commit fe777fc95a

* backport of commit 523495dd53

Co-authored-by: James Oulman <joulman@gmail.com>
pull/15667/head
hc-github-team-consul-core 2 years ago committed by GitHub
parent 647f916d54
commit fd69f08edf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -399,9 +399,9 @@ The table below shows this endpoint's support for
[agent caching](/api-docs/features/caching), and
[required ACLs](/api-docs/api-structure#authentication).
| Blocking Queries | Consistency Modes | Agent Caching | ACL Required |
| ---------------- | ----------------- | ------------- | -------------- |
| `YES` | `all` | `simple` | `service:read` |
| Blocking Queries | Consistency Modes | Agent Caching | ACL Required |
| ---------------- | ----------------- | -------------------- | -------------- |
| `YES` | `all` | `background refresh` | `service:read` |
The corresponding CLI command is [`consul catalog services`](/commands/catalog/services).

Loading…
Cancel
Save