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

Authentication for WebDAV server and MQTT broker #257

Open
hafklin opened this issue Jul 1, 2024 · 0 comments
Open

Authentication for WebDAV server and MQTT broker #257

hafklin opened this issue Jul 1, 2024 · 0 comments
Labels
type: enhancement Fulfills a need or requirement by improving an existing functionality.

Comments

@hafklin
Copy link
Contributor

hafklin commented Jul 1, 2024

As of now, there is no authentication in place for the WebDAV server to which test results are automatically uploaded and for the MQTT broker. Obviously, this makes the setup unfit for a production deployment.

For the WebDAV server, authentication can be implemented fairly cleanly using OIDC authentication at Traefik. This would require thinking through how trust boundaries should be placed between, e.g., different clusters.

For authentication to the MQTT broker, this likely cannot be solved as cleanly, as OIDC is not really meant to be used with MQTT. A possible solution here would be to place the broker in the peer VPN.

@hafklin hafklin added the type: enhancement Fulfills a need or requirement by improving an existing functionality. label Jul 1, 2024
@github-project-automation github-project-automation bot moved this to Backlog in openDuT Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Fulfills a need or requirement by improving an existing functionality.
Projects
Status: Backlog
Development

No branches or pull requests

1 participant