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

Deny / Allow Ip #1484

Open
LxLeChat opened this issue Jan 24, 2020 · 1 comment
Open

Deny / Allow Ip #1484

LxLeChat opened this issue Jan 24, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@LxLeChat
Copy link
Contributor

Is your Enhancement request related to a problem? Please describe

It's not related to a problem, but i could totally implement this in some scenarios.

Describe the solution you'd like

Add two paramaters on endpoint to allow/deny ip(s).
This will only allow 2 ips to connect to this particular endpoint.
New-UDEndpoint -Url "/test" -Method GET -Endpoint {} -Allow @('10.0.0.1','10.0.0.2')

This will deny these 2 ips to connect to this particular endpoint.
New-UDEndpoint -Url "/test" -Method GET -Endpoint {} -Deny @('10.0.0.1','10.0.0.2')

I imagine that, if there is a combination of ip filtering and auth method, ip filtering would be checked first ..

@LxLeChat LxLeChat added the enhancement New feature or request label Jan 24, 2020
LxLeChat added a commit to LxLeChat/universal-dashboard that referenced this issue Feb 7, 2020
Please see issue ironmansoftware#1484 as i described what this feature could do.
@adamdriscoll
Copy link
Member

This issue has been mentioned on Ironman Software Forums. There might be relevant details there:

https://forums.universaldashboard.io/t/help-plan-the-future-of-universal-dashboard/2176/2

adamdriscoll pushed a commit that referenced this issue Feb 10, 2020
Please see issue #1484 as i described what this feature could do.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants