Skip to content

Commit 511b526

Browse files
committed
Update the comment.
1 parent dd73f74 commit 511b526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

istioctl/cmd/istioctl/rbac.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RBAC policies. It constructs a fake request with the custom subject and action s
4848
line to check if your Istio RBAC policies are working as expected. Note the fake request is only used
4949
locally to evaluate the effect of the Istio RBAC policies, no actual request will be issued.
5050
51-
METHOD is the HTTP method being taken, like GET, POST, etc. SERVICE is the service name the action
51+
METHOD is the HTTP method being taken, like GET, POST, etc. SERVICE is the short service name the action
5252
is being taken on. PATH is the HTTP path within the service.`,
5353
Example: `# Query if user test is allowed to GET /v1/health of service rating.
5454
istioctl experimental rbac can -u test GET rating /v1/health

0 commit comments

Comments
 (0)