Add an anchor link to policy override section (#22225)

This commit is contained in:
Yoko Hyakuna 2023-08-07 17:03:12 -07:00 committed by GitHub
parent 20e2e4b308
commit a29b88b09f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,12 +46,11 @@ appropriately when introducing Sentinel policies.
Sentinel policies have three enforcement levels to choose from.
| Level | Description |
| -------------- | -------------------------------------------------------------------------- |
| advisory | The policy is allowed to fail. Can be used as a tool to educate new users. |
| soft-mandatory | The policy must pass unless an override is specified. |
| hard-mandatory | The policy must pass. |
| Level | Description |
| -------------- | --------------------------------------------------------------------------- |
| advisory | The policy is allowed to fail. Can be used as a tool to educate new users. |
| soft-mandatory | The policy must pass unless an [override](#policy-overriding) is specified. |
| hard-mandatory | The policy must pass. |
## Policy evaluation