Skip to content

Commit d32eae8

Browse files
committed
Merge pull request #792 from deads2k/reconcile-cluster-roles
add oadm policy reconcile-cluster-roles
2 parents e26d9a5 + daa6ebc commit d32eae8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

architecture/additional_concepts/authorization.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,12 @@ a `*policyBinding*` object named `_<projectname>_:default` with the CLI using a
203203
JSON file. This allows the project *admin* to bind users to roles that are
204204
defined only in the `_<projectname>_` local policy.
205205

206+
After a product update, the recommended default roles may be updated. To check
207+
if an update is recommended for your environment, you can run `oadm policy reconcile-cluster-roles`.
208+
This command will output a list of roles that are out of date and their new values.
209+
You may either take this output, modify, and apply it yourself or you may run
210+
`oadm policy reconcile-cluster-roles --confirm` and automatically apply the changes.
211+
206212
[[security-context-constraints]]
207213

208214
== Security Context Constraints

0 commit comments

Comments
 (0)