backend.ai
backend.ai copied to clipboard
fix: Add reject middleware for web security
trafficstars
- Implemented reject middleware to enhance security.
- Updated server to integrate the new middleware.
close #2923
Checklist: (if applicable)
- [ ] Milestone metadata specifying the target backport version
- [ ] Mention to the original issue
- [ ] Installer updates including:
- Fixtures for db schema changes
- New mandatory config options
- [ ] Update of end-to-end CLI integration tests in
ai.backend.test - [ ] API server-client counterparts (e.g., manager API -> client SDK)
- [ ] Test case(s) to:
- Demonstrate the difference of before/after
- Demonstrate the flow of abstract/conceptual models with a concrete implementation
- [ ] Documentation
- Contents in the
docsdirectory - docstrings in public interfaces and type annotations
- Contents in the
- Implemented reject middleware to enhance security.
- Updated server to integrate the new middleware.
close #2923
I’ve completed the test with zap. I’ll merge soon. @adrysn