UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Resolve "SSO Startup Fails Starting With 1.18.0-bb.3"

Merged Zach Callahan requested to merge 213-ek-mtls-fix into main
All threads resolved!

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:

image

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

Merge request reports

Merge request pipeline #3666963 passed

Merge request pipeline passed for b6b2f4d9

Approved by

All merge request dependencies have been merged (1 merged)

Merged by Zach CallahanZach Callahan 5 months ago (Oct 16, 2024 1:05am UTC)

Merge details

Pipeline #3675531 passed

Pipeline passed for 0194e012 on main

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading