Skip to content

Conversation

@markgoddard
Copy link
Contributor

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: #136

@rturner3
Copy link
Contributor

Hi @markgoddard, thanks for the PR. This looks good, however the commit is missing DCO. Would you mind fixing that? Then we should be good to merge this.

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
Signed-off-by: Mark Goddard <mark@cofide.io>
@markgoddard
Copy link
Contributor Author

Hi @markgoddard, thanks for the PR. This looks good, however the commit is missing DCO. Would you mind fixing that? Then we should be good to merge this.

All done - thanks!

@rturner3 rturner3 merged commit ee7bf2a into spiffe:main Jan 18, 2025
1 of 2 checks passed
CarloSegat pushed a commit to CarloSegat/spire-tutorials that referenced this pull request Jan 14, 2026
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

Signed-off-by: Mark Goddard <mark@cofide.io>
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 this pull request may close these issues.

envoy-jwt-auth-helper crashes

2 participants