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

fix: console-test passes #507

Merged
merged 4 commits into from
May 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/create-sasl-secret.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#!/usr/bin/env bash
set -xeuo pipefail

# TODO the updated-sasl-users.txt was changed so admin password did not change.
# This is to allow the <release>-console-test to pass since console does not auto
# reload on sasl password changes. Once this is fixed, the updated-sasl-users.txt should
# be changed so that full sasl changes can be observed and validated.

SECRET_NAME=${1-"some-users"}

# Create a secret object with initial user sasl data
Expand Down
2 changes: 1 addition & 1 deletion .github/updated-sasl-users.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
admin:worse:SCRAM-SHA-512
admin:badpassword:SCRAM-SHA-512
user1:pass1:SCRAM-SHA-512
someuser:ABC123:SCRAM-SHA-512
anotherme:2784a:SCRAM-SHA-512
Expand Down