-
Notifications
You must be signed in to change notification settings - Fork 187
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
don't expose services by default #2612
Conversation
fcd5b7d
to
e17eda7
Compare
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, nice. Any particular reason, why this is in Draft?
Wanted to wait for some more feedback |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! :)
* add wopi to deployment example * expose gateway and drivers in preparation for owncloud/ocis#2612
…gateway address because of owncloud/ocis#2612
Description
Services won't listen anymore on 0.0.0.0 except the proxy.
ss -lntp | grep ocis
before this PR:and after this PR:
Related Issue
Motivation and Context
If you're running on a server without firewalls, all services are reachable from everywhere.
How Has This Been Tested?
ss -lntp
Screenshots (if appropriate):
Types of changes
Checklist: