provectus / kafka-ui

Open-Source Web UI for Apache Kafka Management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pod Identity support

rajarshp opened this issue Β· comments

Issue submitter TODO list

  • I've looked up my issue in FAQ
  • I've searched for an already existing issues here
  • I've tried running master-labeled docker image and the issue still persists there
  • I'm running a supported version of the application which is listed here

Describe the bug (actual behavior)

Hi Team,
AWS has released a new fix to allows POD Identity. Can you please implement this and release the new version for this ?

This is the dependency that needs to be changes:-

software.amazon.msk aws-msk-iam-auth 2.1.0

Expected behavior

Application can connect AWS MSK when deployed in a POD (Openshift Rosa)

Your installation details

We deploy this using helm chart in our Openshift Roda env. This will run from POD and try to make the connection with MSK.

Steps to reproduce

Get the latest version
create a helm chart
deploy it in Openshift Rosa env (in POD)
check the log, you will see the error "Unable to load AWS Credentials from any provider chain"

Screenshots

NA

Logs

NA

Additional context

NA

Hello there rajarshp! πŸ‘‹

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. πŸ‘€

please look into this

please look into this

Hi @rajarshp! Would be happy to, but this repo is no longer maintained (more about this here), but I'll be happy to help with this issue here: https://github.com/kafbat/kafka-ui

Hi @Haarolean
Thanks for the update.
I did check there too, it is still using aws-msk-iam-auth v1.1.7 which is not compatible with POD Identity.
Could you please update to v2.1.0 or later and release a new version for this ?

@rajarshp would you please raise an issue there?

Get the latest version
create a helm chart
deploy it in Openshift Rosa env (in POD)
check the log, you will see the error "Unable to load AWS Credentials from any provider chain"

created - kafbat/kafka-ui#287