Add dependency firewall service definition
What does this MR do and why?
Add the definition for dependency firewall service and related feature flag.
The main entry point method self.firewall_check is static to make integration easy.
The consumers of this service will not keep an instance of the service around, so it makes sense to expose it as a static method.
In the future the implementation might create an instance of the service, but leaving that to future MRs.
References
- Define dependency firewall service (#588474 - closed) • Hannah Baker • 18.10 • On track
- Create feature flag for dependency firewall (#587499 - closed) • Hannah Baker • 18.10 • On track
Screenshots or screen recordings
| Before | After |
|---|---|
How to set up and validate locally
No setup required to run the spec files. Feature is not completed and not yet usable.
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #588474 (closed)
Edited by Duo Code Review