diff --git a/docs/admin/authorization/rbac.md b/docs/admin/authorization/rbac.md index 34b0950d97..00ea9879fa 100644 --- a/docs/admin/authorization/rbac.md +++ b/docs/admin/authorization/rbac.md @@ -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