-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Add a realm-level setting to enable FGAP to a realm #35043
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
Conversation
a40b45f to
a5b3184
Compare
|
@agagancarczyk would you please take a look from UI POV? |
model/infinispan/src/main/java/org/keycloak/models/cache/infinispan/RealmAdapter.java
Outdated
Show resolved
Hide resolved
server-spi-private/src/main/java/org/keycloak/models/utils/ModelToRepresentation.java
Show resolved
Hide resolved
|
If I understand correctly, the only thing missing in the UI now is to hide/show the |
Closes keycloak#34920 Signed-off-by: vramik <[email protected]>
a5b3184 to
cae803d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unreported flaky test detected, please review
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.cluster.RoleInvalidationClusterTest#crudWithoutFailoverorg.keycloak.testsuite.cluster.RoleInvalidationClusterTest#crudWithFailover |
agagancarczyk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UI changes look good!
Closes #34920