Skip to content

Commit def4f23

Browse files
committed
fix Envoy Gateway SecurityPolicy merge strategy
Signed-off-by: Guilherme Cassolato <[email protected]>
1 parent 7b30669 commit def4f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geps/gep-713/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ Gateway API implementation that defines the following kinds of policies:
11041104
| **BackendTrafficPolicy** | Configure the behavior of the connection between the Envoy Proxy listener and the backend service. | Gateway, HTTPRoute, GRPCRoute, UDPRoute, TCPRoute, TLSRoute | Patch defaults, Custom | Inherited |
11051105
| **EnvoyExtensionPolicy** | Configure various envoy extensibility options for the Gateway. | Gateway, HTTPRoute, GRPCRoute, UDPRoute, TCPRoute, TLSRoute | Atomic defaults, Custom | Inherited |
11061106
| **EnvoyPatchPolicy** | Modify the generated Envoy xDS resources by Envoy Gateway using this patch API. | GatewayClass, Gateway | Custom | Inherited |
1107-
| **SecurityPolicy** | Configure various security settings for a Gateway. | Gateway, HTTPRoute, GRPCRoute | Patch defaults | Inherited |
1107+
| **SecurityPolicy** | Configure various security settings for a Gateway. | Gateway, HTTPRoute, GRPCRoute | Atomic defaults | Inherited |
11081108

11091109
#### Istio
11101110

0 commit comments

Comments
 (0)