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

fix:aws eks creation #453

Merged
merged 1 commit into from
Oct 28, 2024
Merged

fix:aws eks creation #453

merged 1 commit into from
Oct 28, 2024

Conversation

jokestax
Copy link
Contributor

@jokestax jokestax commented Oct 28, 2024

Description

aws sdk v2 is not taking the credentials.(accessKeyID, secretAccessKey, sessionToken ) to load the eks config,i tried to create session to pass into the "TokenOptions" but session is used only in v1 and api is using v2 of go sdk and they both are not compatible,the only good way to go is to set them as environment variables,this will not effect any provisioning of workload cluster as this is only used is k3d locally,

@jokestax jokestax merged commit eabef44 into main Oct 28, 2024
2 checks passed
@jokestax jokestax deleted the fix-eks-env branch October 28, 2024 19:44
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.

2 participants