Skip to content

Commit c841b12

Browse files
committed
Including new file in assembly
1 parent 86f7140 commit c841b12

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

assemblies/assembly-authorization-policy-effect.adoc

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,4 @@ NOTE: Denying access is the default policy effect, meaning that if no rules matc
2727
+
2828
If a basic rule permits an action but conflicts with a conditional rule, {product-very-short} applies the conditional rule.
2929

30-
.Best practices for policy design
31-
32-
To prevent unintended access denials, follow these guidelines when designing policies:
33-
34-
* Use `permit` rules to explicitly allow access.
35-
* Rely on the default `deny` effect for all other cases.
36-
* Do not set explicit `deny` rules unless they are required to override existing permit rules.
30+
include::modules/authorization/con-rbac-policies-best-practices.adoc[leveloffset=+1]

modules/authorization/con-rbac-policies-best-practices.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@
33
[id="con-rbac-policies-best-practices_{context}"]
44
= Best practices for permission policy design
55

6-
Text goes here
6+
To prevent unintended access denials, follow these guidelines when designing policies:
7+
8+
* Use `permit` rules to explicitly allow access.
9+
* Rely on the default `deny` effect for all other cases.
10+
* Do not set explicit `deny` rules unless they are required to override existing permit rules.

0 commit comments

Comments
 (0)