konstructio / kubefirst-api

Kubefirst API that serves console frontend
MIT License
14 stars 14 forks source link

fix:aws eks creation #453

Closed jokestax closed 3 weeks ago

jokestax commented 3 weeks ago

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,