Hi,
we had an incident where the Embedded Crowd Group Object Parent Memberships Cache has kept Group memberships over months and people could see information not meant for their eyes. I'm now looking for a way to flush that cache once in a while with a script.
I have tried stuff like
curl -u admin:password -k --request DELETE "https://confluence.mydomain.de/rest/cacheManagement/1.0/cacheEntries" (returns 204),
the same with a jsessionid,
deactivated secure admin login or
posting things over a rest api plugin where every return is null..
I'm out of ideas. Is there any way to get that to work?