Commit 50dedba
committed
fix(cilium): explicitly assign appProtocol to gRPC services
This fixes NetBird agents not connecting to the manager
./caller_not_available:0:
2025/10/12 18:16:42 WARNING: [core] [Channel #98 SubChannel #99]grpc:
addrConn.createTransport failed to connect to
{
Addr: "netbird.stonegarden.dev:443",
ServerName: "netbird.stonegarden.dev:443",
BalancerAttributes: {
"<%!p(pickfirstleaf.managedByPickfirstKeyType={})>": "<%!p(bool=true)>"
}
}.
Err: connection error:
desc = "transport: authentication handshake failed:
credentials: cannot check peer: missing selected ALPN property.
If you upgraded from a grpc-go version earlier than 1.67,
your TLS connections may have stopped working due to ALPN enforcement.
For more details, see: grpc/grpc-go#434"
Related to cilium/cilium#39484
Signed-off-by: Vegard Hagen <[email protected]>1 parent 51edaaa commit 50dedba
File tree
3 files changed
+4
-2
lines changed- k8s/infra
- network/cilium
- vpn/netbird
- management
- signal
3 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
0 commit comments