Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Security issue: /stream is not secured #13

Open
h3rj4n opened this issue Jul 28, 2018 · 0 comments
Open

Security issue: /stream is not secured #13

h3rj4n opened this issue Jul 28, 2018 · 0 comments

Comments

@h3rj4n
Copy link

h3rj4n commented Jul 28, 2018

I'm using this docker image to run the service. I want to open the service to the internet but the /stream URI is not secured using any password.

location /stream {
		proxy_set_header Authorization $http_authorization;
		proxy_read_timeout 1s;
		proxy_pass http://localhost:8889;
}

I don't have a solution right now. The 'normal' authentication uses PHP, the /stream URI proxies straight to the other service. There is no PHP in between, so no authentication.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant