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

pull/6301/head
Matt Keeler 5 years ago committed by GitHub
parent 3a3086ecd2
commit b53b98fa26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save