From a04c58a203b9ec6c7b198d2d55d819db5e6e7a0e Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Mon, 11 Sep 2023 16:30:14 -0500 Subject: [PATCH] Backport of feat: copy edits for built-in policy alert into release/1.16.x (#18751) backport of commit bf3963fe0c7ba889d0104c193df3c910e9a9007b Co-authored-by: valeriia-ruban --- .../app/templates/dc/acls/policies/edit.hbs | 28 ++++++------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/ui/packages/consul-ui/app/templates/dc/acls/policies/edit.hbs b/ui/packages/consul-ui/app/templates/dc/acls/policies/edit.hbs index 6c4bece74..a62753519 100644 --- a/ui/packages/consul-ui/app/templates/dc/acls/policies/edit.hbs +++ b/ui/packages/consul-ui/app/templates/dc/acls/policies/edit.hbs @@ -76,25 +76,15 @@ as |dc partition nspace id item create|}} {{/if}} {{#if (or (eq (policy/typeof item) 'policy-management') (eq (policy/typeof item) 'read-only'))}} - {{#if (eq (policy/typeof item) 'policy-management')}} - - Management - This global-management token is built into Consul's policy system. You can apply this special policy to tokens for full access. This policy is not editable or removeable, but can be ignored by not applying it to any tokens. - - - {{else}} - - Built-in policy - This global-read-only policy is built into Consul's policy system. You can apply this special policy to tokens for read-only access to all Consul components. This policy is not editable or removable, but can be ignored by not applying it to any tokens. - - - {{/if}} + + Built-in policy + This policy is built into Consul's ACL system. You can use this special policy by adding it to a token. This policy is not editable or removable, but can be ignored by not applying it to any tokens. + + +
Name