Removes the watched secret store by directly using the statefulsets - #21162
Conversation
|
Cleared up the type issue with a generic parameter. To minimize conflicts with the other open prs this change was just limited to KeycloakDeployment for now. |
ghost
left a comment
There was a problem hiding this comment.
Unreported flaky test detected, please review
Unreported flaky test detectedIf the below flaky tests below are affected by the changes, please review and update the changes accordingly. Otherwise, a maintainer should report the flaky tests prior to merging the PR. org.keycloak.testsuite.forms.ResetPasswordTest#resetPasswordWithSpnegoEnabledKeycloak CI - Forms IT (chrome) |
ghost
left a comment
There was a problem hiding this comment.
Unreported flaky test detected, please review
Unreported flaky test detectedIf the below flaky tests below are affected by the changes, please review and update the changes accordingly. Otherwise, a maintainer should report the flaky tests prior to merging the PR. org.keycloak.testsuite.ui.account2.DeleteAccountTest#deleteOwnAccountAIACancellationSucceedsKeycloak CI - Account Console IT (firefox) |
|
@shawkins Given it's a more major change, does it work for you to merge after 22 is released? |
Yes that's fine. |
|
One consideration to add is that MD5 won't be available in fips mode unless the additional java flag is set to non-fips. |
|
@vmuzikar rebased and changed the hashing to sha-256. |
What's going on here:
closes #21125
[*] I'm wondering if at some point the initial admin secret will need to be watched as well.