I'm experiencing issues reaching services directly exposed to the internet
At first only some carriers didn't load the pages, but it appears to be getting worse somehow
Signed-off-by: Vegard Hagen <[email protected]>
Also stop serving certificate from Argo CD
This fixes issues with GatewayAPI/Cilium/ALPN not playing together
Signed-off-by: Vegard Hagen <[email protected]>
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: https://github.com/grpc/grpc-go/issues/434"
Related to https://github.com/cilium/cilium/issues/39484
Signed-off-by: Vegard Hagen <[email protected]>
I have a hunch that this somehow interferes with Argo CD.
The Argo CD login page shows up in Safari 18.5, Brave 1.80.120 and
Firefox 140.0.4.
After logging in using Authelia (OIDC), Argo CD starts to display 404
error in Brave and Firefox, but it works in Safari.
Clearing site data makes the login page show up in Brave and Firefox
again.
Signed-off-by: Vegard Hagen <[email protected]>
Also use said devcontainer i GitHub workflows to validate config.
* feat(devcontainer): build devcontainer
Signed-off-by: Vegard Hagen <[email protected]>
* feat(ci): validate tofu files on push
Signed-off-by: Vegard Hagen <[email protected]>
* feat(devcontainer): simplify devcontainer
Signed-off-by: Vegard Hagen <[email protected]>
* fix(devcontainer): don't cache package index
This will reduce the final image size.
Signed-off-by: Vegard Hagen <[email protected]>
* feat(devcontainer): switch to ubuntu and use devcontainer features as much as possible
Signed-off-by: Vegard Hagen <[email protected]>
---------
Signed-off-by: Vegard Hagen <[email protected]>