Skip to content

Commit d1e4043

Browse files
jpipkin1kimsauce
andauthored
Update docs/reuse/role-stacking-tip.md
Co-authored-by: Kim (Sumo Logic) <[email protected]>
1 parent 0b3e68d commit d1e4043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reuse/role-stacking-tip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:::tip
2-
As a rule, you should avoid "role stacking" and provide all the access needed for a user in a single role. That is because when roles are stacked, conflicts can arise between the access provided by different roles. However, if you do "stack roles", we recommend that you use filtering to allow access rather than deny access. This way, each additional role allows more access, and conflicts are avoided that could arise from combining "allow access" and "deny access" filters from different roles.
2+
As a best practice, avoid "role stacking" and assign all necessary access within a single role to prevent conflicts. When multiple roles are applied, conflicting permissions can arise. However, if role stacking is necessary, use filtering to allow access rather than deny it. This way, each additional role expands access rather than creating conflicts between "allow" and "deny" filters from different roles.
33
:::

0 commit comments

Comments
 (0)