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 => {
createRoleArnHelpPath,
accessKeyId,
secretAccessKey,
sessionToken,
externalId,
accountId,
hasCredentials,
......@@ -41,6 +42,7 @@ export default el => {
awsCredentials: {
accessKeyId,
secretAccessKey,
sessionToken,
},
}),
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