mirror of https://github.com/hashicorp/consul
Update tech-specs.mdx
parent
f7c54b6ce2
commit
6b2e88c154
|
@ -41,7 +41,7 @@ Refer to the following example Helm configuration:
|
||||||
```yaml
|
```yaml
|
||||||
global:
|
global:
|
||||||
name: consul
|
name: consul
|
||||||
image: "hashicorp/consul:1.14.1"
|
image: "hashicorp/consul:1.16.0"
|
||||||
peering:
|
peering:
|
||||||
enabled: true
|
enabled: true
|
||||||
tls:
|
tls:
|
||||||
|
@ -166,4 +166,4 @@ If ACLs are enabled, you must add tokens to grant the following permissions:
|
||||||
|
|
||||||
- Grant `service:write` permissions to services that define mesh gateways in their server definition.
|
- Grant `service:write` permissions to services that define mesh gateways in their server definition.
|
||||||
- Grant `service:read` permissions for all services on the partition.
|
- Grant `service:read` permissions for all services on the partition.
|
||||||
- Grant `mesh:write` permissions to the mesh gateways that participate in cluster peering connections. This permission allows a leaf certificate to be issued for mesh gateways to terminate TLS sessions for HTTP requests.
|
- Grant `mesh:write` permissions to the mesh gateways that participate in cluster peering connections. This permission allows a leaf certificate to be issued for mesh gateways to terminate TLS sessions for HTTP requests.
|
||||||
|
|
Loading…
Reference in New Issue