ui: Update intention permissions notice wording (#10836)
This commit is contained in:
parent
98b3e7c412
commit
f65b00c787
|
@ -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>
|
||||
|
|
|
@ -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…
Reference in New Issue