Skip to content
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

IAM MSK support #810

Closed
tooptoop4 opened this issue Sep 10, 2021 · 3 comments
Closed

IAM MSK support #810

tooptoop4 opened this issue Sep 10, 2021 · 3 comments
Labels
acl Kafka ACLS backend Need a backend update enhancement New feature or request

Comments

@tooptoop4
Copy link
Contributor

Support for https://docs.aws.amazon.com/msk/latest/developerguide/iam-access-control.html

@tchiotludo tchiotludo added acl Kafka ACLS backend Need a backend update enhancement New feature or request labels Sep 13, 2021
@tchiotludo
Copy link
Owner

For aws part, I don't have any AWS account, so this one will need a PR for people using it.

@tooptoop4
Copy link
Contributor Author

already works.

application.yml:

micronaut:
  server:
    port: 8089
    host: "0.0.0.0"
akhq:
  connections:
    my-cluster-sasl:
      properties:
        bootstrap.servers: "redact:9098"
        security.protocol: SASL_SSL
        sasl.mechanism: AWS_MSK_IAM
        sasl.jaas.config: software.amazon.msk.auth.iam.IAMLoginModule required;
        sasl.client.callback.handler.class: software.amazon.msk.auth.iam.IAMClientCallbackHandler
        ssl.truststore.location: /home/user/kafka.client.truststore.jks
        ssl.truststore.password: changeit
        ssl.keystore.location: /home/user/kafka.client.truststore.jks
        ssl.keystore.password: changeit
      schema-registry:
        url: "http://localhost:8081"
java -Dmicronaut.config.files=application.yml -cp /home/user/iamjar/aws-msk-iam-auth-1.1.1-all.jar:/home/user/iamjar/akhq.jar org.akhq.App

@tchiotludo
Copy link
Owner

Reopening for docs and maybe to include the jar on main package 🤔

@tchiotludo tchiotludo reopened this Nov 19, 2021
moremagic added a commit to moremagic/akhq that referenced this issue Dec 14, 2021
moremagic added a commit to moremagic/akhq that referenced this issue Dec 20, 2021
moremagic added a commit to moremagic/akhq that referenced this issue Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acl Kafka ACLS backend Need a backend update enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

2 participants