Skip to content

Commit 8e1a3e1

Browse files
Draw attention to RBAC all verbs grant
Co-authored-by: Camila Macedo <[email protected]>
1 parent f4821bd commit 8e1a3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/how-to-grant-api-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ rules:
9494
verbs:
9595
- '*'
9696
```
97-
97+
**Note**: The `'*'` in verbs allows all actions on the specified resources, including RBAC management actions such as assigning roles and creating role bindings.
9898
In each case, replace `<your-api-group>` and `<your-custom-resources>` with the actual API group and resource names provided by the installed operator.
9999

100100
---

0 commit comments

Comments
 (0)