mirror of https://github.com/status-im/consul.git
Tab groups fix
This commit is contained in:
parent
6d0f58ffe5
commit
631e7c1d7b
|
@ -4,6 +4,7 @@ page_title: Exported Services - Configuration Entry Reference
|
||||||
description: >-
|
description: >-
|
||||||
An exported services configuration entry defines the availability of a cluster's services to cluster peers and local admin partitions. Learn about `""exported-services""` config entry parameters and exporting services to other datacenters.
|
An exported services configuration entry defines the availability of a cluster's services to cluster peers and local admin partitions. Learn about `""exported-services""` config entry parameters and exporting services to other datacenters.
|
||||||
---
|
---
|
||||||
|
<TabProvider>
|
||||||
|
|
||||||
# Exported Services Configuration Entry
|
# Exported Services Configuration Entry
|
||||||
|
|
||||||
|
@ -678,3 +679,5 @@ An ACL token with `service:write` permissions is required for the cluster the qu
|
||||||
Exports are available to all services in the consumer cluster. In the previous example, any service with `write` permissions for the `frontend` partition can read exports.
|
Exports are available to all services in the consumer cluster. In the previous example, any service with `write` permissions for the `frontend` partition can read exports.
|
||||||
|
|
||||||
For additional information, refer to [Health HTTP Endpoint](/api-docs/health).
|
For additional information, refer to [Health HTTP Endpoint](/api-docs/health).
|
||||||
|
|
||||||
|
</TabProvider>
|
Loading…
Reference in New Issue