Describe the bug
When you update your name using Lagoon CLI or Keycloak, this is not immediately reflected in the UI when looking at lists of users (e.g. group membership within an organization).
To Reproduce
Steps to reproduce the behavior:
- Update your name
lagoon update user -E [email protected] -C [email protected] --first-name 'Sean 2'
- Visit a group that you are a member of
- Notice the name is not changed
Expected behavior
Cache is evicted when no longer accurate.
Workaround
Edit the group membership for a user, make no changes, just click save. Seems to do the required purging.