helm-charts
helm-charts copied to clipboard
be able to add containers to Kiali pod
part of: https://github.com/kiali/kiali/issues/5028 operator PR: https://github.com/kiali/kiali-operator/pull/524 test procedures are found here: https://github.com/kiali/kiali/issues/5028#issuecomment-1116308776
any updates on whether this contribution will get merged in and built? we're looking to add additional sidecars to kiali and would love if this was added!
any updates on whether this contribution will get merged in and built? we're looking to add additional sidecars to kiali and would love if this was added!
@lamc what is your use-case for wanting to add sidecars to the kiali pod?
@jmazzitelli we want to integrate okta sso with kiali and to do that we have an envoy sidecar that is configured to do just that since we’re trying to move off of ldap
we want to integrate okta sso with kiali and to do that we have an envoy sidecar that is configured to do just that since we’re trying to move off of ldap
@lamc Does that OKTA SSO support OpenID?
it does, so I guess we'd use this approach to modify our helm chart? https://kiali.io/docs/configuration/authentication/openid/#set-up-with-no-rbac-support
Does that OKTA SSO support OpenID?
it does, so I guess we'd use this approach to modify our helm chart? https://kiali.io/docs/configuration/authentication/openid/#set-up-with-no-rbac-support
Yes, you will want to configure Kiali to integrate with your OpenID provider. There are a few Kiali docs on auth config and OpenID in particular. See:
- https://kiali.io/docs/configuration/authentication/openid/
- https://kiali.io/docs/configuration/kialis.kiali.io/#.spec.auth.openid
- https://kiali.io/docs/configuration/rbac/
- https://kiali.io/docs/faq/authentication/#how-to-configure-the-originating-port-when-kiali-is-served-behind-a-proxy-openid-support