ui: Update intention permissions notice wording (#10836)

pull/10855/head
Kenia 3 years ago committed by GitHub
parent 019ce785ab
commit ae9c313382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,12 +3,14 @@
as |notice|> as |notice|>
<notice.Body> <notice.Body>
<p> <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> </p>
</notice.Body> </notice.Body>
<notice.Footer> <notice.Footer>
<p> <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> </p>
</notice.Footer> </notice.Footer>
</Notice> </Notice>

@ -110,6 +110,10 @@ intention:
name: Precedence name: Precedence
asc: Ascending asc: Ascending
desc: Descending 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 transparent-proxy: Transparent Proxy
topology-metrics: topology-metrics:
source-type: source-type:

Loading…
Cancel
Save