helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

be able to add containers to Kiali pod

Open jmazzitelli opened this issue 2 years ago • 6 comments

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

jmazzitelli avatar May 02 '22 20:05 jmazzitelli

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!

cryslam avatar Aug 29 '22 17:08 cryslam

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 avatar Aug 29 '22 18:08 jmazzitelli

@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

cryslam avatar Aug 29 '22 18:08 cryslam

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?

jmazzitelli avatar Aug 29 '22 19:08 jmazzitelli

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

cryslam avatar Aug 30 '22 19:08 cryslam

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

jmazzitelli avatar Aug 30 '22 22:08 jmazzitelli