Skip to content

Commit ce339ed

Browse files
committed
Incorporated review comments
1 parent 58fd2a6 commit ce339ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/authorization/proc-delegating-rbac-access.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ curl -X POST 'http://localhost:7007/api/permission/policies' \
5151
--data '[
5252
{
5353
"entityReference": "role:default/team_lead",
54-
"permission": "policy-entity",
54+
"permission": "policy.entity.create",
5555
"policy": "create",
5656
"effect": "allow"
5757
},

modules/authorization/ref-rbac-permission-policies.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ RBAC permissions::
158158
|Allows a user or role to read permission policies and roles
159159

160160
|`policy.entity.create`
161-
|`policy-entity`
161+
|`policy.entity.create`
162162
|`create`
163163
|Allows a user or role to create a single or multiple permission policies and roles
164164

0 commit comments

Comments
 (0)