janus-idp / backstage-plugins

Plugins for Backstage
https://janus-idp.io
Apache License 2.0
145 stars 146 forks source link

feat(kiali): include Kiali external URL as a parameter #1835

Closed josunect closed 3 months ago

josunect commented 3 months ago
    kiali:
      # Required. Kiali endpoint
      url: ${KIALI_BASE_URL}
      # Optional. Kiali public URL to redirect to standalone Kiali. When not specified, url will be used.
      urlExternal: ''

This URL is also displayed in the about window, it can be used to verify:

image

openshift-ci[bot] commented 3 months ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: aljesusg Once this PR has been reviewed and has the lgtm label, please assign davidfestal for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/janus-idp/backstage-plugins/blob/main/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment