Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

envoy-jwt-auth-helper crashes #136

Open
markgoddard opened this issue Dec 30, 2024 · 0 comments · May be fixed by #137
Open

envoy-jwt-auth-helper crashes #136

markgoddard opened this issue Dec 30, 2024 · 0 comments · May be fixed by #137

Comments

@markgoddard
Copy link

Following https://spiffe.io/docs/latest/microservices/envoy-jwt/readme/, hit this issue:

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.

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
@markgoddard markgoddard linked a pull request Dec 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant