mirror of https://github.com/hashicorp/consul
mesh-gateway ACL tokens should also have `node:read` on everyth… (#6291)
parent
3a3086ecd2
commit
b53b98fa26
|
@ -160,6 +160,13 @@ for each gateway that gives it read access to the entire catalog.
|
|||
Create a file named `mesh-gateway-policy.json` containing the following content.
|
||||
|
||||
```json
|
||||
{
|
||||
"node_prefix": {
|
||||
"": {
|
||||
"policy": "read"
|
||||
}
|
||||
}
|
||||
}
|
||||
{
|
||||
"service_prefix": {
|
||||
"": {
|
||||
|
|
Loading…
Reference in New Issue