We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd73f74 commit 511b526Copy full SHA for 511b526
istioctl/cmd/istioctl/rbac.go
@@ -48,7 +48,7 @@ RBAC policies. It constructs a fake request with the custom subject and action s
48
line to check if your Istio RBAC policies are working as expected. Note the fake request is only used
49
locally to evaluate the effect of the Istio RBAC policies, no actual request will be issued.
50
51
-METHOD is the HTTP method being taken, like GET, POST, etc. SERVICE is the service name the action
+METHOD is the HTTP method being taken, like GET, POST, etc. SERVICE is the short service name the action
52
is being taken on. PATH is the HTTP path within the service.`,
53
Example: `# Query if user test is allowed to GET /v1/health of service rating.
54
istioctl experimental rbac can -u test GET rating /v1/health
0 commit comments