I'm wondering how to achieve using the Auth Token when also having multiple RESTheart instances. Currently we have multiple instances deployed to kubernetes and made them available using an ingress definition. We do not want to make use of a sticky session in order to be able to use all instances.
Regarding the documentation https://restheart.org/learn/clients-authentication/ we may also send Basic Auth using username:password. But nevertheless we're wondering how to implement the distributed auth token cache you mention there. Are there any examples for this? Or any hints?
Regards, Christian
As stated in the documentation:
The task on the project jira is https://softinstigate.atlassian.net/browse/RH-51: