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

Proxy provider unauthenticated blacklist #9760

Open
AR2000AR opened this issue May 17, 2024 · 0 comments
Open

Proxy provider unauthenticated blacklist #9760

AR2000AR opened this issue May 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@AR2000AR
Copy link

Is your feature request related to a problem? Please describe.
I'm trying to protect a app that doesn't support restricting account creation to a list of user (or any other providers). I need to allow all urls except / and /login. Unfortunately golang regexp don't support negative lookahead and the proxy provider only allows whitelisting paths

Describe the solution you'd like
Having an authenticated paths regexp field applied after the unauthenticated one.

Describe alternatives you've considered
Another solution would be to support a regexp lib that can do a negative lookahead.

Additional context
App in questions in a self hosted kutt instance.

@AR2000AR AR2000AR added the enhancement New feature or request label May 17, 2024
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

1 participant