CLarify the policy used in parallel authorizer (#8150)

Closes: #4061
This commit is contained in:
Qiming 2018-04-27 04:44:27 +08:00 committed by k8s-ci-robot
parent bb5d7cc1bf
commit 0dcf6f1671
1 changed files with 2 additions and 1 deletions

View File

@ -837,7 +837,8 @@ Here are two approaches for managing this transition:
### Parallel Authorizers
Run both the RBAC and ABAC authorizers, and include the legacy ABAC policy:
Run both the RBAC and ABAC authorizers, and specify a policy file that contains
[the legacy ABAC policy](/docs/admin/authorization/abac#policy-file-format):
```
--authorization-mode=RBAC,ABAC --authorization-policy-file=mypolicy.json