Commit b77ed827 authored by Tiger's avatar Tiger Committed by Enrique Alcantara

Add session token to EKS cluster form

Since we are using temporary AWS credentials, we need to
pass a session token as well as the usual access key ID
and secret.
parent b7400b1d
...@@ -14,6 +14,7 @@ export default el => { ...@@ -14,6 +14,7 @@ export default el => {
createRoleArnHelpPath, createRoleArnHelpPath,
accessKeyId, accessKeyId,
secretAccessKey, secretAccessKey,
sessionToken,
externalId, externalId,
accountId, accountId,
hasCredentials, hasCredentials,
...@@ -41,6 +42,7 @@ export default el => { ...@@ -41,6 +42,7 @@ export default el => {
awsCredentials: { awsCredentials: {
accessKeyId, accessKeyId,
secretAccessKey, secretAccessKey,
sessionToken,
}, },
}), }),
components: { components: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment