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

Enable SCRAM-SHA-256 and SCRAM-SHA-512 for sasl #1918

Merged
merged 46 commits into from
Dec 29, 2019
Merged

Enable SCRAM-SHA-256 and SCRAM-SHA-512 for sasl #1918

merged 46 commits into from
Dec 29, 2019

Commits on Oct 16, 2019

  1. add missing dev requirement 'mock'

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    ce61dfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b565067 View commit details
    Browse the repository at this point in the history
  3. write test for PLAIN sasl mechanism

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    fd8f11c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67d5276 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    471029b View commit details
    Browse the repository at this point in the history
  6. add get_topic_names to KafkaFixture

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    f0b0389 View commit details
    Browse the repository at this point in the history
  7. fix bug in KafkaFixture.create_topics

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    d6761bd View commit details
    Browse the repository at this point in the history
  8. create function to turn special chars to underscore

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    6077c6c View commit details
    Browse the repository at this point in the history
  9. improve KafkaFixture.get_consumers

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    37d100d View commit details
    Browse the repository at this point in the history
  10. improve sasl tests and enable tests for scram

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    d297767 View commit details
    Browse the repository at this point in the history
  11. implement scram

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    a97386d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3c3c5a0 View commit details
    Browse the repository at this point in the history
  13. ensure compatibility with older python versions

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    9785c05 View commit details
    Browse the repository at this point in the history
  14. enable logging for tests

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    0570d91 View commit details
    Browse the repository at this point in the history
  15. add more output to SpawnedService

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    d7fe59b View commit details
    Browse the repository at this point in the history
  16. add more checks if SpawnedService is actually running

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    22b6190 View commit details
    Browse the repository at this point in the history
  17. switch to actual jaas config file for kafka

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    84b57ed View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    01f48d7 View commit details
    Browse the repository at this point in the history
  19. change scram_pattern in KafkaFixture

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    3f399d3 View commit details
    Browse the repository at this point in the history
  20. minor refactoring of least_loaded_node

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    fecdc46 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9a99f95 View commit details
    Browse the repository at this point in the history
  22. minor refactoring of test_sasl_integration.py

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    60702c6 View commit details
    Browse the repository at this point in the history
  23. trying to make it run in travis

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    b61d68f View commit details
    Browse the repository at this point in the history
  24. go back to raising runtime error in wait_for

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    e641521 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    720daa3 View commit details
    Browse the repository at this point in the history
  26. reduce tests to get quicker feedback

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    de6a360 View commit details
    Browse the repository at this point in the history
  27. output config file contents earlier

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    1f98ee4 View commit details
    Browse the repository at this point in the history
  28. further investiagte settings

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    fa1ca01 View commit details
    Browse the repository at this point in the history
  29. try to get rid of emtpy log lines

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    e41c0be View commit details
    Browse the repository at this point in the history
  30. move investigation to rendering function

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    7af9f97 View commit details
    Browse the repository at this point in the history
  31. stop on first failed test

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    0ef668e View commit details
    Browse the repository at this point in the history
  32. use strpath in render_template

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    65bb4fa View commit details
    Browse the repository at this point in the history
  33. check kafka.properties files for the sasl keyword

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    082bb4e View commit details
    Browse the repository at this point in the history
  34. add another commit to kafka.properties to make sure changes are not o…

    …verridden during merge
    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    b1d1ee0 View commit details
    Browse the repository at this point in the history
  35. Revert "use strpath in render_template"

    This reverts commit 65bb4fa
    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    a832ae5 View commit details
    Browse the repository at this point in the history
  36. limit cache to servers/dist

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    97778fc View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    77ec1b3 View commit details
    Browse the repository at this point in the history
  38. dump logs on sasl_kafka tear down

    Swen Wenzel committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    8aca0ee View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. try shorter topic name for sasl test

    Swen Wenzel committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    d5e9a0f View commit details
    Browse the repository at this point in the history
  2. enable debug mode for kafka

    Swen Wenzel committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    a3aadf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0b0437 View commit details
    Browse the repository at this point in the history
  4. fix bug in KafkaFixture._send_request

    Swen Wenzel committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    ca3c304 View commit details
    Browse the repository at this point in the history
  5. another minor bugfix

    Swen Wenzel committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    e780de8 View commit details
    Browse the repository at this point in the history
  6. revert changes introduced for debugging

    Swen Wenzel committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    1fe4c17 View commit details
    Browse the repository at this point in the history
  7. minor bugfix

    Swen Wenzel committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    bce9e41 View commit details
    Browse the repository at this point in the history
  8. increase Kafka startup timeout again

    Swen Wenzel committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    54922a0 View commit details
    Browse the repository at this point in the history