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
Is your feature request related to a problem? Please describe.
The web interface for the BMC allows privileged operations, such as over-the-air flashing and node power on/off, as such it should have some way to protect from unauthorized users.
Describe the solution you'd like
The web interface should be exposed via TLS and should support HTTP basic authentication.
Describe alternatives you've considered
Using firewall to block access to web interface, however, this can't protect from nodes on the same subnet.
Additional context
Most BMCs support this capability.
The text was updated successfully, but these errors were encountered:
Thanks for submitting this feature request. Currently we are working on a TLS implementation which is tracked in the tpi_rs soon to be bmcd github repo. see turing-machines/bmcd#23.
If there are no further objections i will close this ticket as duplicate
@svenrademakers will that include the ability to lock down access to the web interface? Even basic auth would be sufficient (once there is TLS). If that's covered by that other issue then no concerns with closing this one, if it's not, I can edit this one to just cover the authentication piece?
Is your feature request related to a problem? Please describe.
The web interface for the BMC allows privileged operations, such as over-the-air flashing and node power on/off, as such it should have some way to protect from unauthorized users.
Describe the solution you'd like
The web interface should be exposed via TLS and should support HTTP basic authentication.
Describe alternatives you've considered
Using firewall to block access to web interface, however, this can't protect from nodes on the same subnet.
Additional context
Most BMCs support this capability.
The text was updated successfully, but these errors were encountered: