-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
CRIT Server 'unix_http_server' running without any HTTP authentication checking #694
Comments
This is logged at the highest level because it's a critical security concern. We allow |
@mnaberez If only a [unix_http_server] block is configured, (meaning no [inet_http_server] block) no outside access to the HTTP server would be allowed. In that scenario, running without HTTP authentication seems reasonable. Would you explain why you disagree? |
See comments attached to #717. |
due to security issue, if there has any password/user in configuration is also not allowed, but w/o user/passowrd configuration, it will show warning message. any good solution for it? |
See Supervisor/supervisor#694 Signed-off-by: Michal Čihař <[email protected]>
This shouldn't be a CRIT level message, it's WARN at most.
As per the documentation:
username
The username required for authentication to this HTTP server.
Default: No username required.
Required: No.
Introduced: 3.0
If username is not a requirement, a CRIT message should not be generated.
The text was updated successfully, but these errors were encountered: