You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @lmangani
I would gladly to do this, but my java and elastic experience is to low for this. I think here is needed some changes in logic. Storing the all user data in memory maybe not good solution. Would be better to implement lazy load with caching.
Hi!
Currently plugin has limitation in max 100 users, and if your have more than 100 user, plugin works incorrect.
We have 100+ users in our ES cluster and some users can't login. It was a suddenly for us.
I think need to add information about this limit to readme.
Issue in this line: https://github.com/elasticfence/elasticsearch-http-user-auth/blob/2.4.1/src/main/java/org/elasticsearch/plugin/elasticfence/data/UserDataBridge.java#L322
The text was updated successfully, but these errors were encountered: