Skip to content

Commit 36ba708

Browse files
committed
Iter
1 parent 80a26ec commit 36ba708

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkg/deployment/resources/config_map_gateway.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,12 @@ func (r *Resources) renderGatewayConfig(cachedStatus inspectorInterface.Inspecto
365365
dest.ResponseHeaders = map[string]string{
366366
utilConstants.EnvoyRouteHeader: at.GetName(),
367367
}
368+
dest.AuthExtension = &gateway.ConfigAuthZExtension{
369+
AuthZExtension: map[string]string{
370+
pbImplEnvoyAuthV3Shared.AuthConfigAuthRequiredKey: pbImplEnvoyAuthV3Shared.AuthConfigKeywordFalse,
371+
pbImplEnvoyAuthV3Shared.AuthConfigAuthPassModeKey: string(networkingApi.ArangoRouteSpecAuthenticationPassModeRemove),
372+
},
373+
}
368374
case networkingApi.ArangoRouteStatusTargetEndpointsType, networkingApi.ArangoRouteStatusTargetServiceType:
369375
if destinations := target.Destinations; len(destinations) > 0 {
370376
for _, destination := range destinations {

0 commit comments

Comments
 (0)