fix: adds additional info / warnings to hostname v2#33261
fix: adds additional info / warnings to hostname v2#33261mabartos merged 6 commits intokeycloak:mainfrom
Conversation
closes: keycloak#24815 Signed-off-by: Steve Hawkins <[email protected]>
Unreported flaky test detectedIf the 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.LevelOfAssuranceFlowTest#testWithOTPAndRecoveryCodesAtLevel2Keycloak CI - Forms IT (chrome) |
Signed-off-by: Steve Hawkins <[email protected]>
|
Added some refinements to #33209 on this pr as well - it can be done as a separate one if desired. |
Unreported flaky test detectedIf the 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.webauthn.registration.PolicyJsInjectionTest#requireResidentKeyKeycloak CI - WebAuthn IT (chrome) org.keycloak.testsuite.webauthn.registration.ResidentKeyRegisterTest#residentKeyNotRequiredNoRKKeycloak CI - WebAuthn IT (chrome) org.keycloak.testsuite.webauthn.registration.passwordless.PwdLessResidentKeyRegTest#residentKeyNotRequiredPresentKeycloak CI - WebAuthn IT (chrome) |
Signed-off-by: Steve Hawkins <[email protected]>
| } | ||
|
|
||
|
|
||
| List<String> inUse = REMOVED_OPTIONS.stream().filter(s -> config.get(s) != null).toList(); |
There was a problem hiding this comment.
@shawkins I believe this won't work as the config provider here has a scope that only contains options starting with kc.spi-hostname-v2-. The old options had a prefix of kc.spi-hostname-default-.
Since we don't have access to all config options through the SmallRye Config here, we have move it somewhere to quarkus module I'm afraid.
There was a problem hiding this comment.
Since we don't have access to all config options through the SmallRye Config here, we have move it somewhere to quarkus module I'm afraid.
Right, forgot about the spi mapping. I'll move it.
Signed-off-by: Steve Hawkins <[email protected]>
.../main/java/org/keycloak/quarkus/runtime/configuration/mappers/HostnameV2PropertyMappers.java
Outdated
Show resolved
Hide resolved
...kus/runtime/src/main/java/org/keycloak/quarkus/runtime/cli/command/AbstractStartCommand.java
Show resolved
Hide resolved
…figuration/mappers/HostnameV2PropertyMappers.java Co-authored-by: Martin Bartoš <[email protected]> Signed-off-by: Steven Hawkins <[email protected]>
Signed-off-by: Steven Hawkins <[email protected]>
Unreported flaky test detectedIf the 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.webauthn.WebAuthnPropertyTest#requiredActionRegistrationKeycloak CI - WebAuthn IT (chrome) |
Unreported flaky test detectedIf the 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.webauthn.WebAuthnPropertyTest#requiredActionRegistrationKeycloak CI - WebAuthn IT (chrome) |
closes: #24815