provectus / kafka-ui

Open-Source Web UI for Apache Kafka Management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSO for MSK with IAM authentication

kothapet opened this issue Β· comments

Issue submitter TODO list

  • I've searched for an already existing issues here
  • I'm running a supported version of the application which is listed here and the feature is not present there

Is your proposal related to a problem?

I am using MSK with IAM authentication. Want to run kafka ui on ec2/ecs/eks. If I attach an IAM role to the instance, then every user will get the same privileges.

Describe the feature you're interested in

For AWS console login we use AD group and SAML token exchange for AWS credentials.
I want something similar for kafka ui, ability to pass the aws credentials when user login and those credentials only valid for that session.
I am not sure how to do this and if it is supported. If so is there an example on how to do this.

Describe alternatives you've considered

No response

Version you're running

56fa824

Additional context

No response

Hello there kothapet! πŸ‘‹

Thank you and congratulations πŸŽ‰ for opening your very first issue in this project! πŸ’–

In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. πŸ‘€

This would be awesome. I'm also using MSK serverless and would love this capability.

any updates for this ?