mirror of https://github.com/hashicorp/consul
ui: Change references to L7 to say Layer 7 (#9412)
parent
8e35646ba1
commit
635cf4dc93
|
@ -22,7 +22,7 @@
|
||||||
<h2>
|
<h2>
|
||||||
{{chain.ServiceName}} Router
|
{{chain.ServiceName}} Router
|
||||||
<span
|
<span
|
||||||
{{tooltip 'Use routers to intercept traffic using L7 criteria such as path prefixes or http headers.'}}
|
{{tooltip 'Use routers to intercept traffic using Layer 7 criteria such as path prefixes or http headers.'}}
|
||||||
>
|
>
|
||||||
</span>
|
</span>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
|
@ -120,7 +120,7 @@
|
||||||
(hash
|
(hash
|
||||||
intent=""
|
intent=""
|
||||||
header="Application Aware"
|
header="Application Aware"
|
||||||
body="The source service may or may not connect to the destination service via unique permissions based on L7 criteria: path, header, or method."
|
body="The source service may or may not connect to the destination service via unique permissions based on Layer 7 criteria: path, header, or method."
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
as |_action|}}
|
as |_action|}}
|
||||||
|
@ -168,7 +168,7 @@
|
||||||
</BlockSlot>
|
</BlockSlot>
|
||||||
<BlockSlot @name="body">
|
<BlockSlot @name="body">
|
||||||
<p>
|
<p>
|
||||||
Permissions intercept an Intention's traffic using L7 criteria, such as path prefixes and http headers.
|
Permissions intercept an Intention's traffic using Layer 7 criteria, such as path prefixes and http headers.
|
||||||
</p>
|
</p>
|
||||||
</BlockSlot>
|
</BlockSlot>
|
||||||
<BlockSlot @name="actions">
|
<BlockSlot @name="actions">
|
||||||
|
|
|
@ -46,7 +46,7 @@ as |api|>
|
||||||
</BlockSlot>
|
</BlockSlot>
|
||||||
<BlockSlot @name="body">
|
<BlockSlot @name="body">
|
||||||
<p>
|
<p>
|
||||||
When you change this Intention to {{newAction}}, you will remove all the L7 policy permissions currently saved to this Intention. Are you sure you want to set it to {{newAction}}?
|
When you change this Intention to {{newAction}}, you will remove all the Layer 7 policy permissions currently saved to this Intention. Are you sure you want to set it to {{newAction}}?
|
||||||
</p>
|
</p>
|
||||||
</BlockSlot>
|
</BlockSlot>
|
||||||
<BlockSlot @name="actions" as |close|>
|
<BlockSlot @name="actions" as |close|>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
(from-entries (array
|
(from-entries (array
|
||||||
(array 'allow' 'Allowed')
|
(array 'allow' 'Allowed')
|
||||||
(array 'deny' 'Denied')
|
(array 'deny' 'Denied')
|
||||||
(array '' 'L7 Rules')
|
(array '' 'Layer 7 Rules')
|
||||||
))
|
))
|
||||||
as |titles|}}
|
as |titles|}}
|
||||||
<div
|
<div
|
||||||
|
@ -18,7 +18,7 @@ as |titles|}}
|
||||||
{{else if (eq @item.Action 'deny')}}
|
{{else if (eq @item.Action 'deny')}}
|
||||||
No, {{@item.SourceName}} is not allowed to connect to {{@item.DestinationName}} due to the highest precedence intention below:
|
No, {{@item.SourceName}} is not allowed to connect to {{@item.DestinationName}} due to the highest precedence intention below:
|
||||||
{{else}}
|
{{else}}
|
||||||
{{@item.SourceName}} may or may not be allowed to connect with {{@item.DestinationName}} through its L7 rules.
|
{{@item.SourceName}} may or may not be allowed to connect with {{@item.DestinationName}} through its Layer 7 rules.
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -11,7 +11,7 @@ as |item index|>
|
||||||
<th class="permissions">
|
<th class="permissions">
|
||||||
Permissions
|
Permissions
|
||||||
<span>
|
<span>
|
||||||
<Tooltip>Permissions intercept an Intention's traffic using L7 criteria, such as path prefixes and http headers.</Tooltip>
|
<Tooltip>Permissions intercept an Intention's traffic using Layer 7 criteria, such as path prefixes and http headers.</Tooltip>
|
||||||
</span>
|
</span>
|
||||||
</th>
|
</th>
|
||||||
<th class="meta"> </th>
|
<th class="meta"> </th>
|
||||||
|
|
Loading…
Reference in New Issue