ui: Update intention permissions notice wording (#10836)

pull/10868/head
Kenia 2021-08-16 12:04:26 -04:00 committed by hc-github-team-consul-core
parent 16ce4911fa
commit 54399c5394
2 changed files with 8 additions and 2 deletions

View File

@ -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>

View File

@ -109,6 +109,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: