UNCLASSIFIED - NO CUI

Skip to content

[BB-844] - Restructuring and cleaning up previous additions for authservice support and SSO flag

Ryan Garcia requested to merge bb-844-auth into main

Updating support for the sso block in the values file eg:

sso:
  enabled: false
  namespace: ... (default: istio-addons-sso)
  selector:
    key: ... (default: protect)
    value: ... (default: keycloak)

removing Haproxy YAML manifests and moving them to being created and templated out within the umbrella bootstrap. Combining VirtualServices for kiali+tracing to single resource. Updating non-SSO VirtualService for Jaeger to "tracing." instead of "jaeger."

Merge request reports