Skip to content

How to wildcard rules in include and exclude paths #204

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

Open
lukszar opened this issue Oct 11, 2023 · 0 comments
Open

How to wildcard rules in include and exclude paths #204

lukszar opened this issue Oct 11, 2023 · 0 comments

Comments

@lukszar
Copy link

lukszar commented Oct 11, 2023

I am looking for easy solution for following problem.

There is API in Swagger where we can divide endpoints on 2 groups, like below (paths of endpoints):

  • /mobile/user
  • /mobile/photo
  • ...
  • /frontend/method1
  • /frontend/method2
  • ...

For our example, we want to use just paths starting with "/mobile". We could achieve that easily using f.ex. exclude paths "/frontend/*", but there is no such option to define wildcard for paths.

Any clue how to do it? Writing down 100 endpoints in configuration is not the option :)

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

1 participant