You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found it becomes a little hard to connect from one eks cluster to another account's athena through STS role assumption.
Static credentials may become expired after a priod.
Advise
I think it's better to give a closure in driver configuration like 'func() *session.Session' and call it before use ACCESS_KEY and SECRET to get session. This can support all aws sdk's credential types.
The text was updated successfully, but these errors were encountered:
Reason
I found it becomes a little hard to connect from one eks cluster to another account's athena through STS role assumption.
Static credentials may become expired after a priod.
Advise
I think it's better to give a closure in driver configuration like 'func() *session.Session' and call it before use ACCESS_KEY and SECRET to get session. This can support all aws sdk's credential types.
The text was updated successfully, but these errors were encountered: