UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 30f57526 authored by mr-bot's avatar mr-bot Committed by Micah Nagel
Browse files

Update kiali git tag to include new keycloak SSO integration test

parent 4017ea09
No related branches found
No related tags found
1 merge request!1836Update kiali git tag to include new keycloak SSO integration test
......@@ -296,7 +296,7 @@ kiali:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/kiali.git
path: "./chart"
tag: "1.51.0-bb.2"
tag: "1.51.0-bb.3"
# -- Flux reconciliation overrides specifically for the Kiali Package
flux: {}
......
......@@ -99,6 +99,8 @@ kiali:
cr:
spec:
auth:
# if enabling the keycloak SSO integration test, set strategy to "openid"
#strategy: "openid"
strategy: "anonymous"
bbtests:
enabled: true
......@@ -106,6 +108,10 @@ kiali:
envs:
cypress_url: 'https://kiali.bigbang.dev'
cypress_check_data: 'true'
# uncomment these next 3 lines if enabling the keycloak SSO integration test
#cypress_keycloak_test_enable: "true"
#cypress_keycloak_username: "cypress"
#cypress_keycloak_password: "tnr_w!G33ZyAt@C8"
clusterAuditor:
enabled: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment