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

Remove AWS proxy api paths

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