kube-aws-iam-controller icon indicating copy to clipboard operation
kube-aws-iam-controller copied to clipboard

.NET SDK support?

Open casey-robertson opened this issue 5 years ago • 1 comments

We are a .NET Core shop and looking at migrating workloads from static json creds files on GCP? GKE to AWS/EKS. Working on possible solutions for credential handling for EKS. This project looks great but the lack of specific documentation and support for the AWS .NET SDK has me wondering if this can work. Any guidance or knowledge on the topic? Thanks!

casey-robertson avatar Jul 17 '19 18:07 casey-robertson

Hi have no experience with .NET, but I can see support for process_credentials is there: https://github.com/aws/aws-sdk-net/commit/5bb8dcdc612963e4dd8f85a64915fd2d1f49a418 so I expect that it could work if you follow the configuration guide for Python here: https://github.com/zalando-incubator/kube-aws-iam-controller/blob/master/docs/sdk-configuration.md#python-aws-sdk-boto3

If it doesn't work, then I would be interested in helping to make it work, but I would appreciate some help in writing a test application in .NET. Here's is a simple test application in Java which could be ported: https://github.com/mikkeloscar/kube-aws-iam-controller-java-example

mikkeloscar avatar Jul 17 '19 19:07 mikkeloscar