mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 16:30:17 +02:00
internal/envoy: always extract envoy (#2160)
This commit is contained in:
parent
d9cc26a2e0
commit
dae1836dff
2 changed files with 19 additions and 20 deletions
|
@ -74,7 +74,7 @@ func NewServer(ctx context.Context, src config.Source, grpcPort, httpPort string
|
|||
return nil, fmt.Errorf("error creating temporary working directory for envoy: %w", err)
|
||||
}
|
||||
|
||||
envoyPath, err := extractEmbeddedEnvoy()
|
||||
envoyPath, err := extractEmbeddedEnvoy(ctx)
|
||||
if err != nil {
|
||||
log.Warn(ctx).Err(err).Send()
|
||||
envoyPath = "envoy"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue