mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Add an anchor link to policy override section (#22225)
This commit is contained in:
parent
20e2e4b308
commit
a29b88b09f
1 changed files with 5 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue