File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,10 @@ depend on specific fields of specific kinds of objects are handled by Admission
33
33
Controllers.)
34
34
35
35
When multiple authorization modules are configured, each is checked in sequence,
36
- and if any module authorizes the request, then the request can proceed. If all
37
- modules deny the request, then the request is denied (HTTP status code 403).
36
+ and if any module authorizes the request, then the request can proceed. If any
37
+ module denies the request, the request is denied. If all modules have no opinion
38
+ on the request, then the request is denied. A deny returns an HTTP status code
39
+ 403 .
38
40
39
41
## Review Your Request Attributes
40
42
Kubernetes reviews only the following API request attributes:
@@ -136,6 +138,7 @@ spec:
136
138
verb: create
137
139
status:
138
140
allowed: true
141
+ denied: false
139
142
```
140
143
141
144
## Using Flags for Your Authorization Module
You can’t perform that action at this time.
0 commit comments