mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-30 23:09:23 +02:00
bump envoy to v1.24.0 (#3767)
This commit is contained in:
parent
1d252f43ee
commit
fa0ba60aee
6 changed files with 20 additions and 23 deletions
|
@ -222,7 +222,7 @@ func (b *Builder) buildPolicyRoutes(options *config.Options, domain string) ([]*
|
|||
Key: hdr[0],
|
||||
Value: hdr[1],
|
||||
},
|
||||
Append: wrapperspb.Bool(false),
|
||||
AppendAction: envoy_config_core_v3.HeaderValueOption_OVERWRITE_IF_EXISTS_OR_ADD,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
@ -343,7 +343,7 @@ func mkEnvoyHeader(k, v string) *envoy_config_core_v3.HeaderValueOption {
|
|||
Key: k,
|
||||
Value: v,
|
||||
},
|
||||
Append: &wrappers.BoolValue{Value: false},
|
||||
AppendAction: envoy_config_core_v3.HeaderValueOption_OVERWRITE_IF_EXISTS_OR_ADD,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue