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

feat: add AWS_IAM SASL protocol #402

Merged
merged 3 commits into from
Jun 24, 2019
Merged

feat: add AWS_IAM SASL protocol #402

merged 3 commits into from
Jun 24, 2019

Commits on Jun 20, 2019

  1. feat: add AWS_IAM SASL protocol

    Uses the unique UserId of an IAM identity, the Access Key ID,
    Secret Access Key and optional Session Token to authorize with a
    Kafka broker.
    
    The Kafka broker must also have the SASL/AWS login module
    from
    [kafka-auth-aws-iam](https://github.com/STACK-Fintech/kafka-auth-aws-iam)
    in order to make use of this auth mode.
    kjdelisle committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    ddf2390 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Configuration menu
    Copy the full SHA
    3cf2f28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    067d857 View commit details
    Browse the repository at this point in the history