mesh-gateway ACL tokens should also have `node:read` on everyth… (#6291)
This commit is contained in:
parent
99f3ba341b
commit
ef7cbc5850
|
@ -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