I have a Keycloak deployed in Kubernetes version 1.24. When new roles are added to a client and when a new OAUTH 2 token is requested, the new token didn’t have the recently added roles. I had to restart the keycloak POD and then, when a new token was requested, the new token contained the recently added roles. The Keycloak version is 26.0.8. Anyone experienced the same and any solution to fix this issue without restarting the POD?