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

Fix envoy-jwt-auth-helper #137

Merged
merged 1 commit into from
Jan 18, 2025
Merged

Fix envoy-jwt-auth-helper #137

merged 1 commit into from
Jan 18, 2025

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 <[email protected]>
@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
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