diff --git a/ui/app/components/modal-form/policy-template.hbs b/ui/app/components/modal-form/policy-template.hbs index 7c752a5ab9..cc1cbd4fcc 100644 --- a/ui/app/components/modal-form/policy-template.hbs +++ b/ui/app/components/modal-form/policy-template.hbs @@ -31,15 +31,14 @@ {{#if (eq this.policy.policyType "acl")}}

ACL Policies are written in Hashicorp Configuration Language ( - HCL + HCL ) or JSON and describe which paths in Vault a user or machine is allowed to access. Here is an example policy:

{{else}}

Role Governing Policies (RGPs) are tied to client tokens or identities which is similar to - ACL policies. - They use - Sentinel + ACL policies. They use + Sentinel as a language framework to enable fine-grained policy decisions.

diff --git a/ui/app/components/policy-form.hbs b/ui/app/components/policy-form.hbs index 019c63af5e..35f7e112fc 100644 --- a/ui/app/components/policy-form.hbs +++ b/ui/app/components/policy-form.hbs @@ -74,7 +74,6 @@ {{uppercase @model.policyType}} policies can be found