Skip to content

Commit 88e8b83

Browse files
authored
fix(kiali): remove strategy in dinamyc plugin (#1121)
1 parent 8217d4c commit 88e8b83

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

plugins/kiali-backend/app-config.janus-idp.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ catalog:
33
# highlight-add-start
44
kiali:
55
# Required. Kiali endpoint
6-
url: ${KIALI_ENDPOINT}
7-
# Required. Kiali authentication. Supported anonymous and token
8-
strategy: ${KIALI_AUTH_STRATEGY}
6+
url: ${KIALI_BASE_URL}
97
# Optional. Required by token authentication
108
serviceAccountToken: ${KIALI_SERVICE_ACCOUNT_TOKEN}
119
# Optional. defaults false

plugins/kiali-backend/dist-dynamic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-kiali-backend-dynamic",
3-
"version": "1.8.2",
3+
"version": "1.8.3",
44
"main": "dist/index.cjs.js",
55
"types": "dist/index.d.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)