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
{{ message }}
This repository was archived by the owner on Aug 27, 2024. It is now read-only.
The core memas server does not contain any authentication, it trusts whoever the requester claims they are. (The namespace_pathname aka user_name)
This is mostly intended for now; MeMaS is not a user facing application, and we leave it up to developers to set up authentication for now.
However, we do need to implement/enable some basic authentications:
Make MeMaS support API key authentication.
Add support for authenticating to our dependency services (ES/cassandra/milvus). Right now we have very sus configs like xpack.security.enabled=false lol