You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Airlock Microgateway conformance report can be reproduced by following the steps in the [Gateway API conformance guide](https://github.com/airlock/microgateway/tree/main/examples/gateway-api/conformance/conformance.md) on GitHub.
12
+
13
+
> [!NOTE]
14
+
> The `HTTPRouteWeight` test fires 10 concurrent request to 3 backends totaling in 500 requests to assert a distribution that matches the configured weight.
15
+
> Please be aware that this test exceeds the [5 req/sec rate-limit](https://docs.airlock.com/microgateway/latest/#data/1675772882054.html) enforced in the <!-- markdown-link-check-disable -->[community edition](https://www.airlock.com/en/secure-access-hub/components/microgateway/community-edition)<!-- markdown-link-check-enable -->, causing the test to fail.
16
+
> To successfully pass this test a <!-- markdown-link-check-disable -->[premium license](https://www.airlock.com/en/secure-access-hub/components/microgateway/premium-edition)<!-- markdown-link-check-enable --> is required.
[Airlock Microgateway][airlock-microgateway] is a Kubernetes native WAAP (Web Application and API Protection) solution to protect microservices.
114
+
Modern application security is embedded in the development workflow and follows DevSecOps paradigms.
115
+
Airlock Microgateway protects your applications and microservices with the tried-and-tested Airlock security features against attacks, while also providing a high degree of scalability.
116
+
117
+
With [Airlock Microgateway 4.4][airlock-microgateway-v4.4], Airlock Microgateway introduces a sidecarless data plane mode
118
+
based on Gateway API to avoid the operational complexity of sidecars.
119
+
120
+
#### Features
121
+
- Kubernetes native integration with sidecar injection and Gateway API support
122
+
- Reverse proxy functionality with request routing rules, TLS termination and remote IP extraction
123
+
- Using native Envoy HTTP filters like Lua scripting, RBAC, ext_authz, JWT authentication
124
+
- Content security filters for protecting against known attacks (OWASP Top 10)
125
+
- API security features like JSON parsing, OpenAPI specification enforcement or GraphQL schema validation
[Amazon Elastic Kubernetes Service (EKS)][eks] is a managed service that you can use to run Kubernetes on AWS without needing to install, operate, and maintain your own Kubernetes control plane or nodes. EKS's implementation of the Gateway API is through [AWS Gateway API Controller][eks-gateway] which provisions [Amazon VPC Lattice][vpc-lattice] Resources for gateway(s), HTTPRoute(s) in EKS clusters.
0 commit comments