Browse Source

ui: Update intention permissions notice wording (#10836)

pull/10855/head
Kenia 3 years ago committed by GitHub
parent
commit
ae9c313382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      ui/packages/consul-ui/app/components/consul/intention/notice/permissions/index.hbs
  2. 4
      ui/packages/consul-ui/translations/components/consul/en-us.yaml

6
ui/packages/consul-ui/app/components/consul/intention/notice/permissions/index.hbs

@ -3,12 +3,14 @@
as |notice|>
<notice.Body>
<p>
Permissions are L7 attributes. If any of the following permissions match the request, the Intention will apply. Requests that fail to match any of the provided routes will do the opposite of the allow/deny action above.
{{t "components.consul.intention.notice.permissions.body"}}
</p>
</notice.Body>
<notice.Footer>
<p>
<a href="{{env 'CONSUL_DOCS_URL'}}/connect/intentions" target="_blank" rel="noopener noreferrer">Learn more about permissions</a>
<a href="{{env 'CONSUL_DOCS_URL'}}/connect/intentions" target="_blank" rel="noopener noreferrer">
{{t "components.consul.intention.notice.permissions.footer"}}
</a>
</p>
</notice.Footer>
</Notice>

4
ui/packages/consul-ui/translations/components/consul/en-us.yaml

@ -110,6 +110,10 @@ intention:
name: Precedence
asc: Ascending
desc: Descending
notice:
permissions:
body: Permissions are L7 attributes. If any of the following permissions match the request, the Intention will apply. Requests that fail to match any of the provided routes will follow the default ACL policy.
footer: Learn more about permissions
transparent-proxy: Transparent Proxy
topology-metrics:
source-type:

Loading…
Cancel
Save