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

Individual operation mode for each endpoint #101

Open
0x566164696D opened this issue Jun 3, 2024 · 0 comments
Open

Individual operation mode for each endpoint #101

0x566164696D opened this issue Jun 3, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@0x566164696D
Copy link

In most cases, it is not possible to immediately launch API-Firewall in BLOCK mode; we have to start in monitoring mode, analyze logs, and make changes to the OAS, which takes quite a lot of time.
Moreover, it is inconvenient to roll out API updates in BLOCK mode.

Is it possible to implement individual management of the operation mode for each endpoint?

Examples:
We launched API-Firewall in LOG_ONLY mode, identified endpoints without errors, and enabled BLOCK for them, thus gradually transitioning the entire API to BLOCK mode.

With such a configuration, it is also possible to safely deploy new API endpoints (they will be in LOG_ONLY) and switch them to BLOCK when ready.

It is preferable for the operation mode to be set not in the specification but, for example, through an additional config.

@afr1ka afr1ka added the enhancement New feature or request label Jul 1, 2024
@afr1ka afr1ka added this to the v0.9.0 milestone Aug 23, 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

2 participants