Commit e182d652 authored by Enrique Alcantara's avatar Enrique Alcantara

Add role ARN state

Stores ARN role provided by the user
parent 75ad40f6
......@@ -28,7 +28,7 @@ export default {
},
data() {
return {
roleArn: '',
roleArn: this.$store.state.roleArn,
};
},
computed: {
......
......@@ -23,6 +23,7 @@ export default el => {
createClusterPath,
signOutPath,
externalLinkIcon,
roleArn,
} = el.dataset;
return new Vue({
......@@ -36,6 +37,7 @@ export default el => {
createRolePath,
createClusterPath,
signOutPath,
roleArn,
},
awsCredentials: {
accessKeyId,
......
......@@ -12,6 +12,8 @@ export default () => ({
accountId: '',
externalId: '',
roleArn: '',
clusterName: '',
environmentScope: '*',
kubernetesVersion,
......
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