-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
securitySolves application vulnerabilitySolves application vulnerability
Description
Selenium Hub by default leaves port 4444 open, which would be fine if this wasn't Docker. We can network the nodes together with the hub, but we still want to leave the GUI open for user access. However, we don't want to publish the Selenium port to the world for others to access, which is exactly what Docker port publishing does. To fix this, we can reverse proxy with an NGINX server.
See this article for more info.
Metadata
Metadata
Assignees
Labels
securitySolves application vulnerabilitySolves application vulnerability