Skip to content

Commit

Permalink
Update rfc/0022-policy-lifecycle.md
Browse files Browse the repository at this point in the history
Co-authored-by: Flavio Castelli <[email protected]>
Signed-off-by: Fabrizio Sestito <[email protected]>
  • Loading branch information
fabriziosestito and flavio committed Jan 13, 2025
1 parent 31d7af6 commit 86ca64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfc/0022-policy-lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ For instance: `/validate/privileged-pods?generation=2` will validate the request

The `PolicyRevision` CRD will have a status field to store the status of the policy.
The status will be propagated to the `Policy` CRD by the controller, so that the user can monitor the status of the policy without having to access the `PolicyRevision` CRD.
Being the `PolicyRevision` CRD a namespaced resource, the user might not have the necessary permissions to access it.
Being the `PolicyRevision` CRD a namespaced resource, only admin users will have the right permissions to access it.

#### PolicyServer bootstrap

Expand Down

0 comments on commit 86ca64b

Please sign in to comment.