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,
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,