File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments