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

Feature Request: Secure web interface #111

Closed
iamwillbar opened this issue Aug 7, 2023 · 3 comments
Closed

Feature Request: Secure web interface #111

iamwillbar opened this issue Aug 7, 2023 · 3 comments

Comments

@iamwillbar
Copy link

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.

@svenrademakers
Copy link
Collaborator

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

@iamwillbar
Copy link
Author

@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?

@svenrademakers
Copy link
Collaborator

I processed your comments and updated the tickets accordingly.

Related tickets are as follows:

Client-side:

Server-side:

Tls is part of turing-machines/bmcd#23.

Expect this work to be picked up after turing-machines/bmcd#23 is completed

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

2 participants