-
Notifications
You must be signed in to change notification settings - Fork 25
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
Support Alpine Linux #10
Comments
You mean Alpine has the hosting OS, not as a container right? |
Hi @jterry75 thank you for the response. I believe my request is for Alpine-based containers as clients. My hope is to use this daemon to authenticate .NET applications running on alpine-based containers using gMSA/Windows Auth to SQL Server. Not sure that it matters, but In our use case, the compute platform is Fargate and the db is RDS. Thanks again! |
Yes, that would work as long as your containers run on a host/instance.
Thanks for the feedback, this helps us prioritize. |
Perfect thats what we needed thank you! |
@jterry75 +1 for Alpine Linux support! I'm trying to build the code on a Debian machine and it's been a struggle! |
cc @saikiranakula-amzn since you've been making a lot of changes recently. Can you provide a guide to install for Debian/Ubuntu? That'd be very helpful |
@hdoan741 |
@hdoan741 Please let us know if https://github.com/aws/credentials-fetcher/tree/mainline/docker works for you |
Has support for Alpine Linux containers using krb5-libs to utilize credentials-fetcher through the Fargate ECS Agent, been implemented? Are there any solution documents for this? |
Tagging @sb-ruisms @abh-guj-aws @saikiranakula-amzn for above customer issue |
Hi @Park646 Seems like a configuration issue, can you please take a look at the troubleshooting issue by running it on EC2 in domainless mode(as shown in this blog - https://aws.amazon.com/blogs/containers/using-windows-authentication-with-gmsa-on-linux-containers-on-amazon-ecs/) , since Fargate use similar configuration if the task works on ECS on EC2, it should work same on Fargate, As you have access to the instance on ECS on EC2, you can check any issues with configuration. Please let us know if the issue persists |
@Park646 Glad to hear that your problem is resolved over email. Thanks for connecting. |
Support for Alpine Linux would be very beneficial.
Excited about this project launch, it will solve a big problem for us. Thanks!
The text was updated successfully, but these errors were encountered: