Commit 9594f544 authored by Enrique Alcantara's avatar Enrique Alcantara

Remove AWS proxy api paths

parent 22fdc65b
...@@ -12,13 +12,8 @@ export default el => { ...@@ -12,13 +12,8 @@ export default el => {
kubernetesIntegrationHelpPath, kubernetesIntegrationHelpPath,
accountAndExternalIdsHelpPath, accountAndExternalIdsHelpPath,
createRoleArnHelpPath, createRoleArnHelpPath,
getRolesPath, accessKeyId,
getRegionsPath, secretAccessKey,
getKeyPairsPath,
getVpcsPath,
getSubnetsPath,
getSecurityGroupsPath,
getInstanceTypesPath,
externalId, externalId,
accountId, accountId,
hasCredentials, hasCredentials,
...@@ -26,6 +21,7 @@ export default el => { ...@@ -26,6 +21,7 @@ export default el => {
createClusterPath, createClusterPath,
signOutPath, signOutPath,
externalLinkIcon, externalLinkIcon,
getInstanceTypesPath,
} = el.dataset; } = el.dataset;
return new Vue({ return new Vue({
...@@ -40,14 +36,12 @@ export default el => { ...@@ -40,14 +36,12 @@ export default el => {
signOutPath, signOutPath,
}, },
apiPaths: { apiPaths: {
getRolesPath,
getRegionsPath,
getKeyPairsPath,
getVpcsPath,
getSubnetsPath,
getSecurityGroupsPath,
getInstanceTypesPath, getInstanceTypesPath,
}, },
awsCredentials: {
accessKeyId,
secretAccessKey,
},
}), }),
components: { components: {
CreateEksCluster, CreateEksCluster,
......
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