{{#if (gt items.length 0)}} Source   Destination Permissions Permissions intercept an Intention's traffic using L7 criteria, such as path prefixes and http headers.   {{#if (eq item.SourceName '*') }} All Services (*) {{else}} {{item.SourceName}} {{/if}} {{! TODO: slugify }} {{or item.SourceNS 'default'}} {{#let (or item.Action "L7 rules") as |intent|}} {{capitalize intent}} {{/let}} {{#if (eq item.DestinationName '*') }} All Services (*) {{else}} {{item.DestinationName}} {{/if}} {{! TODO: slugify }} {{or item.DestinationNS 'default'}} {{#if (gt item.Permissions.length 0)}} {{pluralize item.Permissions.length 'Permission'}} {{/if}} {{#if item.IsManagedByCRD}} {{/if}} More {{#if item.IsEditable}}
  • Edit
  • Confirm Delete

    Are you sure you want to delete this intention?

  • {{else}}
  • View
  • {{/if}}
    {{else}} {{yield}} {{/if}}