{{#if @item}} {{#let (service/external-source @item) as |externalSource|}} {{#if (and @withInfo (eq externalSource 'consul-api-gateway'))}}
Registered via {{t (concat "common.brand." externalSource)}}
API Gateways manage north-south traffic from external services to services in the Datacenter. For more information, read our documentation.
  • About {{t (concat "common.brand." externalSource)}}
  • {{else if externalSource}} {{#if @label}} {{@label}} {{else}} Registered via {{t (concat "common.brand." externalSource)}} {{/if}} {{/if}} {{/let}} {{/if}}