Pedro Igor
Pedro Igor
@f-marino Once the PR is merged you can try the nightly tag of the image.
@f-marino You can't and the reason is that without the cache there is a huge impact on performance. What you can do though is increase the maximum number of cached...
My assumption is that removals should not happen if you have max entries higher enough.
@sschu You are right, I think those checks are outdated and referring to the time when authorization services were still tech preview. The reason it works, partially, is that there...
Related to https://github.com/keycloak/keycloak/issues/10046.
This should be addressed once we integrate the new store and its support for CD.
@hmlnarik Shall we close this issue and ignore cross-dc tests then? Or we should keep it until the legacy store is still there and supported?
@sschu Thanks. Looks like some tests are failing because now the `authz` field in `MgmtPermissions` is null and no check exists if this reference is null.
@sschu Thanks again! Makes more sense for me too. However, I'm afraid we still have some null checks to make like: * https://github.com/keycloak/keycloak/blob/d3b43a9f59764b763bffc11ba1f087f929f433ef/services/src/main/java/org/keycloak/services/resources/admin/permissions/RolePermissions.java#L126. * https://github.com/keycloak/keycloak/blob/d3b43a9f59764b763bffc11ba1f087f929f433ef/services/src/main/java/org/keycloak/services/resources/admin/permissions/RolePermissions.java#L524 The only reason why they...
@sschu I'm really pleased to collaborate with you on these changes and your willingness to improve this area. Thanks a lot for your time and effort. Despite the answers to...