Skip to content

Commit

Permalink
Correct RPC name examples in authz comments
Browse files Browse the repository at this point in the history
Signed-off-by: Ebben Aries <[email protected]>
  • Loading branch information
earies committed Jan 26, 2024
1 parent d656894 commit 724ae52
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions acctz/acctz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,11 @@ message GrpcService {
}
GrpcServiceType service_type = 1;

// rpc_name is the rpc to which the request was sent, examples:
// gnmi.Set()
// gnoi.os.Install()
// gnsi.cert.Rotate()
// The RPC as encoded in the HTTP/2 :path header to which the request was
// sent, examples:
// * /gnmi.gNMI/Set
// * /gnoi.os.OS/Install
// * /gnsi.certz.v1.Certz/Rotate
string rpc_name = 2;

// A string of bytes that are gRPC encoded. Best to decode using
Expand Down

0 comments on commit 724ae52

Please sign in to comment.