0 votes
in Terraform by
What are the various levels of Sentinel enforcement?

1 Answer

0 votes
by

Sentinel has three levels of enforcement: advisory, soft mandatory, and hard mandatory.

  • Advisory – Logged in but permitted to pass. When a user initiates a plan that violates the policy, an advisory is issued.
  • Soft Mandatory – Unless an override is specified, the policy must be followed. Overrides are only available to administrators.
  • Hard Mandatory – The policy must be implemented regardless. Unless and until this policy is removed, it cannot be overridden. Terraform’s default enforcement level is this.

Related questions

0 votes
asked Mar 7, 2023 in Terraform by Robindeniel
0 votes
asked Mar 6, 2023 in Terraform by rajeshsharma
...