You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kubectl logs frontend-64c9555649-hm9jl -c auth-helper
/opt/helper/envoy-jwt-auth-helper: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /opt/helper/envoy-jwt-auth-helper)
/opt/helper/envoy-jwt-auth-helper: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /opt/helper/envoy-jwt-auth-helper)
The auth helper image builds with golang:latest (currently based on debian bookworm), then copies to a debian buster.
The text was updated successfully, but these errors were encountered:
markgoddard
added a commit
to markgoddard/spire-tutorials
that referenced
this issue
Dec 30, 2024
While running through the envoy JWT tutorial I hit the following error
in the envoy-jwt-auth-helper:
/opt/helper/envoy-jwt-auth-helper: /lib/x86_64-linux-gnu/libc.so.6:
version GLIBC_2.34' not found (required by /opt/helper/envoy-jwt-auth-helper)
The auth helper image builds with golang:latest (currently based on
debian bookworm), then copies to a debian buster.
This change fixes the issue by syncing the build and production stage
images.
Fixes: spiffe#136
Following https://spiffe.io/docs/latest/microservices/envoy-jwt/readme/, hit this issue:
The auth helper image builds with golang:latest (currently based on debian bookworm), then copies to a debian buster.
The text was updated successfully, but these errors were encountered: