Add ability to authenticate against AWS via STS#87
Conversation
so that other methods of authentication can be used
|
Thanks very much for this contribution. |
|
Sure, I've added a commit with more documentation and examples. |
|
Great thanks for the update - I'll bundle and push a release towards the end of this week. |
|
Awesome, thank you! |
|
merged and released in 8.4.0 |
Hello, this patch makes it possible to use the preferred way to authenticate pods with AWS STS (see here).
tl;dr without setting a keypair, but instead loading tokens from a mounted file handled by an admission controller.
I've tested it on our EKS deployment before submitting this PR.