-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Is it possible to add a security module #628
Comments
@aqa510415008 yes it would be possible. This would be a new feature! You could have a go at implementing this as a piece of middleware and seeing if it works in your project. Then maybe we could add it to Ocelot? |
@TomPallister I have started to integrate Ocelot. I discussed feasibility with @geffzhang yesterday. IP whitelists and blacklists are configured through Ocelot, and other security components are extensible. When I submit the PR, you can see if it works. |
I have reviewed the PR, looks good, changes requested! Thank you for this. I really appreciate it. |
@TomPallister Thank you for your review, if you can, I add a unit test. |
Ok I will wait for tests :) |
Security protection extension for Ocelot AuthorizationToken |
Released in 12.0.1, should be on NuGet soon :) |
Is it possible to add a security module?
IP whitelist, blacklist
AuthorizationToken blacklist
The text was updated successfully, but these errors were encountered: