Skip to content

Commit

Permalink
reword comment and specify mode in index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brianneville authored Dec 19, 2023
1 parent 51d39f2 commit b92fde0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pathz/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ the rotation gets finalized.

For example, consider a system with the following installed rules:
```text
/a/b/[k0=*]/c -> user Alice, action PERMIT
/a/b/[k0=*]/c -> user Bob, action PERMIT
/a/b/[k0=*]/c -> user Charlie, action PERMIT
/a/b/[k0=*]/c -> user Alice, action PERMIT READ
/a/b/[k0=*]/c -> user Bob, action PERMIT READ
/a/b/[k0=*]/c -> user Charlie, action PERMIT READ
```
Then: <br>
user Alice subscribes to `/a` <br>
Expand Down
4 changes: 2 additions & 2 deletions pathz/pathz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ message UploadRequest {
}

message UploadResponse {
// client_info contains information about all the ongoing subscriptions on
// the system, and how the policy from the the UploadRequest will affect them
// clients contains information about all the gNMI clients with
// ongoing subscriptions to the system
repeated ClientInfo clients = 1;
}

Expand Down

0 comments on commit b92fde0

Please sign in to comment.