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
the agent \ server replies at the handshake with the additional salt data
seems too complex. Adding the send of
the user name
the token sha1(user+sha1(password) )
from the client to server or master to agent along with each query similar to HTTP Basic auth.
Master will send to agent the user auth it got from the user request.
For the replication API commands will use special user with the replication roles.
Proposal:
need to add basic auth into API interface code to support auth with users and password hash that already works for SphinxQL interface.
Could you the same approach as
mysql_native_password
does:mysql_native_password
does and sends user and password hash with the main queryDecided no to add SSL encryption here as it different task.
Checklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
The text was updated successfully, but these errors were encountered: