From 8073534b46b6d8a3919016df8489a2998dbca14a Mon Sep 17 00:00:00 2001 From: claire bontempo <68122737+hellobontempo@users.noreply.github.com> Date: Fri, 16 Dec 2022 11:09:21 -0800 Subject: [PATCH] UI/fix policy template doclinks (#18443) * wip tests * fix links * Revert "wip tests" This reverts commit aed9bb9b8fffb1b4d52d9c27644033ff3d983fff. --- ui/app/components/modal-form/policy-template.hbs | 7 +++---- ui/app/components/policy-form.hbs | 1 - 2 files changed, 3 insertions(+), 5 deletions(-) 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