-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Feat(Inventory): Basic auth for Agent #17834
Conversation
|
I think there should be a warning displayed when trying to use basic authentication. It really should never be used, except as a short-term solution for anyone that was handling this at the web server level previously until they are able to switch to using OAuth. |
If we warn about using an unsecure auth mechanism, we have to warn about using default no auth at all one. I wonder if a better place would be in documentation. |
Checklist before requesting a review
Please delete options that are not relevant.
Description
Implement Basic Auth form for inventory endpoint
Screenshots (if appropriate):