How to configure kafkaui with SASL_SSL/OAUTH2? #4465
Unanswered
BlackCorsair
asked this question in
Q&A
Replies: 1 comment
-
Me and @Haarolean no longer support this repo, please reopen your question in https://github.com/kafbat/kafka-ui/discussions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
We're moving from connecting kafkaui to kafka brokers from an internal tls listener to the one everyone else in our organization is using, which is is using oauth for the authentication.
We have the following configuration (from what I could scavenge from other questions):
However, we're facing the following error:
I understand that the issue here is that when the client tries to get the token, it fails, but I don't know if it's because I'm missing some env variable or maybe the
SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_AUTH0_ISSUER_URI
value is wrong.Could you guide me?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions