-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
be able to add containers to Kiali pod #137
base: master
Are you sure you want to change the base?
Conversation
b4f826a
to
8ac58df
Compare
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 |
@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 |
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:
|
f5cb39e
to
b7511a8
Compare
b7511a8
to
151def1
Compare
151def1
to
dc7fdf4
Compare
dc7fdf4
to
3059cba
Compare
3059cba
to
d7f0072
Compare
part of: kiali/kiali#5028 operator PR: kiali/kiali-operator#524
d7f0072
to
c8994d1
Compare
part of: kiali/kiali#5028
operator PR: kiali/kiali-operator#524
test procedures are found here: kiali/kiali#5028 (comment)