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 support for SCRAM authentication for kafka metricbeat module, fixes #19648 #24810

Merged
merged 13 commits into from
Apr 1, 2021

Commits on Mar 29, 2021

  1. Configuration menu
    Copy the full SHA
    0bc5d21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41f4db8 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. remove commented out code

    fholzer committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    894a7c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26985aa View commit details
    Browse the repository at this point in the history
  3. add entry to changelog

    fholzer committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    7da2fa0 View commit details
    Browse the repository at this point in the history
  4. go fmt

    fholzer committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    35e1632 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3e2da1 View commit details
    Browse the repository at this point in the history
  6. Update libbeat/common/kafka/sasl.go

    Co-authored-by: Jaime Soriano Pastor <jaime.soriano@elastic.co>
    fholzer and jsoriano authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    18501f7 View commit details
    Browse the repository at this point in the history
  7. revert change to log message

    fholzer committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    ae881e8 View commit details
    Browse the repository at this point in the history
  8. panic when encountering unknown sasl mechanism

    At this point input validation should have been done already.
    fholzer committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    7807e86 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Update libbeat/common/kafka/sasl.go

    Co-authored-by: Jaime Soriano Pastor <jaime.soriano@elastic.co>
    fholzer and jsoriano authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    25b0661 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23b0943 View commit details
    Browse the repository at this point in the history
  3. exec'd mage update

    fholzer committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    bc819df View commit details
    Browse the repository at this point in the history