-
Notifications
You must be signed in to change notification settings - Fork 327
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
Feature request: validation by ip addresss (use Nginx's satisfy any;
instead)
#378
Comments
I am strongly opposed to any sort of IP-based filtering as that violates the principle of zero trust. I would recommend accomplishing this with the future client credentials grant described in #362 |
I understand. But it is not about browser clients. I have build agent(teamcity) and I do not know how to use vouch-proxy for external clients and build agents together without tricks like creating a mirror of server section, etc. |
@nrukavkov you can use Nginx's Here's a setup I use where some of the services should not go through VP in the
|
satisfy any;
instead)
Thank you |
I want to suggest you add a feature for validation by IP before validation by a provider (google for example).
Here is a real case... We have a private web resource, which should be protected by vouch-proxy. But we have web requests from the internal network and also external. I suppose it would be very useful to not disturb users from the internal network.
Unfortunately, it is not possible to realize using Nginx. (because 'if' is not allowed for auth_request)
The text was updated successfully, but these errors were encountered: