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

Upgrade GLIBC > 2.34 on ARM64 image to support IAM Roles Anywhere Credential Helper #8752

Closed
2 tasks
estar-platform-team opened this issue Jun 19, 2024 · 2 comments
Assignees
Labels
feature-request A feature should be added or improved. investigating This issue is being investigated and/or work is in progress to resolve the issue. needs-triage This issue or PR still needs to be triaged.

Comments

@estar-platform-team
Copy link

Describe the feature

IAM Roles Anywhere Credential Helper requires GLIBC version 2.34 or above. The AMD image works ok but ARM64/v8 needs to be updated or signing helper does not work throwing error:

Error when retrieving credentials from custom-process: /root/.aws/aws_signing_helper: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by /root/.aws/aws_signing_helper)
/root/.aws/aws_signing_helper: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /root/.aws/aws_signing_helper)

Use Case

When using IAM Roles anywhere one can pass the required certificates and the signing helper to the container so that using a custom config you can use aws signing helper to authenticate using the certificates.

Proposed Solution

Upgrade GLIBC to > 2.34 on the ARM64 image.

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CLI version used

2.16.11

Environment details (OS name and version, etc.)

ARM64/V8 image

@estar-platform-team estar-platform-team added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Jun 19, 2024
@tim-finnigan tim-finnigan self-assigned this Jun 25, 2024
@tim-finnigan tim-finnigan added the investigating This issue is being investigated and/or work is in progress to resolve the issue. label Jun 25, 2024
@tim-finnigan
Copy link
Contributor

Thanks for reaching out. glibc is at the OS layer and so it would need to be provided by whichever distribution you're using. For amazonlinux please consider opening an issue here: https://github.com/amazonlinux. On our end we do have an open feature request for moving to the CLI Docker image to AL2023: #8331

@tim-finnigan tim-finnigan closed this as not planned Won't fix, can't repro, duplicate, stale Jun 25, 2024
Copy link

This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. investigating This issue is being investigated and/or work is in progress to resolve the issue. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

2 participants