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

Advise needed: How to secure rancher driven application itself so that it can ONLY be accessed thru rap? #43

Open
hanselke opened this issue Feb 9, 2018 · 3 comments

Comments

@hanselke
Copy link

hanselke commented Feb 9, 2018

So this is more of a rancher question, but i wish to restrict access to all applications whichcurrently have domain names driven by rap so that it only ever goes thru the nginx-proxy.

Purpose is to be able to install nginx-lua into rap, so that i'm able to run lua scripts against every connection.

How would this be accomplished?

I was thinking that we do not define any ports at all for all applications within the application config.
This is probably the easiest way to stop rancher from opening those public ports.

then make rap.port mandatory so that rap will always know which ports are needed , and have rancher active proxy make a docker --link with every container that needs to be proxied?

@adi90x
Copy link
Owner

adi90x commented Feb 27, 2018

If there is no external mapped port for containers they will only be accessible via RAP no ?

@hanselke
Copy link
Author

hanselke commented Feb 28, 2018 via email

@adi90x
Copy link
Owner

adi90x commented Feb 28, 2018 via email

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