-
-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authentication and authorization #2833
Comments
Auth SphinxQL interface.Daemon uses check of the password from the mysql client compatible with the plugin
should work the same was as with regular mysql server. Added new test options to
or use
the
and additional users should be added like
The |
Basic auth HTTP interface.If the user added into daemon client must use HTTP Basic access authentication schema, ie for the curl client it works like
|
auth_user_filedaemon works with the
That should prevent cases when the access authentication is required but no valid users loaded. |
Proposal:
Umbrella issue for https://roadmap.mnt.cr/ about authentication and authorization.
Subtasks:
Added current issues list as separate ticket #2844
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: