forked from redpanda-data/redpanda-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the test super user SASL mechanism
The PR redpanda-data/helm-charts#544 does not pass tests due to bug in Redpanda. The pandaproxy fix will be backported eventually redpanda-data/redpanda#11425, but to unblock the nightly build the test SASL mechanism should be change from `SCRAM-SHA-512` to `SCRAM-SHA-256`.
- Loading branch information
Rafal Korepta
committed
Jun 15, 2023
1 parent
3e48e7e
commit b543dde
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ auth: | |
users: | ||
- name: admin | ||
password: hunter2 | ||
mechanism: SCRAM-SHA-256 | ||
|
||
storage: | ||
persistentVolume: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters