Skip to content
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

add buddy auth #418

Open
1 of 6 tasks
tomatolog opened this issue Dec 12, 2024 · 1 comment
Open
1 of 6 tasks

add buddy auth #418

tomatolog opened this issue Dec 12, 2024 · 1 comment

Comments

@tomatolog
Copy link
Contributor

Proposal:

at the https://github.com/manticoresoftware/manticoresearch/compare/wip_auth daemon uses HTTP Basic access authentication schema. That is why Buddy can not query daemon in that version and to fix that I disabled all the authentication check for buddy requests. That check of the buddy request is done via HTTP header field User-agent: Manticore Buddy.

We need to think and implement proper access authentication for the Buddy to work with the daemon.

Checklist:

To be completed by the assignee. Check off tasks that have been completed or are not applicable.

  • Implementation completed
  • Tests developed
  • Documentation updated
  • Documentation reviewed
  • Changelog updated
  • OpenAPI YAML updated and issue created to rebuild clients
@tomatolog
Copy link
Contributor Author

I see the options for this feature:

  • daemon generates user and password and pass it into Buddy start cli then buddy sends it as a HTTP Basic access authentication schema for every requests back into daemon.
  • daemon generates Bearer token and pass it into Buddy start cli then buddy sends for every requests back into daemon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant