-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pomerium: 0.26.1 -> 0.27.1 (#345627)
- Loading branch information
Showing
7 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From fa51c56049a99ef17d86b0327bcf66f47338da45 Mon Sep 17 00:00:00 2001 | ||
From e82f2949b86d127aec908d90d872dfd6feb509e5 Mon Sep 17 00:00:00 2001 | ||
From: Morgan Helton <[email protected]> | ||
Date: Sun, 26 May 2024 12:17:01 -0500 | ||
Subject: [PATCH] envoy: allow specification of external binary | ||
|
@@ -8,7 +8,7 @@ Subject: [PATCH] envoy: allow specification of external binary | |
1 file changed, 10 insertions(+), 7 deletions(-) | ||
|
||
diff --git a/pkg/envoy/envoy.go b/pkg/envoy/envoy.go | ||
index 62f2d34c..879001cd 100644 | ||
index 6639d4bd..c6ca198f 100644 | ||
--- a/pkg/envoy/envoy.go | ||
+++ b/pkg/envoy/envoy.go | ||
@@ -8,9 +8,9 @@ import ( | ||
|
@@ -35,7 +35,7 @@ index 62f2d34c..879001cd 100644 | |
type serverOptions struct { | ||
services string | ||
logLevel config.LogLevel | ||
@@ -58,17 +62,16 @@ type Server struct { | ||
@@ -59,17 +63,16 @@ type Server struct { | ||
|
||
// NewServer creates a new server with traffic routed by envoy. | ||
func NewServer(ctx context.Context, src config.Source, builder *envoyconfig.Builder) (*Server, error) { | ||
|
@@ -59,5 +59,5 @@ index 62f2d34c..879001cd 100644 | |
grpcPort: src.GetConfig().GRPCPort, | ||
httpPort: src.GetConfig().HTTPPort, | ||
-- | ||
2.44.1 | ||
2.46.0 | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0bdrczn8mj5iidmba7xzkcyvsnwmbvcvrc1vgks2x4pxqbfyxaiv |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters