Resolve "SSO Startup Fails Starting With 1.18.0-bb.3"
General MR
Summary
This MR satisfies the issue presented in #204 (closed) without causing the issue discussed in #213 (closed).
Relevant logs/screenshots
Combining the values from <bigbang-git-root>/docs/assets/configs/example/dev-sso-values.yaml
with the following values overlay:
elasticsearchKibana:
enabled: true
istio:
enabled: true
elasticsearch:
enabled: true
git:
branch: 213-ek-mtls-fix
tag: null
produces no pod startup errors but assures mTLS connectivity visible within Kiali:
Additionally, the elasticsearch endpoint is reachable via curl:
❯ curl -u elastic:$(kubectl get secrets -n logging logging-ek-es-elastic-user -o go-template='{{.data.elastic | base64decode}}') https://elasticsearch.dev.bigbang.mil/
{
"name" : "logging-ek-es-data-2",
"cluster_name" : "logging-ek",
"cluster_uuid" : "EsvbwhueRB-kW15fEehVYg",
"version" : {
"number" : "8.15.1",
"build_flavor" : "default",
"build_type" : "docker",
"build_hash" : "253e8544a65ad44581194068936f2a5d57c2c051",
"build_date" : "2024-09-02T22:04:47.310170297Z",
"build_snapshot" : false,
"lucene_version" : "9.11.1",
"minimum_wire_compatibility_version" : "7.17.0",
"minimum_index_compatibility_version" : "7.0.0"
},
"tagline" : "You Know, for Search"
}
Linked Issue
Closes #213 (closed)
Upgrade Notices
N/A
Edited by Zach Callahan