mesh-gateway ACL tokens should also have `node:read` on everyth… (#6291)

This commit is contained in:
Matt Keeler 2019-08-07 13:52:57 -04:00 committed by GitHub
parent 99f3ba341b
commit ef7cbc5850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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": {
"": {