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

Support for awsRoleArn when using IAM #643

Open
2 tasks done
ompraash opened this issue Oct 31, 2024 · 1 comment
Open
2 tasks done

Support for awsRoleArn when using IAM #643

ompraash opened this issue Oct 31, 2024 · 1 comment
Labels
area/auth App authentication related issues good first issue Up for grabs scope/backend Related to backend changes status/triage/completed Automatic triage completed type/enhancement En enhancement/improvement to an already existing feature
Milestone

Comments

@ompraash
Copy link

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?

In the current scenario IAM connectivity to MSK only supports awsProfileName. As per MSK IAM Auth library, awsRoleArn is supported.

kafka:
  clusters:
    - name: local
      bootstrapServers: <KAFKA_URL>
      properties:
        security.protocol: SASL_SSL
        sasl.mechanism: AWS_MSK_IAM
        sasl.client.callback.handler.class: software.amazon.msk.auth.iam.IAMClientCallbackHandler
        sasl.jaas.config: software.amazon.msk.auth.iam.IAMLoginModule required awsProfileName="<PROFILE_NAME>";

In the documentation, it does not mention use of IAM Role.

Describe the feature you're interested in

Allow support for awsRoleArn similar to awsProfileName thus allowing to automatically trust Role ARN.

Describe alternatives you've considered

No response

Version you're running

1.0.0

Additional context

No response

@ompraash ompraash added status/triage Issues pending maintainers triage type/feature A brand new feature labels Oct 31, 2024
@kapybro kapybro bot added status/triage/manual Manual triage in progress status/triage/completed Automatic triage completed and removed status/triage Issues pending maintainers triage labels Oct 31, 2024
Copy link

Hi ompraash! 👋

Welcome, and thank you for opening your first issue in the repo!

Please wait for triaging by our maintainers.

As development is carried out in our spare time, you can support us by sponsoring our activities or even funding the development of specific issues.
Sponsorship link

If you plan to raise a PR for this issue, please take a look at our contributing guide.

@Haarolean Haarolean added type/enhancement En enhancement/improvement to an already existing feature scope/backend Related to backend changes area/auth App authentication related issues good first issue Up for grabs and removed type/feature A brand new feature status/triage/manual Manual triage in progress labels Dec 31, 2024
@Haarolean Haarolean added this to the 1.2 milestone Dec 31, 2024
@Haarolean Haarolean moved this to Todo in Up for grabs Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/auth App authentication related issues good first issue Up for grabs scope/backend Related to backend changes status/triage/completed Automatic triage completed type/enhancement En enhancement/improvement to an already existing feature
Projects
Status: Todo
Status: Todo
Development

No branches or pull requests

2 participants