Node Template using SAML tokens

I can’t seem to authenticate using the node template’s aws access key and secret key. I am assuming that’s because I’m using a ADFS saml authentication. Some parts of rancher v2 uses the optional aws session token (e.g. when adding an aws eks cluster) which supports this type of authentication. Is there a work around for node template to use temporary auths?

Use case, I can’t create a RKE amazon ec2 cluster using Rancher because it requires a node template and I can’t authenticate the node template using my temp saml credentials.

Our RKE amazon ec2 unfortunately only supports the “old school” access/secret keys. It just doesnt have support for session keys.

You can see details in this issue:

Got it, thanks for the information.