-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Commits on Oct 16, 2019
-
add missing dev requirement 'mock'
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for ce61dfa - Browse repository at this point
Copy the full SHA ce61dfaView commit details -
extend KafkaFixture to support scram and plain sasl mechanisms
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for b565067 - Browse repository at this point
Copy the full SHA b565067View commit details -
write test for PLAIN sasl mechanism
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for fd8f11c - Browse repository at this point
Copy the full SHA fd8f11cView commit details -
normalize KafkaFixture.get_clients .get_consumers and .get_producers
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 67d5276 - Browse repository at this point
Copy the full SHA 67d5276View commit details -
refactor KafkaFixture.get_clients .get_consumers and .get_producers
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 471029b - Browse repository at this point
Copy the full SHA 471029bView commit details -
add get_topic_names to KafkaFixture
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for f0b0389 - Browse repository at this point
Copy the full SHA f0b0389View commit details -
fix bug in KafkaFixture.create_topics
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for d6761bd - Browse repository at this point
Copy the full SHA d6761bdView commit details -
create function to turn special chars to underscore
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 6077c6c - Browse repository at this point
Copy the full SHA 6077c6cView commit details -
improve KafkaFixture.get_consumers
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 37d100d - Browse repository at this point
Copy the full SHA 37d100dView commit details -
improve sasl tests and enable tests for scram
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for d297767 - Browse repository at this point
Copy the full SHA d297767View commit details -
Swen Wenzel committed
Oct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for a97386d - Browse repository at this point
Copy the full SHA a97386dView commit details -
make sure to wait for scram credentials during kafka startup
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 3c3c5a0 - Browse repository at this point
Copy the full SHA 3c3c5a0View commit details -
ensure compatibility with older python versions
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 9785c05 - Browse repository at this point
Copy the full SHA 9785c05View commit details -
Swen Wenzel committed
Oct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 0570d91 - Browse repository at this point
Copy the full SHA 0570d91View commit details -
add more output to SpawnedService
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for d7fe59b - Browse repository at this point
Copy the full SHA d7fe59bView commit details -
add more checks if SpawnedService is actually running
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 22b6190 - Browse repository at this point
Copy the full SHA 22b6190View commit details -
switch to actual jaas config file for kafka
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 84b57ed - Browse repository at this point
Copy the full SHA 84b57edView commit details -
remove sasl mechanism settings from server.properties for 1.1.1
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 01f48d7 - Browse repository at this point
Copy the full SHA 01f48d7View commit details -
change scram_pattern in KafkaFixture
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 3f399d3 - Browse repository at this point
Copy the full SHA 3f399d3View commit details -
minor refactoring of least_loaded_node
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for fecdc46 - Browse repository at this point
Copy the full SHA fecdc46View commit details -
update docstrings with information about new sasl mechanisms
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 9a99f95 - Browse repository at this point
Copy the full SHA 9a99f95View commit details -
minor refactoring of test_sasl_integration.py
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 60702c6 - Browse repository at this point
Copy the full SHA 60702c6View commit details -
trying to make it run in travis
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for b61d68f - Browse repository at this point
Copy the full SHA b61d68fView commit details -
go back to raising runtime error in wait_for
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for e641521 - Browse repository at this point
Copy the full SHA e641521View commit details -
reduce kafka startup timeout and log config file content
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 720daa3 - Browse repository at this point
Copy the full SHA 720daa3View commit details -
reduce tests to get quicker feedback
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for de6a360 - Browse repository at this point
Copy the full SHA de6a360View commit details -
output config file contents earlier
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 1f98ee4 - Browse repository at this point
Copy the full SHA 1f98ee4View commit details -
Swen Wenzel committed
Oct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for fa1ca01 - Browse repository at this point
Copy the full SHA fa1ca01View commit details -
try to get rid of emtpy log lines
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for e41c0be - Browse repository at this point
Copy the full SHA e41c0beView commit details -
move investigation to rendering function
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 7af9f97 - Browse repository at this point
Copy the full SHA 7af9f97View commit details -
Swen Wenzel committed
Oct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 0ef668e - Browse repository at this point
Copy the full SHA 0ef668eView commit details -
use strpath in render_template
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 65bb4fa - Browse repository at this point
Copy the full SHA 65bb4faView commit details -
check kafka.properties files for the
sasl
keywordSwen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 082bb4e - Browse repository at this point
Copy the full SHA 082bb4eView commit details -
add another commit to kafka.properties to make sure changes are not o…
…verridden during merge
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for b1d1ee0 - Browse repository at this point
Copy the full SHA b1d1ee0View commit details -
Revert "use strpath in render_template"
This reverts commit 65bb4fa
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for a832ae5 - Browse repository at this point
Copy the full SHA a832ae5View commit details -
Swen Wenzel committed
Oct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 97778fc - Browse repository at this point
Copy the full SHA 97778fcView commit details -
set offsets.topic.replication.factor to 1 in all kafka.properties
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 77ec1b3 - Browse repository at this point
Copy the full SHA 77ec1b3View commit details -
dump logs on sasl_kafka tear down
Swen Wenzel committedOct 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 8aca0ee - Browse repository at this point
Copy the full SHA 8aca0eeView commit details
Commits on Oct 17, 2019
-
try shorter topic name for sasl test
Swen Wenzel committedOct 17, 2019 Configuration menu - View commit details
-
Copy full SHA for d5e9a0f - Browse repository at this point
Copy the full SHA d5e9a0fView commit details -
Swen Wenzel committed
Oct 17, 2019 Configuration menu - View commit details
-
Copy full SHA for a3aadf3 - Browse repository at this point
Copy the full SHA a3aadf3View commit details -
refactor KafkaFixture._create_topics and include retry logic
Swen Wenzel committedOct 17, 2019 Configuration menu - View commit details
-
Copy full SHA for c0b0437 - Browse repository at this point
Copy the full SHA c0b0437View commit details -
fix bug in KafkaFixture._send_request
Swen Wenzel committedOct 17, 2019 Configuration menu - View commit details
-
Copy full SHA for ca3c304 - Browse repository at this point
Copy the full SHA ca3c304View commit details -
Swen Wenzel committed
Oct 17, 2019 Configuration menu - View commit details
-
Copy full SHA for e780de8 - Browse repository at this point
Copy the full SHA e780de8View commit details -
revert changes introduced for debugging
Swen Wenzel committedOct 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 1fe4c17 - Browse repository at this point
Copy the full SHA 1fe4c17View commit details -
Swen Wenzel committed
Oct 17, 2019 Configuration menu - View commit details
-
Copy full SHA for bce9e41 - Browse repository at this point
Copy the full SHA bce9e41View commit details -
increase Kafka startup timeout again
Swen Wenzel committedOct 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 54922a0 - Browse repository at this point
Copy the full SHA 54922a0View commit details