From 0dcf6f1671a8af63f88236be64852e22c42a73c3 Mon Sep 17 00:00:00 2001 From: Qiming Date: Fri, 27 Apr 2018 04:44:27 +0800 Subject: [PATCH] CLarify the policy used in parallel authorizer (#8150) Closes: #4061 --- docs/admin/authorization/rbac.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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