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

Add aws-iam-authenticator to windows image to allow aws aks auth #32

Merged
merged 8 commits into from
Sep 15, 2021

Conversation

Justin-Walsh
Copy link
Contributor

Fixes #31

@@ -4,6 +4,7 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2019
SHELL ["powershell", "-Command"]

ARG Aws_Cli_Version=2.0.60
ARG Aws_Iam_Authenticator_Version=0.5.3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we bump the version in the ubuntu dockerfile to 0.5.3 whilst we are here so they align?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, all done!

Copy link
Contributor

@andrewabest andrewabest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent set of improvements, thanks @Justin-Walsh!

@andrewabest andrewabest merged commit e4eb6e0 into master Sep 15, 2021
@andrewabest andrewabest deleted the enh-jw-add-iam-authenticator branch September 15, 2021 22:09
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.

Windows Worker Tools missing AWS k8s auth
2 participants