We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8217d4c commit 88e8b83Copy full SHA for 88e8b83
plugins/kiali-backend/app-config.janus-idp.yaml
@@ -3,9 +3,7 @@ catalog:
3
# highlight-add-start
4
kiali:
5
# Required. Kiali endpoint
6
- url: ${KIALI_ENDPOINT}
7
- # Required. Kiali authentication. Supported anonymous and token
8
- strategy: ${KIALI_AUTH_STRATEGY}
+ url: ${KIALI_BASE_URL}
9
# Optional. Required by token authentication
10
serviceAccountToken: ${KIALI_SERVICE_ACCOUNT_TOKEN}
11
# Optional. defaults false
plugins/kiali-backend/dist-dynamic/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@janus-idp/backstage-plugin-kiali-backend-dynamic",
- "version": "1.8.2",
+ "version": "1.8.3",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
0 commit comments