browserstack-node-sdk 1.39.0 → 1.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (173) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test_before.setup.js +1 -1
  67. package/src/bin/launcher/launcher.js +1 -1
  68. package/src/bin/load/index.js +1 -1
  69. package/src/bin/load/loadUtils.js +1 -1
  70. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  71. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  72. package/src/bin/mocha/command.js +1 -1
  73. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  74. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  75. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  76. package/src/bin/mocha/test.setup.js +1 -1
  77. package/src/bin/nightwatch/command.js +1 -1
  78. package/src/bin/playwright/accessibility-helper.js +1 -1
  79. package/src/bin/playwright/command.js +1 -1
  80. package/src/bin/playwright/globalSetup.js +1 -1
  81. package/src/bin/playwright/mock-process.js +1 -1
  82. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  83. package/src/bin/playwright/patches.js +1 -1
  84. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  85. package/src/bin/playwright/reporter/reporter.js +1 -1
  86. package/src/bin/playwright/reporter/test-details.js +1 -1
  87. package/src/bin/playwright/sessionDetails.js +1 -1
  88. package/src/bin/runner.js +1 -1
  89. package/src/bin/setup.js +1 -1
  90. package/src/bin/test-runner/index.js +1 -1
  91. package/src/bin/test-runner/runTest.js +1 -1
  92. package/src/bin/test-runner/testWorker.js +1 -1
  93. package/src/bin/utils/constants.js +1 -1
  94. package/src/bin/utils/log4jsAppender.js +1 -1
  95. package/src/bin/utils/logPatcher.js +1 -1
  96. package/src/bin/utils/logReportingAPI.js +1 -1
  97. package/src/bin/v2/TestInfo.js +1 -1
  98. package/src/bin/v2/browserstackCLI.js +1 -1
  99. package/src/bin/v2/cliUtils.js +1 -1
  100. package/src/bin/v2/customTagManager.js +1 -1
  101. package/src/bin/v2/eventDispatcher.js +1 -1
  102. package/src/bin/v2/framework/automationFramework.js +1 -1
  103. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  104. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  105. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  106. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  107. package/src/bin/v2/framework/testFramework.js +1 -1
  108. package/src/bin/v2/grpcClient.js +1 -1
  109. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  110. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  111. package/src/bin/v2/instances/trackedContext.js +1 -1
  112. package/src/bin/v2/instances/trackedInstance.js +1 -1
  113. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  114. package/src/bin/v2/modules/baseModule.js +1 -1
  115. package/src/bin/v2/modules/observabilityModule.js +1 -1
  116. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  117. package/src/bin/v2/modules/testhubModule.js +1 -1
  118. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  119. package/src/bin/v2/state/hookState.js +1 -1
  120. package/src/bin/v2/state/testFrameworkState.js +1 -1
  121. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  122. package/src/bin/vanilla-js/command.js +1 -1
  123. package/src/browserStackSdk.js +1 -1
  124. package/src/helpers/BrowserStackSetup.js +1 -1
  125. package/src/helpers/accessibility-automation/constants.js +1 -1
  126. package/src/helpers/accessibility-automation/helper.js +1 -1
  127. package/src/helpers/accessibility-automation/scripts.js +1 -1
  128. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  129. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  130. package/src/helpers/ats/constants.js +1 -1
  131. package/src/helpers/ats/helper.js +1 -1
  132. package/src/helpers/capsMapping.js +1 -1
  133. package/src/helpers/central-scanner/constants.js +1 -1
  134. package/src/helpers/central-scanner/helpers.js +1 -1
  135. package/src/helpers/classLogger.js +1 -1
  136. package/src/helpers/globals.js +1 -1
  137. package/src/helpers/helper.js +1 -1
  138. package/src/helpers/logger.js +1 -1
  139. package/src/helpers/metadata.js +1 -1
  140. package/src/helpers/patchHelper.js +1 -1
  141. package/src/helpers/patchHelpers.js +1 -1
  142. package/src/helpers/percy/Percy.js +1 -1
  143. package/src/helpers/percy/PercyBinary.js +1 -1
  144. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  145. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  146. package/src/helpers/percy/PercySDK.js +1 -1
  147. package/src/helpers/percy/index.js +1 -1
  148. package/src/helpers/percy/utils.js +1 -1
  149. package/src/helpers/performance/constants.js +1 -1
  150. package/src/helpers/performance/performance-tester.js +1 -1
  151. package/src/helpers/processHelper.js +1 -1
  152. package/src/helpers/request-spy.js +1 -1
  153. package/src/helpers/setKeepAlive.js +1 -1
  154. package/src/helpers/test-observability/constants.js +1 -1
  155. package/src/helpers/test-observability/error-handler.js +1 -1
  156. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  157. package/src/helpers/test-observability/sessionHandler.js +1 -1
  158. package/src/helpers/test-observability/utils.js +1 -1
  159. package/src/helpers/test-orchestration/constants.js +1 -1
  160. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  161. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  162. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  163. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  164. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  165. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  166. package/src/helpers/testhub/constants.js +1 -1
  167. package/src/helpers/testhub/testhubHandler.js +1 -1
  168. package/src/helpers/testhub/utils.js +1 -1
  169. package/src/helpers/timeoutPromise.js +1 -1
  170. package/src/helpers/utilities.js +1 -1
  171. package/src/helpers/w3cMapping.js +1 -1
  172. package/src/hubAllocationMethods.js +1 -1
  173. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a25_0x11f2c8=a25_0x4891;function a25_0x33b5(){const _0x2c4dc1=['ASNDW','AEBEU','HgpxC','Bucket','pqQRK','AHrdo','jcMRC','231223zcmJKf','xKVwF','uqQqf','Herjp','Failed\x20to\x20fetch\x20AWS\x20Regions\x20due\x20to\x20error:\x20','issuer','vMzYj','lWANV','fKXJt','CcQWs','awsObj','fetchVPCs','ixufS','then','197218FtuoIG','XQwUM','LPIFF','XGptA','pjkMC','FfFYx','hShEJ','btBro','sZfnT','pOLpT','riAYE','kRRsA','promise','nVHzd','TNGQd','BXOGv','EC2','tgShR','qVvSH','NZiIu','oouvu','describeCluster','describeSecurityGroups','Error\x20getting\x20OIDC\x20URL\x20for\x20cluster\x20','LpwDR','2776CnBApI','isBucketPresent','VNgzG','Regions','cunLN','fetchSubnets','RIVDy','Failed\x20to\x20fetch\x20subnets\x20due\x20to\x20error:\x20','ARZVI','JReLB','DDoMf','rTgZm','MXHiZ','error','describeRegions','epOkb','xagUa','ckAZh','AVMhp','iayPq','describeSubnets','Failed\x20to\x20fetch\x20VPCs\x20due\x20to\x20error:\x20','VukdC','43971wHPmBV','77960Ywcvfk','anNUL','TGYjL','eLvvC','wgLPW','headBucket','XzVta','QVkVJ','YVLJf','HJqCZ','cjGeN','xYxbt','beLWd','aMopV','CnMuy','describeVpcs','kdFIi','vbfcf','oidc','PYwRg','\x20already\x20exists.\x20Skipping\x20Bucket\x20creation','nqtTs','Augmb','60rhywtU','rxoKU','catch','UjlFu','YXITY','aws-sdk','apiVersion','\x20does\x20not\x20exist.\x20Adding\x20it\x20to\x20CloudFormation\x20to\x20create\x20the\x20bucket','HmICg','aQnHO','kLNXE','EevlR','identity','Failed\x20to\x20fetch\x20Security\x20Groups\x20due\x20to\x20error:\x20','gbUsE','LvbFm','npDtd','getOidcUrl','warn','iqwiS','LHPOe','Slgdx','cVNqX','XlAVw','1251850CSXjGW','DcNZi','Fzxgd','hitkw','kKuwW','nKQxw','yWtzo','2nAvzdZ','Stkac','ECsIx','MNJTL','NFPfC','spjZI','../config/logger','bKgca','nyrba','enXRg','2017-11-01','EKS','yjbOQ','cGKop','DZWRe','2016-11-15','XQlZR','name','aOrHp','LPVGV','ABHeK','imrsI','iTxFW','6462YEDren','info','DmgvC','fjAgS','cluster','LPfqo','ivIyu','Apbev','JTAHw','Bucket:\x20','kwgoD','sgYWc','AWQuK','750944QPWHrY','iFfxI','PxSMW','region','UtVIs','xQPaL','kYmkB','gSzLl','gqMuZ','ReuAz','Fzykv','nGwQI','getAWSRegions','frgmx','MyxaC','HwjGl','vgbJN','fdMTa','jKmgw','VPsuX'];a25_0x33b5=function(){return _0x2c4dc1;};return a25_0x33b5();}(function(_0x179921,_0x2d693a){const _0x404cd2=a25_0x4891,_0x148b7c=_0x179921();while(!![]){try{const _0x23a316=-parseInt(_0x404cd2(0x1df))/0x1*(-parseInt(_0x404cd2(0x1a0))/0x2)+parseInt(_0x404cd2(0x169))/0x3+parseInt(_0x404cd2(0x1c4))/0x4+parseInt(_0x404cd2(0x16a))/0x5*(-parseInt(_0x404cd2(0x181))/0x6)+-parseInt(_0x404cd2(0x1ed))/0x7+-parseInt(_0x404cd2(0x152))/0x8*(parseInt(_0x404cd2(0x1b7))/0x9)+parseInt(_0x404cd2(0x199))/0xa;if(_0x23a316===_0x2d693a)break;else _0x148b7c['push'](_0x148b7c['shift']());}catch(_0x45a745){_0x148b7c['push'](_0x148b7c['shift']());}}}(a25_0x33b5,0x1ea79));const awsSDK=require(a25_0x11f2c8(0x186)),{logger}=require(a25_0x11f2c8(0x1a6));function a25_0x4891(_0x1545aa,_0x491dcc){const _0x33b58d=a25_0x33b5();return a25_0x4891=function(_0x48919f,_0x16f638){_0x48919f=_0x48919f-0x13d;let _0x29e652=_0x33b58d[_0x48919f];return _0x29e652;},a25_0x4891(_0x1545aa,_0x491dcc);}exports[a25_0x11f2c8(0x1ea)]=_0x546aed=>{const _0x1ca1ee=a25_0x11f2c8,_0x255cba={'sgYWc':'2016-11-15','DDoMf':function(_0x273911,_0x58bb26){return _0x273911(_0x58bb26);},'VBMvK':function(_0x698ed7,_0x3f3222){return _0x698ed7!==_0x3f3222;},'cunLN':_0x1ca1ee(0x180),'xagUa':_0x1ca1ee(0x1a5),'bKgca':_0x1ca1ee(0x165),'kwgoD':_0x1ca1ee(0x1d1)};return new Promise((_0x2334d6,_0x4994ec)=>{const _0x24438d=_0x1ca1ee,_0xcc4465={'nVHzd':_0x255cba[_0x24438d(0x1c2)],'anNUL':function(_0x40bec5,_0xd634c8){const _0x2997d4=_0x24438d;return _0x255cba[_0x2997d4(0x15c)](_0x40bec5,_0xd634c8);},'Stkac':function(_0x53a38b,_0x2d66dd){return _0x255cba['VBMvK'](_0x53a38b,_0x2d66dd);},'yFqSC':_0x255cba[_0x24438d(0x156)],'cjGeN':_0x255cba[_0x24438d(0x162)],'fdMTa':_0x255cba[_0x24438d(0x1a7)]};if(_0x255cba['VBMvK'](_0x255cba[_0x24438d(0x1c1)],_0x255cba[_0x24438d(0x1c1)])){const _0x317570={'hmmyc':function(_0x3b845f,_0x4d9a11){const _0x1bc91e=_0x24438d;return _0xcc4465[_0x1bc91e(0x16b)](_0x3b845f,_0x4d9a11);}};return new _0x147a03((_0x4eceb7,_0x55162e)=>{const _0x214152=_0x24438d,_0x5203d0={};_0x5203d0['apiVersion']=_0xcc4465[_0x214152(0x146)],_0x5203d0[_0x214152(0x1c7)]=_0x4a739e;const _0x173f89=new _0x5bac92[(_0x214152(0x149))](_0x5203d0);_0x173f89[_0x214152(0x179)]()[_0x214152(0x145)]()['then'](_0x49ede6=>{_0x317570['hmmyc'](_0x4eceb7,_0x49ede6);})[_0x214152(0x183)](_0x3f31c5=>{const _0x5212ec=_0x214152;_0x4674e0[_0x5212ec(0x15f)](_0x5212ec(0x167)+_0x3f31c5),_0x317570['hmmyc'](_0x55162e,_0x3f31c5);});});}else{const _0x398321={};_0x398321[_0x24438d(0x187)]=_0x255cba[_0x24438d(0x1c2)],_0x398321[_0x24438d(0x1c7)]=_0x546aed;const _0x5ad83b=new awsSDK[(_0x24438d(0x149))](_0x398321);_0x5ad83b['describeVpcs']()[_0x24438d(0x145)]()[_0x24438d(0x1ec)](_0x3be276=>{const _0x33d48d=_0x24438d;_0xcc4465[_0x33d48d(0x1a1)](_0xcc4465['yFqSC'],_0xcc4465[_0x33d48d(0x174)])?_0xcc4465[_0x33d48d(0x16b)](_0x2334d6,_0x3be276):_0xcc4465[_0x33d48d(0x16b)](_0x1a94f8,_0x43303c[_0x33d48d(0x1bb)]['identity']['oidc'][_0x33d48d(0x1e4)]);})[_0x24438d(0x183)](_0x51b4d0=>{const _0x42b574=_0x24438d,_0xc6d2d3={};_0xc6d2d3['pjkMC']=_0xcc4465[_0x42b574(0x146)];const _0x5b108f=_0xc6d2d3;if(_0xcc4465[_0x42b574(0x1a1)](_0xcc4465['fdMTa'],_0xcc4465[_0x42b574(0x1d5)])){const _0x1c4449={'yjbOQ':function(_0x4d9061,_0x216e8f){const _0x55b2ed=_0x42b574;return _0xcc4465[_0x55b2ed(0x16b)](_0x4d9061,_0x216e8f);}};return new _0x5bd383((_0x44fd7c,_0x1e74ec)=>{const _0x3d6e4a=_0x42b574,_0x2556f3={};_0x2556f3[_0x3d6e4a(0x187)]=_0x5b108f[_0x3d6e4a(0x13d)],_0x2556f3[_0x3d6e4a(0x1c7)]=_0x4d2272;const _0x59be68=new _0x565449[(_0x3d6e4a(0x149))](_0x2556f3);_0x59be68[_0x3d6e4a(0x14f)]()[_0x3d6e4a(0x145)]()['then'](_0x34846a=>{const _0x3cadd1=_0x3d6e4a;_0x1c4449[_0x3cadd1(0x1ac)](_0x44fd7c,_0x34846a);})[_0x3d6e4a(0x183)](_0x568925=>{const _0xc307d4=_0x3d6e4a;_0x359f55[_0xc307d4(0x15f)](_0xc307d4(0x18e)+_0x568925),_0x1c4449[_0xc307d4(0x1ac)](_0x1e74ec,_0x568925);});});}else logger[_0x42b574(0x15f)]('Failed\x20to\x20fetch\x20VPCs\x20due\x20to\x20error:\x20'+_0x51b4d0),_0xcc4465[_0x42b574(0x16b)](_0x4994ec,_0x51b4d0);});}});},exports[a25_0x11f2c8(0x153)]=_0x4108fd=>{const _0x3c05ed=a25_0x11f2c8,_0xf5a9e7={'VNgzG':function(_0x5c57bf,_0xf238f7){return _0x5c57bf(_0xf238f7);},'rxoKU':function(_0x27491d,_0x4080eb){return _0x27491d!==_0x4080eb;},'XlAVw':function(_0x1cc0c5,_0x3e3a42){return _0x1cc0c5(_0x3e3a42);},'kHtIF':_0x3c05ed(0x151),'UjlFu':function(_0x535242,_0xf51905){return _0x535242===_0xf51905;},'riAYE':_0x3c05ed(0x196),'OTtJP':function(_0x287927,_0xa550d4){return _0x287927===_0xa550d4;},'XGptA':_0x3c05ed(0x142)},_0x4e41d3=new awsSDK['S3']();return new Promise((_0x1b9c02,_0x35d78d)=>{const _0x1416d9=_0x3c05ed,_0x4da49b={'FfFYx':function(_0x32a4c1,_0x469e01){const _0x5ac4bb=a25_0x4891;return _0xf5a9e7[_0x5ac4bb(0x182)](_0x32a4c1,_0x469e01);},'LPIFF':function(_0x11e82b,_0x2c9475){const _0x341bfb=a25_0x4891;return _0xf5a9e7[_0x341bfb(0x198)](_0x11e82b,_0x2c9475);},'cGKop':_0xf5a9e7['kHtIF'],'iqwiS':function(_0x250999,_0x380343){const _0x1bb24a=a25_0x4891;return _0xf5a9e7[_0x1bb24a(0x184)](_0x250999,_0x380343);},'aMopV':_0xf5a9e7[_0x1416d9(0x143)]};if(_0xf5a9e7['OTtJP'](_0xf5a9e7[_0x1416d9(0x1f0)],_0xf5a9e7[_0x1416d9(0x1f0)])){const _0x2b0602={};_0x2b0602[_0x1416d9(0x1db)]=_0x4108fd,_0x4e41d3[_0x1416d9(0x16f)](_0x2b0602)[_0x1416d9(0x145)]()['then'](_0x43ccd6=>{const _0xce4826=_0x1416d9,_0x192697={'thBtv':function(_0x4aafc1,_0x5887fd){const _0x96d8aa=a25_0x4891;return _0x4da49b[_0x96d8aa(0x13e)](_0x4aafc1,_0x5887fd);},'CcQWs':function(_0x5a7905,_0x4a5970){const _0x14aa21=a25_0x4891;return _0x4da49b[_0x14aa21(0x13e)](_0x5a7905,_0x4a5970);},'kKuwW':function(_0x5a9642,_0x1beda1){const _0x11ee1d=a25_0x4891;return _0x4da49b[_0x11ee1d(0x1ef)](_0x5a9642,_0x1beda1);}};_0x4da49b[_0xce4826(0x13e)](_0x4da49b[_0xce4826(0x1ad)],_0x4da49b[_0xce4826(0x1ad)])?_0x192697['thBtv'](_0x991ec1,_0x1f82b7)&&_0x192697[_0xce4826(0x1e8)](_0x4c5164['Regions'],_0x3967fb)?_0x192697['kKuwW'](_0x2f2c2e,_0x2613d6[_0xce4826(0x155)]):_0x192697[_0xce4826(0x19d)](_0x2b89b6,{}):(logger['warn'](_0xce4826(0x1c0)+_0x4108fd+_0xce4826(0x17e)),_0x4da49b[_0xce4826(0x1ef)](_0x1b9c02,!![]));})[_0x1416d9(0x183)](()=>{const _0x4f24b4=_0x1416d9,_0x83378a={'btBro':function(_0x5e352b,_0x3a6cbf){const _0x584334=a25_0x4891;return _0x4da49b[_0x584334(0x1ef)](_0x5e352b,_0x3a6cbf);}};_0x4da49b[_0x4f24b4(0x194)](_0x4da49b[_0x4f24b4(0x177)],_0x4da49b[_0x4f24b4(0x177)])?(logger['info']('Bucket:\x20'+_0x4108fd+_0x4f24b4(0x188)),_0x4da49b['LPIFF'](_0x1b9c02,![])):(_0x2d7d5b[_0x4f24b4(0x193)](_0x4f24b4(0x1c0)+_0x49cce2+_0x4f24b4(0x17e)),_0x83378a[_0x4f24b4(0x140)](_0x8c747d,!![]));});}else _0xf5a9e7[_0x1416d9(0x154)](_0x568fe2,_0x41f2a5);});},exports[a25_0x11f2c8(0x157)]=_0x48b56b=>{const _0x27d146=a25_0x11f2c8,_0x36bb12={'cVNqX':function(_0x57865a,_0x20f206){return _0x57865a(_0x20f206);},'ABHeK':function(_0x2320f7,_0xef2393){return _0x2320f7(_0xef2393);},'tgShR':function(_0xbf043d,_0x164435){return _0xbf043d===_0x164435;},'XQwUM':'RslSl','wgLPW':_0x27d146(0x1d3),'LPfqo':function(_0x5b34b6,_0x1fc952){return _0x5b34b6(_0x1fc952);},'PxSMW':function(_0x549fe7,_0x791609){return _0x549fe7(_0x791609);},'kLNXE':_0x27d146(0x1af),'JReLB':function(_0x42c47e,_0x276370){return _0x42c47e(_0x276370);},'NFPfC':_0x27d146(0x15e),'NZiIu':function(_0xc25be1,_0x4d604f){return _0xc25be1!==_0x4d604f;},'AHrdo':_0x27d146(0x19a),'MepiQ':_0x27d146(0x1da)};return new Promise((_0x2a9f6c,_0x30011b)=>{const _0x35fd4c=_0x27d146,_0x343a7e={'rTgZm':_0x36bb12[_0x35fd4c(0x18b)],'LvbFm':function(_0x5c277f,_0x3d547e){const _0x2f4a1b=_0x35fd4c;return _0x36bb12[_0x2f4a1b(0x15b)](_0x5c277f,_0x3d547e);},'iTxFW':function(_0x3be17f,_0x4a1e51){const _0x1cc0d7=_0x35fd4c;return _0x36bb12[_0x1cc0d7(0x14a)](_0x3be17f,_0x4a1e51);},'vbfcf':_0x36bb12[_0x35fd4c(0x1a4)]};if(_0x36bb12[_0x35fd4c(0x14c)](_0x36bb12[_0x35fd4c(0x1dd)],_0x36bb12['MepiQ'])){const _0x4c020c={};_0x4c020c['apiVersion']=_0x36bb12[_0x35fd4c(0x18b)],_0x4c020c[_0x35fd4c(0x1c7)]=_0x48b56b;const _0x22ecd8=new awsSDK[(_0x35fd4c(0x149))](_0x4c020c);_0x22ecd8[_0x35fd4c(0x166)]()['promise']()[_0x35fd4c(0x1ec)](_0x851ed7=>{const _0x4f89a3=_0x35fd4c,_0x395e70={'gqMuZ':function(_0x29bd84,_0x1e0ace){const _0x84f02d=a25_0x4891;return _0x36bb12[_0x84f02d(0x197)](_0x29bd84,_0x1e0ace);},'TGYjL':function(_0x109f23,_0x2cf4fc){const _0x26dc60=a25_0x4891;return _0x36bb12[_0x26dc60(0x1b4)](_0x109f23,_0x2cf4fc);}};if(_0x36bb12[_0x4f89a3(0x14a)](_0x36bb12[_0x4f89a3(0x1ee)],_0x36bb12[_0x4f89a3(0x16e)])){const _0x2b01db={};_0x2b01db[_0x4f89a3(0x187)]=_0x343a7e[_0x4f89a3(0x15d)],_0x2b01db[_0x4f89a3(0x1c7)]=_0x7afc31;const _0x4d7abf=new _0x24093b[(_0x4f89a3(0x149))](_0x2b01db);_0x4d7abf[_0x4f89a3(0x166)]()[_0x4f89a3(0x145)]()[_0x4f89a3(0x1ec)](_0x4c59bd=>{const _0x4b9632=_0x4f89a3;_0x395e70[_0x4b9632(0x1cc)](_0x303e76,_0x4c59bd);})[_0x4f89a3(0x183)](_0x10daf5=>{const _0x1d20e1=_0x4f89a3;_0x3e09c2[_0x1d20e1(0x15f)]('Failed\x20to\x20fetch\x20subnets\x20due\x20to\x20error:\x20'+_0x10daf5),_0x395e70[_0x1d20e1(0x16c)](_0x425e6e,_0x10daf5);});}else _0x36bb12[_0x4f89a3(0x1bc)](_0x2a9f6c,_0x851ed7);})[_0x35fd4c(0x183)](_0x101113=>{const _0x45ec53=_0x35fd4c;_0x343a7e[_0x45ec53(0x1b6)](_0x343a7e[_0x45ec53(0x17b)],_0x343a7e['vbfcf'])?(logger['error'](_0x45ec53(0x159)+_0x101113),_0x343a7e[_0x45ec53(0x190)](_0x30011b,_0x101113)):_0x343a7e[_0x45ec53(0x190)](_0x196975,_0x57efa9);});}else _0x18c118[_0x35fd4c(0x15f)](_0x35fd4c(0x1e3)+_0x27118a),_0x36bb12[_0x35fd4c(0x1c6)](_0x51c933,_0x18bb05);});},exports['fetchSecurityGroups']=_0x3be4dc=>{const _0x2edd42=a25_0x11f2c8,_0x559ba4={'pqQRK':function(_0x398da9,_0xf611fe){return _0x398da9(_0xf611fe);},'ARZVI':function(_0x13147b,_0x7ab93){return _0x13147b!==_0x7ab93;},'eiFmM':_0x2edd42(0x1b5),'kYmkB':_0x2edd42(0x1e5),'aQnHO':function(_0x23eb0c,_0xc118c1){return _0x23eb0c(_0xc118c1);},'MyxaC':function(_0x378321,_0x2990e7){return _0x378321!==_0x2990e7;},'beLWd':_0x2edd42(0x178),'ivIyu':function(_0x5d7519,_0x50692){return _0x5d7519(_0x50692);},'jOKff':_0x2edd42(0x1aa),'YXITY':_0x2edd42(0x171),'FPYME':_0x2edd42(0x191),'Zfdfy':'2016-11-15'};return new Promise((_0x4818ed,_0x1a084d)=>{const _0x171385=_0x2edd42,_0x4caa9e={'RvgGb':function(_0x519f23,_0x33ffe){return _0x559ba4['aQnHO'](_0x519f23,_0x33ffe);},'djwGz':_0x559ba4['jOKff'],'Herjp':function(_0x1695d3,_0x484d4a){return _0x559ba4['pqQRK'](_0x1695d3,_0x484d4a);}};if(_0x559ba4[_0x171385(0x15a)](_0x559ba4[_0x171385(0x185)],_0x559ba4['FPYME'])){const _0x2abc10={};_0x2abc10['apiVersion']=_0x559ba4['Zfdfy'],_0x2abc10[_0x171385(0x1c7)]=_0x3be4dc;const _0x4907f7=new awsSDK[(_0x171385(0x149))](_0x2abc10);_0x4907f7[_0x171385(0x14f)]()[_0x171385(0x145)]()[_0x171385(0x1ec)](_0x1f616d=>{const _0xebf47b=_0x171385,_0x5e58f1={'ECsIx':function(_0x594a14,_0x34fb09){const _0x31b5c2=a25_0x4891;return _0x559ba4[_0x31b5c2(0x1dc)](_0x594a14,_0x34fb09);}};if(_0x559ba4[_0xebf47b(0x15a)](_0x559ba4['eiFmM'],_0x559ba4[_0xebf47b(0x1ca)]))_0x559ba4[_0xebf47b(0x18a)](_0x4818ed,_0x1f616d);else{const _0xadc1d0={'Fzykv':function(_0x3e0dda,_0x183825){return _0x4caa9e['RvgGb'](_0x3e0dda,_0x183825);}},_0x3eb66b={};_0x3eb66b['apiVersion']=_0x4caa9e['djwGz'];const _0x499e8b=new _0x2d33c5[(_0xebf47b(0x1ab))](_0x3eb66b),_0x4c3244={};_0x4c3244[_0xebf47b(0x1b1)]=_0x51625c,_0x499e8b['describeCluster'](_0x4c3244)[_0xebf47b(0x145)]()[_0xebf47b(0x1ec)](_0x467295=>{const _0x4b8440=_0xebf47b;_0xadc1d0[_0x4b8440(0x1ce)](_0xf4b0db,_0x467295[_0x4b8440(0x1bb)][_0x4b8440(0x18d)]['oidc']['issuer']);})[_0xebf47b(0x183)](_0x41bca0=>{const _0x502b0e=_0xebf47b;_0x5d0188[_0x502b0e(0x15f)]('Error\x20getting\x20OIDC\x20URL\x20for\x20cluster\x20'+_0x1b8b95+':\x20'+_0x41bca0),_0x5e58f1[_0x502b0e(0x1a2)](_0x9f79f1,_0x41bca0);});}})[_0x171385(0x183)](_0x591f2c=>{const _0x35b538=_0x171385;_0x559ba4[_0x35b538(0x1d2)](_0x559ba4[_0x35b538(0x176)],_0x559ba4[_0x35b538(0x176)])?(_0x386c9d[_0x35b538(0x1b8)](_0x35b538(0x1c0)+_0xf5ea0b+_0x35b538(0x188)),_0x4caa9e['RvgGb'](_0x13f7ff,![])):(logger[_0x35b538(0x15f)](_0x35b538(0x18e)+_0x591f2c),_0x559ba4[_0x35b538(0x1bd)](_0x1a084d,_0x591f2c));});}else _0x4caa9e[_0x171385(0x1e2)](_0x1a8d7f,{});});},exports[a25_0x11f2c8(0x1d0)]=()=>{const _0x4d639a=a25_0x11f2c8,_0x37e296={'gSzLl':function(_0x42ad8b,_0x4f63f4){return _0x42ad8b(_0x4f63f4);},'VPsuX':function(_0x5ac3a3,_0x153fb2){return _0x5ac3a3!==_0x153fb2;},'xYxbt':_0x4d639a(0x1e1),'AVMhp':function(_0x5328d4,_0x5538e7){return _0x5328d4!==_0x5538e7;},'eLvvC':_0x4d639a(0x19f),'iFfxI':_0x4d639a(0x1c9),'DmgvC':function(_0x5443e4,_0x27c6f2){return _0x5443e4===_0x27c6f2;},'YVLJf':_0x4d639a(0x14d),'nGwQI':'2017-11-01','UtVIs':'2016-11-15','hShEJ':function(_0x42b3b1,_0x16ea6){return _0x42b3b1!==_0x16ea6;},'nKQxw':_0x4d639a(0x17f),'LIECG':_0x4d639a(0x1e7),'HJqCZ':function(_0x3c6d9f,_0x823f7f){return _0x3c6d9f===_0x823f7f;},'VuEDj':'jtwxY','enXRg':_0x4d639a(0x1de)};return new Promise((_0x2afe5b,_0x26d56a)=>{const _0x22fbbb=_0x4d639a,_0x338839={'LHPOe':function(_0x42397e,_0x17df19){const _0x598307=a25_0x4891;return _0x37e296[_0x598307(0x1cb)](_0x42397e,_0x17df19);},'LPVGV':_0x37e296[_0x22fbbb(0x1cf)],'AWQuK':_0x37e296[_0x22fbbb(0x1c8)],'XzVta':function(_0x1ea806,_0x4a9570){const _0x3692ac=_0x22fbbb;return _0x37e296[_0x3692ac(0x1cb)](_0x1ea806,_0x4a9570);},'VukdC':function(_0x5df2ab,_0x50bf1c){const _0xf318fb=_0x22fbbb;return _0x37e296[_0xf318fb(0x13f)](_0x5df2ab,_0x50bf1c);},'PYwRg':_0x37e296[_0x22fbbb(0x19e)],'kRRsA':_0x37e296['LIECG']};if(_0x37e296[_0x22fbbb(0x173)](_0x37e296['VuEDj'],_0x37e296[_0x22fbbb(0x1a9)])){const _0x700f6d={'hGZFC':function(_0x2be1fe,_0x2ad101){return _0x338839['LHPOe'](_0x2be1fe,_0x2ad101);},'ReuAz':_0x338839[_0x22fbbb(0x1b3)]};return new _0x5c58d7((_0x1de792,_0x191b6e)=>{const _0x50d818=_0x22fbbb,_0x4a589f={'xKVwF':function(_0x2825d5,_0x4be605){return _0x700f6d['hGZFC'](_0x2825d5,_0x4be605);}},_0x15462e={};_0x15462e[_0x50d818(0x187)]=_0x700f6d[_0x50d818(0x1cd)];const _0x614632=new _0x1391b2['EKS'](_0x15462e),_0x222f48={};_0x222f48[_0x50d818(0x1b1)]=_0x34ae83,_0x614632[_0x50d818(0x14e)](_0x222f48)[_0x50d818(0x145)]()['then'](_0x3ffdee=>{const _0x5d3a83=_0x50d818;_0x700f6d['hGZFC'](_0x1de792,_0x3ffdee[_0x5d3a83(0x1bb)][_0x5d3a83(0x18d)][_0x5d3a83(0x17c)]['issuer']);})[_0x50d818(0x183)](_0x3f0b6b=>{const _0xb807c8=_0x50d818;_0x382547[_0xb807c8(0x15f)](_0xb807c8(0x150)+_0x4d76cb+':\x20'+_0x3f0b6b),_0x4a589f[_0xb807c8(0x1e0)](_0x191b6e,_0x3f0b6b);});});}else{const _0x2b65fc={};_0x2b65fc[_0x22fbbb(0x187)]=_0x37e296[_0x22fbbb(0x1c8)];const _0x4e4ba2=new awsSDK['EC2'](_0x2b65fc);_0x4e4ba2[_0x22fbbb(0x160)]()[_0x22fbbb(0x145)]()[_0x22fbbb(0x1ec)]((_0x446b48,_0x1de57f)=>{const _0x471fcc=_0x22fbbb,_0x20ddc9={'XQlZR':function(_0x3e2ee2,_0x1b854d){const _0x13ed52=a25_0x4891;return _0x37e296[_0x13ed52(0x1cb)](_0x3e2ee2,_0x1b854d);}};if(_0x37e296[_0x471fcc(0x1d7)](_0x37e296['xYxbt'],_0x37e296[_0x471fcc(0x175)])){const _0x3a7a75={'fmWfY':function(_0x9ae0fa,_0x27e5fa){const _0x10b5a3=_0x471fcc;return _0x338839[_0x10b5a3(0x195)](_0x9ae0fa,_0x27e5fa);}},_0x584177={};_0x584177[_0x471fcc(0x187)]=_0x338839[_0x471fcc(0x1c3)],_0x584177[_0x471fcc(0x1c7)]=_0x5e8d3a;const _0x449352=new _0x55b5d9[(_0x471fcc(0x149))](_0x584177);_0x449352['describeVpcs']()['promise']()[_0x471fcc(0x1ec)](_0x1a479c=>{_0x3a7a75['fmWfY'](_0x154cfa,_0x1a479c);})[_0x471fcc(0x183)](_0x124832=>{const _0x315eef=_0x471fcc;_0x4b8b25[_0x315eef(0x15f)](_0x315eef(0x167)+_0x124832),_0x20ddc9[_0x315eef(0x1b0)](_0x27e9f9,_0x124832);});}else{if(_0x37e296[_0x471fcc(0x164)](_0x446b48,undefined)&&_0x37e296[_0x471fcc(0x164)](_0x446b48[_0x471fcc(0x155)],undefined))_0x37e296[_0x471fcc(0x1d7)](_0x37e296[_0x471fcc(0x16d)],_0x37e296[_0x471fcc(0x1c5)])?_0x37e296[_0x471fcc(0x1cb)](_0x2afe5b,_0x446b48[_0x471fcc(0x155)]):_0x20ddc9[_0x471fcc(0x1b0)](_0x60085e,_0x537b54);else{if(_0x37e296[_0x471fcc(0x1b9)](_0x37e296['YVLJf'],_0x37e296[_0x471fcc(0x172)]))_0x37e296['gSzLl'](_0x2afe5b,{});else{const _0x25bf1f={'HmICg':function(_0x1b1c70,_0x41724d){const _0x1cded2=_0x471fcc;return _0x338839[_0x1cded2(0x195)](_0x1b1c70,_0x41724d);}},_0xe9696e={};_0xe9696e[_0x471fcc(0x187)]=_0x338839['AWQuK'],_0xe9696e['region']=_0x492065;const _0xce5033=new _0xeaa958[(_0x471fcc(0x149))](_0xe9696e);_0xce5033[_0x471fcc(0x14f)]()[_0x471fcc(0x145)]()[_0x471fcc(0x1ec)](_0x46d4d3=>{_0x25bf1f['HmICg'](_0x2e68c2,_0x46d4d3);})['catch'](_0x1a744f=>{const _0x454871=_0x471fcc;_0x1ace68[_0x454871(0x15f)]('Failed\x20to\x20fetch\x20Security\x20Groups\x20due\x20to\x20error:\x20'+_0x1a744f),_0x25bf1f[_0x454871(0x189)](_0x45c1af,_0x1a744f);});}}}})[_0x22fbbb(0x183)](_0x53ae5c=>{const _0x5a3484=_0x22fbbb,_0xa65194={'BXOGv':function(_0x557077,_0x3469ef){const _0x2aa4d4=a25_0x4891;return _0x338839[_0x2aa4d4(0x170)](_0x557077,_0x3469ef);},'aOrHp':_0x338839[_0x5a3484(0x1c3)]};if(_0x338839[_0x5a3484(0x168)](_0x338839[_0x5a3484(0x17d)],_0x338839[_0x5a3484(0x144)]))logger['error'](_0x5a3484(0x1e3)+_0x53ae5c),_0x338839['LHPOe'](_0x26d56a,_0x53ae5c);else return new _0x31593d((_0x9b944d,_0x511e6a)=>{const _0x5cfb32=_0x5a3484,_0x3e4929={'Apbev':function(_0x3d060f,_0x2ff938){const _0xe5a12a=a25_0x4891;return _0xa65194[_0xe5a12a(0x148)](_0x3d060f,_0x2ff938);},'qVvSH':function(_0x380e3a,_0x327a81){const _0x442d70=a25_0x4891;return _0xa65194[_0x442d70(0x148)](_0x380e3a,_0x327a81);}},_0xf9420={};_0xf9420[_0x5cfb32(0x187)]=_0xa65194[_0x5cfb32(0x1b2)],_0xf9420[_0x5cfb32(0x1c7)]=_0x14406b;const _0x52bfad=new _0x323dd1['EC2'](_0xf9420);_0x52bfad['describeSubnets']()[_0x5cfb32(0x145)]()[_0x5cfb32(0x1ec)](_0x97381f=>{const _0x4ef67e=_0x5cfb32;_0x3e4929[_0x4ef67e(0x1be)](_0x9b944d,_0x97381f);})['catch'](_0x5a3d4f=>{const _0x1b0542=_0x5cfb32;_0x2709da['error'](_0x1b0542(0x159)+_0x5a3d4f),_0x3e4929[_0x1b0542(0x14b)](_0x511e6a,_0x5a3d4f);});});});}});},exports[a25_0x11f2c8(0x192)]=_0xe702a6=>{const _0x4892be=a25_0x11f2c8,_0x5a0e6c={'EevlR':function(_0x46c501,_0x269074){return _0x46c501(_0x269074);},'TNGQd':function(_0x5d930f,_0x41096a){return _0x5d930f(_0x41096a);},'sCFXW':function(_0x1c53d6,_0x347935){return _0x1c53d6!==_0x347935;},'hitkw':_0x4892be(0x161),'teaSZ':'eUMoX','RkAqX':function(_0xa9b519,_0x478cfe){return _0xa9b519(_0x478cfe);},'nyrba':function(_0x18b25f,_0x453307){return _0x18b25f(_0x453307);},'DZWRe':function(_0x2cb65c,_0x1723a1){return _0x2cb65c===_0x1723a1;},'ptlYw':_0x4892be(0x18f),'RIVDy':_0x4892be(0x19b),'WTYYY':function(_0x5ce17d,_0x115352){return _0x5ce17d!==_0x115352;},'ASNDW':'EAXlg','sZfnT':'ScrYC','jKmgw':_0x4892be(0x1aa)};return new Promise((_0x5df466,_0x24df9b)=>{const _0xb674bf=_0x4892be,_0x3a27d1={'AEBEU':function(_0x2df08b,_0x2de01d){const _0x257524=a25_0x4891;return _0x5a0e6c[_0x257524(0x147)](_0x2df08b,_0x2de01d);},'sDWpD':function(_0x174dbe,_0x4b904e){return _0x5a0e6c['sCFXW'](_0x174dbe,_0x4b904e);},'TtiqW':_0x5a0e6c[_0xb674bf(0x19c)],'ckAZh':_0x5a0e6c['teaSZ'],'ixufS':function(_0x51e4bb,_0x33ac0c){return _0x5a0e6c['RkAqX'](_0x51e4bb,_0x33ac0c);},'vgbJN':function(_0x1458d1,_0x497edb){const _0xc93beb=_0xb674bf;return _0x5a0e6c[_0xc93beb(0x1a8)](_0x1458d1,_0x497edb);},'DEmUq':function(_0x1f1daf,_0xbb1858){const _0x483d0d=_0xb674bf;return _0x5a0e6c[_0x483d0d(0x1ae)](_0x1f1daf,_0xbb1858);},'kdFIi':_0x5a0e6c['ptlYw'],'JTAHw':_0x5a0e6c[_0xb674bf(0x158)],'lWANV':function(_0x4a31d2,_0x22f69a){const _0x5b32d6=_0xb674bf;return _0x5a0e6c[_0x5b32d6(0x18c)](_0x4a31d2,_0x22f69a);}};if(_0x5a0e6c['WTYYY'](_0x5a0e6c[_0xb674bf(0x1d8)],_0x5a0e6c[_0xb674bf(0x141)])){const _0x114be7={};_0x114be7[_0xb674bf(0x187)]=_0x5a0e6c[_0xb674bf(0x1d6)];const _0x2dd766=new awsSDK[(_0xb674bf(0x1ab))](_0x114be7),_0x222bee={};_0x222bee['name']=_0xe702a6,_0x2dd766[_0xb674bf(0x14e)](_0x222bee)[_0xb674bf(0x145)]()[_0xb674bf(0x1ec)](_0x52c7ac=>{const _0x114816=_0xb674bf;_0x3a27d1['sDWpD'](_0x3a27d1['TtiqW'],_0x3a27d1[_0x114816(0x163)])?_0x3a27d1[_0x114816(0x1eb)](_0x5df466,_0x52c7ac[_0x114816(0x1bb)][_0x114816(0x18d)][_0x114816(0x17c)][_0x114816(0x1e4)]):(_0x287b82[_0x114816(0x15f)](_0x114816(0x167)+_0x4841e1),_0x3a27d1[_0x114816(0x1d9)](_0x3c9c05,_0x2a3ff7));})[_0xb674bf(0x183)](_0x2ae7dd=>{const _0x26170b=_0xb674bf;_0x3a27d1['DEmUq'](_0x3a27d1[_0x26170b(0x17a)],_0x3a27d1[_0x26170b(0x1bf)])?_0x3a27d1[_0x26170b(0x1d4)](_0x4d50fb,_0x1be0c9[_0x26170b(0x155)]):(logger[_0x26170b(0x15f)]('Error\x20getting\x20OIDC\x20URL\x20for\x20cluster\x20'+_0xe702a6+':\x20'+_0x2ae7dd),_0x3a27d1[_0x26170b(0x1e6)](_0x24df9b,_0x2ae7dd));});}else{const _0x59842e={'MNJTL':function(_0x38c40d,_0x2130c5){const _0x25fcf3=_0xb674bf;return _0x5a0e6c[_0x25fcf3(0x18c)](_0x38c40d,_0x2130c5);}},_0x60041f=new _0x4c0b9d['S3']();return new _0x5ddaf5((_0x2502d3,_0x398f2d)=>{const _0x390def=_0xb674bf,_0x3961c5={'fjAgS':function(_0x196b1f,_0x4b4e4b){const _0x4ed6f4=a25_0x4891;return _0x59842e[_0x4ed6f4(0x1a3)](_0x196b1f,_0x4b4e4b);}},_0x3ce2af={};_0x3ce2af[_0x390def(0x1db)]=_0x44deef,_0x60041f['headBucket'](_0x3ce2af)[_0x390def(0x145)]()[_0x390def(0x1ec)](_0x6de87a=>{const _0x1b4b83=_0x390def;_0x415b3f['warn'](_0x1b4b83(0x1c0)+_0x4f6283+'\x20already\x20exists.\x20Skipping\x20Bucket\x20creation'),_0x3961c5[_0x1b4b83(0x1ba)](_0x2502d3,!![]);})[_0x390def(0x183)](()=>{const _0x11840b=_0x390def;_0x328934['info']('Bucket:\x20'+_0x599e48+_0x11840b(0x188)),_0x59842e[_0x11840b(0x1a3)](_0x2502d3,![]);});});}});},exports[a25_0x11f2c8(0x1e9)]=awsSDK;
1
+ const a25_0xc2a432=a25_0x1caf;(function(_0x1896dc,_0x240543){const _0x338054=a25_0x1caf,_0x46d03a=_0x1896dc();while(!![]){try{const _0x5ccd91=-parseInt(_0x338054(0x129))/0x1*(-parseInt(_0x338054(0x15d))/0x2)+parseInt(_0x338054(0x11f))/0x3+parseInt(_0x338054(0x114))/0x4+parseInt(_0x338054(0x18c))/0x5+-parseInt(_0x338054(0x12f))/0x6*(-parseInt(_0x338054(0x1b5))/0x7)+parseInt(_0x338054(0x1a9))/0x8+-parseInt(_0x338054(0x1c8))/0x9;if(_0x5ccd91===_0x240543)break;else _0x46d03a['push'](_0x46d03a['shift']());}catch(_0x159512){_0x46d03a['push'](_0x46d03a['shift']());}}}(a25_0x4751,0xe1acf));function a25_0x4751(){const _0x26dc99=['NfUXZ','Failed\x20to\x20fetch\x20subnets\x20due\x20to\x20error:\x20','region','fetchSubnets','identity','2016-11-15','XaTqr','jwlka','info','hHQBa','AlPwi','vLmyu','xgfTn','EC2','kdfgY','../config/logger','WAuXk','kirSC','5282530mEnAUR','neSkJ','LjCsk','oidc','isBucketPresent','fetchVPCs','promise','tiVxF','FHSUB','EKS','SLXeT','cluster','JqaHM','getOidcUrl','YzYEt','uNUBu','describeSecurityGroups','IgwBJ','eyXXC','Ztccb','JrIZq','yviNZ','NJnGC','LldoA','daSoS','dttvC','gXvmi','Kborq','PuBJG','942488OkCYKj','NHWGf','jlfqC','VMKij','ttHrx','FdCEx','AYWXb','ZZKgu','wDMKY','YEbiq','oDlpm','xtkRs','490blzNQp','MaVbr','FHHNo','Failed\x20to\x20fetch\x20Security\x20Groups\x20due\x20to\x20error:\x20','error','NDvID','bYtYf','TlFfD','FsCGr','rIUvz','uTQbO','TQJXt','cKerT','describeSubnets','XsTQu','zUUzl','\x20already\x20exists.\x20Skipping\x20Bucket\x20creation','VfjWa','ZTFhL','25889643OzWGsY','EEnyW','cWHPI','qAJoH','mdQws','mIyho','1438368ArEgvf','KOqRd','igkdV','\x20does\x20not\x20exist.\x20Adding\x20it\x20to\x20CloudFormation\x20to\x20create\x20the\x20bucket','vDthd','Failed\x20to\x20fetch\x20AWS\x20Regions\x20due\x20to\x20error:\x20','describeVpcs','yImwN','cqfVT','mdKCp','vkmRw','3823059vZxgan','warn','EUZpC','CJkUX','izgTj','faWRE','jRjUn','ZNIuG','2017-11-01','IgvkB','138NfgskP','MqRwj','uYBqU','qaSVe','name','UJpuJ','68898oHbSpS','NWkqb','mNsvg','PdjMP','headBucket','BSPlC','PSoxu','dqdRt','Zldfs','yYsHr','awsObj','iyIFb','yQNes','qFFdG','iciVL','yFwvS','DXQeQ','JGDwa','TeGIf','xVHlS','AIghn','JTgIs','CPiYx','XHlDV','zcdat','qDQAd','UboUn','iyOIR','cbnvE','yyXUC','ZXRAf','JpZam','qjIXk','SIoiT','FaLTw','Bucket:\x20','MKCxl','fPYch','Failed\x20to\x20fetch\x20VPCs\x20due\x20to\x20error:\x20','PesNv','qlYdl','DtCPt','WPgEK','Cwxdl','dzWVZ','ETrkn','2738ddwyJV','OFphR','OtrTp','aHGMI','catch','xgjop','voiPQ','cdeDT','describeCluster','Regions','ncfSQ','DaYzC','YEbIT','apiVersion','RxGAD','Error\x20getting\x20OIDC\x20URL\x20for\x20cluster\x20','HszpR','EpCvs','IQkaX','ppVww','aws-sdk','dfvzd','UwanA','issuer','then','EyGbL','flHwf','zzmfn','fKMVm'];a25_0x4751=function(){return _0x26dc99;};return a25_0x4751();}const awsSDK=require(a25_0xc2a432(0x171)),{logger}=require(a25_0xc2a432(0x189));function a25_0x1caf(_0x2f5b13,_0x2762b5){const _0x4751d8=a25_0x4751();return a25_0x1caf=function(_0x1caf91,_0x109f81){_0x1caf91=_0x1caf91-0x10f;let _0x5d84b7=_0x4751d8[_0x1caf91];return _0x5d84b7;},a25_0x1caf(_0x2f5b13,_0x2762b5);}exports[a25_0xc2a432(0x191)]=_0x1e55ba=>{const _0x267de0=a25_0xc2a432,_0x2d0dea={'bYtYf':function(_0x531ec5,_0x5795fe){return _0x531ec5(_0x5795fe);},'WPgEK':_0x267de0(0x17f),'mIyho':function(_0xcbf0d2,_0x507e40){return _0xcbf0d2!==_0x507e40;},'FHSUB':_0x267de0(0x14e),'YEbiq':function(_0x3eb383,_0x34e293){return _0x3eb383(_0x34e293);},'RxGAD':function(_0xc83f8f,_0x2e008d){return _0xc83f8f===_0x2e008d;},'izgTj':_0x267de0(0x19f),'MqRwj':function(_0x2710bc,_0x2d9887){return _0x2710bc!==_0x2d9887;},'uYBqU':_0x267de0(0x163)};return new Promise((_0x44642e,_0x500ce4)=>{const _0x368581=_0x267de0,_0x2caf44={'FHHNo':function(_0x102bad,_0x4dcb78){const _0x3700bb=a25_0x1caf;return _0x2d0dea[_0x3700bb(0x1b2)](_0x102bad,_0x4dcb78);},'PdjMP':_0x2d0dea['WPgEK'],'GFOAy':function(_0x774fd4,_0x2d25b8){const _0x11dbf0=a25_0x1caf;return _0x2d0dea[_0x11dbf0(0x16b)](_0x774fd4,_0x2d25b8);},'vDthd':_0x2d0dea[_0x368581(0x123)]};if(_0x2d0dea[_0x368581(0x12a)](_0x2d0dea[_0x368581(0x12b)],_0x2d0dea[_0x368581(0x12b)])){const _0x64526f={'ttHrx':function(_0x56943d,_0xa4d4de){const _0x19a1f9=_0x368581;return _0x2d0dea[_0x19a1f9(0x1bb)](_0x56943d,_0xa4d4de);}},_0x1a7c96={};_0x1a7c96[_0x368581(0x16a)]=_0x2d0dea[_0x368581(0x159)],_0x1a7c96[_0x368581(0x17c)]=_0x4ef2f4;const _0x2873ce=new _0x2256a8[(_0x368581(0x187))](_0x1a7c96);_0x2873ce['describeSubnets']()[_0x368581(0x192)]()[_0x368581(0x175)](_0x47b9ed=>{const _0xf49f50=_0x368581;_0x64526f[_0xf49f50(0x1ad)](_0x3cf047,_0x47b9ed);})['catch'](_0x263945=>{const _0x4166bf=_0x368581;_0x463165['error']('Failed\x20to\x20fetch\x20subnets\x20due\x20to\x20error:\x20'+_0x263945),_0x2caf44[_0x4166bf(0x1b7)](_0x2dace0,_0x263945);});}else{const _0x24b082={};_0x24b082[_0x368581(0x16a)]=_0x2d0dea[_0x368581(0x159)],_0x24b082[_0x368581(0x17c)]=_0x1e55ba;const _0x5aac58=new awsSDK[(_0x368581(0x187))](_0x24b082);_0x5aac58[_0x368581(0x11a)]()[_0x368581(0x192)]()[_0x368581(0x175)](_0xfb0e81=>{const _0x5c40a1=_0x368581;_0x2d0dea[_0x5c40a1(0x113)](_0x2d0dea[_0x5c40a1(0x194)],_0x2d0dea[_0x5c40a1(0x194)])?_0x2caf44['FHHNo'](_0x34e228,_0x279c59):_0x2d0dea[_0x5c40a1(0x1b2)](_0x44642e,_0xfb0e81);})['catch'](_0x40fdb7=>{const _0x1c3265=_0x368581,_0x1e6458={'qlYdl':function(_0x4c8e32,_0xd0f4c0){const _0x337dcd=a25_0x1caf;return _0x2caf44[_0x337dcd(0x1b7)](_0x4c8e32,_0xd0f4c0);},'NDvID':_0x2caf44[_0x1c3265(0x132)]};if(_0x2caf44['GFOAy'](_0x2caf44[_0x1c3265(0x118)],_0x2caf44[_0x1c3265(0x118)]))logger['error'](_0x1c3265(0x155)+_0x40fdb7),_0x2caf44[_0x1c3265(0x1b7)](_0x500ce4,_0x40fdb7);else{const _0x71d8a0={'YEbIT':function(_0x38ff88,_0x58d48c){const _0x580cdf=_0x1c3265;return _0x1e6458[_0x580cdf(0x157)](_0x38ff88,_0x58d48c);},'ysYWU':_0x1e6458[_0x1c3265(0x1ba)]};return new _0x9afa6((_0x737d7f,_0x471d31)=>{const _0x27ba22=_0x1c3265,_0x15700c={};_0x15700c[_0x27ba22(0x16a)]=_0x71d8a0['ysYWU'],_0x15700c[_0x27ba22(0x17c)]=_0x3ebf02;const _0xe88631=new _0x4a4277[(_0x27ba22(0x187))](_0x15700c);_0xe88631[_0x27ba22(0x1c2)]()[_0x27ba22(0x192)]()[_0x27ba22(0x175)](_0x209864=>{const _0xcf4d1c=_0x27ba22;_0x71d8a0[_0xcf4d1c(0x169)](_0x737d7f,_0x209864);})[_0x27ba22(0x161)](_0x369f56=>{const _0x1b2309=_0x27ba22;_0x873c90['error']('Failed\x20to\x20fetch\x20subnets\x20due\x20to\x20error:\x20'+_0x369f56),_0x71d8a0[_0x1b2309(0x169)](_0x471d31,_0x369f56);});});}});}});},exports[a25_0xc2a432(0x190)]=_0x28db8c=>{const _0x42b286=a25_0xc2a432,_0x1d9a9b={'mNsvg':function(_0x4c3692,_0x34aadb){return _0x4c3692!==_0x34aadb;},'flHwf':_0x42b286(0x1b0),'FCPhC':function(_0xb05d53,_0x51e46d){return _0xb05d53(_0x51e46d);},'cWHPI':function(_0x29964d,_0xd36fd9){return _0x29964d(_0xd36fd9);},'QUeOJ':function(_0x122d1b,_0x12d127){return _0x122d1b===_0x12d127;},'iyIFb':_0x42b286(0x148),'dzWVZ':function(_0x9b25ed,_0x1acf80){return _0x9b25ed!==_0x1acf80;},'EUZpC':'XaxhO'},_0x1f8b8b=new awsSDK['S3']();return new Promise((_0x34da43,_0x5c1669)=>{const _0x1078a3=_0x42b286,_0xfa4abe={'uNUBu':function(_0x14496f,_0x36f1b9){return _0x1d9a9b['FCPhC'](_0x14496f,_0x36f1b9);},'qjIXk':function(_0x414f26,_0x1d1fc6){return _0x1d9a9b['FCPhC'](_0x414f26,_0x1d1fc6);}};if(_0x1d9a9b[_0x1078a3(0x15b)](_0x1d9a9b['EUZpC'],_0x1d9a9b[_0x1078a3(0x121)]))_0x4b8a98[_0x1078a3(0x182)](_0x1078a3(0x152)+_0x532fe6+'\x20does\x20not\x20exist.\x20Adding\x20it\x20to\x20CloudFormation\x20to\x20create\x20the\x20bucket'),_0xfa4abe[_0x1078a3(0x19b)](_0x3295e4,![]);else{const _0x4fafbf={};_0x4fafbf['Bucket']=_0x28db8c,_0x1f8b8b[_0x1078a3(0x133)](_0x4fafbf)[_0x1078a3(0x192)]()[_0x1078a3(0x175)](_0x117bf2=>{const _0x4e154=_0x1078a3;_0x1d9a9b[_0x4e154(0x131)](_0x1d9a9b[_0x4e154(0x177)],_0x1d9a9b['flHwf'])?(_0x42ebd2[_0x4e154(0x1b9)](_0x4e154(0x119)+_0x426055),_0xfa4abe[_0x4e154(0x14f)](_0x5dfb50,_0x5468b4)):(logger[_0x4e154(0x120)](_0x4e154(0x152)+_0x28db8c+_0x4e154(0x1c5)),_0x1d9a9b['FCPhC'](_0x34da43,!![]));})['catch'](()=>{const _0x512e47=_0x1078a3,_0x37dbe5={'hbjFS':function(_0x49cca1,_0x193003){const _0x304a51=a25_0x1caf;return _0x1d9a9b[_0x304a51(0x110)](_0x49cca1,_0x193003);}};_0x1d9a9b['QUeOJ'](_0x1d9a9b[_0x512e47(0x13a)],_0x1d9a9b[_0x512e47(0x13a)])?(logger[_0x512e47(0x182)](_0x512e47(0x152)+_0x28db8c+_0x512e47(0x117)),_0x1d9a9b[_0x512e47(0x110)](_0x34da43,![])):_0x37dbe5['hbjFS'](_0x5afe68,_0x5cff4e[_0x512e47(0x166)]);});}});},exports[a25_0xc2a432(0x17d)]=_0x2d5e71=>{const _0xf81dbe=a25_0xc2a432,_0x6dda0c={'oDlpm':function(_0x24b826,_0x14a732){return _0x24b826(_0x14a732);},'gYoBp':_0xf81dbe(0x127),'yQNes':function(_0x583ee6,_0x496c4d){return _0x583ee6(_0x496c4d);},'XaTqr':function(_0x2787bc,_0x138562){return _0x2787bc(_0x138562);},'faWRE':function(_0x401cc2,_0x52f5a5){return _0x401cc2!==_0x52f5a5;},'NkoUI':'ezVRN','xJXNX':_0xf81dbe(0x128),'EizHC':function(_0xa794b9,_0x335a29){return _0xa794b9===_0x335a29;},'vLmyu':_0xf81dbe(0x136),'kirSC':function(_0x43db9e,_0x1a2d1a){return _0x43db9e!==_0x1a2d1a;},'MKCxl':_0xf81dbe(0x18a),'UJpuJ':_0xf81dbe(0x17f)};return new Promise((_0x259059,_0xaa2015)=>{const _0x838684=_0xf81dbe,_0x416dd7={'LjCsk':function(_0x2fc437,_0x12f776){const _0x307c07=a25_0x1caf;return _0x6dda0c[_0x307c07(0x1b3)](_0x2fc437,_0x12f776);},'mdKCp':_0x6dda0c['gYoBp'],'hcwTb':function(_0x435049,_0x438ae2){const _0x50c451=a25_0x1caf;return _0x6dda0c[_0x50c451(0x13b)](_0x435049,_0x438ae2);},'Zldfs':function(_0x19b2a8,_0x360738){const _0x428a6e=a25_0x1caf;return _0x6dda0c[_0x428a6e(0x180)](_0x19b2a8,_0x360738);},'xtkRs':function(_0x5090e3,_0x38fcca){const _0x5137e2=a25_0x1caf;return _0x6dda0c[_0x5137e2(0x124)](_0x5090e3,_0x38fcca);},'PSoxu':_0x6dda0c['NkoUI'],'tEsyC':_0x6dda0c['xJXNX'],'JGDwa':function(_0x359ea7,_0x1c2ce4){const _0x55fa3e=a25_0x1caf;return _0x6dda0c[_0x55fa3e(0x13b)](_0x359ea7,_0x1c2ce4);},'FaLTw':function(_0x4f0080,_0x3591d5){return _0x6dda0c['EizHC'](_0x4f0080,_0x3591d5);},'yviNZ':_0x6dda0c[_0x838684(0x185)],'NHWGf':function(_0xe1a97f,_0xac756e){const _0x3428fa=_0x838684;return _0x6dda0c[_0x3428fa(0x13b)](_0xe1a97f,_0xac756e);}};if(_0x6dda0c[_0x838684(0x18b)](_0x6dda0c[_0x838684(0x153)],_0x6dda0c[_0x838684(0x153)]))_0x416dd7[_0x838684(0x18e)](_0x21c672,_0x248f22[_0x838684(0x197)][_0x838684(0x17e)][_0x838684(0x18f)][_0x838684(0x174)]);else{const _0x576fb0={};_0x576fb0[_0x838684(0x16a)]=_0x6dda0c[_0x838684(0x12e)],_0x576fb0[_0x838684(0x17c)]=_0x2d5e71;const _0x25c926=new awsSDK[(_0x838684(0x187))](_0x576fb0);_0x25c926[_0x838684(0x1c2)]()[_0x838684(0x192)]()['then'](_0x54e80d=>{const _0x589e19=_0x838684,_0x57b914={'EpCvs':function(_0x2a9f0c,_0x2c49eb){return _0x416dd7['hcwTb'](_0x2a9f0c,_0x2c49eb);},'cKerT':function(_0x230d1b,_0x508d56){const _0x2e34a9=a25_0x1caf;return _0x416dd7[_0x2e34a9(0x137)](_0x230d1b,_0x508d56);}};if(_0x416dd7[_0x589e19(0x1b4)](_0x416dd7[_0x589e19(0x135)],_0x416dd7['tEsyC']))_0x416dd7[_0x589e19(0x140)](_0x259059,_0x54e80d);else{const _0x408629={};_0x408629[_0x589e19(0x16a)]=_0x416dd7[_0x589e19(0x11d)];const _0x5409a8=new _0x4ace71['EKS'](_0x408629),_0x276739={};_0x276739['name']=_0xe7e29c,_0x5409a8[_0x589e19(0x165)](_0x276739)[_0x589e19(0x192)]()[_0x589e19(0x175)](_0x40cb9e=>{const _0x4fa2a6=_0x589e19;_0x57b914[_0x4fa2a6(0x16e)](_0x1857d6,_0x40cb9e[_0x4fa2a6(0x197)]['identity'][_0x4fa2a6(0x18f)]['issuer']);})[_0x589e19(0x161)](_0x3e4ceb=>{const _0x19caf8=_0x589e19;_0x33831d[_0x19caf8(0x1b9)](_0x19caf8(0x16c)+_0xf379df+':\x20'+_0x3e4ceb),_0x57b914[_0x19caf8(0x1c1)](_0x4bbc97,_0x3e4ceb);});}})['catch'](_0x398c0d=>{const _0x952cbe=_0x838684,_0x3e48c7={'LbWRW':function(_0x5be8f2,_0x49f3e3){return _0x416dd7['hcwTb'](_0x5be8f2,_0x49f3e3);}};_0x416dd7[_0x952cbe(0x151)](_0x416dd7[_0x952cbe(0x1a1)],_0x416dd7['yviNZ'])?(logger[_0x952cbe(0x1b9)](_0x952cbe(0x17b)+_0x398c0d),_0x416dd7[_0x952cbe(0x1aa)](_0xaa2015,_0x398c0d)):(_0x14ec4e[_0x952cbe(0x1b9)](_0x952cbe(0x155)+_0x44fde6),_0x3e48c7['LbWRW'](_0x2b22f1,_0x4c3d19));});}});},exports['fetchSecurityGroups']=_0x117747=>{const _0x211d89=a25_0xc2a432,_0x5d8a0e={'DtCPt':function(_0x6b8b53,_0x226bda){return _0x6b8b53(_0x226bda);},'jRjUn':'2016-11-15','UXnAP':function(_0x20781a,_0x4efe83){return _0x20781a!==_0x4efe83;},'ZXRAf':_0x211d89(0x12c),'wDMKY':function(_0x44b6eb,_0x1db69c){return _0x44b6eb!==_0x1db69c;},'qFFdG':function(_0x14ee47,_0x6cf810){return _0x14ee47(_0x6cf810);},'HszpR':_0x211d89(0x156),'snypO':'QCfoR','cqfVT':function(_0x519027,_0x124942){return _0x519027===_0x124942;},'FdCEx':_0x211d89(0x150),'CPiYx':_0x211d89(0x1a7)};return new Promise((_0x2ee972,_0x3a1f82)=>{const _0x1a8c77=_0x211d89,_0x530f68={'UwanA':function(_0x364f8e,_0x33c9a5){const _0x26328f=a25_0x1caf;return _0x5d8a0e[_0x26328f(0x158)](_0x364f8e,_0x33c9a5);},'XHlDV':function(_0x2df15d,_0xad7dcb){const _0x1365f0=a25_0x1caf;return _0x5d8a0e[_0x1365f0(0x158)](_0x2df15d,_0xad7dcb);},'gXvmi':_0x5d8a0e['jRjUn'],'KOqRd':function(_0x43b7c1,_0x3ff27b){return _0x5d8a0e['UXnAP'](_0x43b7c1,_0x3ff27b);},'UboUn':_0x5d8a0e[_0x1a8c77(0x14d)],'dfvzd':function(_0xede087,_0x117656){const _0x335712=_0x1a8c77;return _0x5d8a0e[_0x335712(0x158)](_0xede087,_0x117656);},'ppVww':function(_0x2261e1,_0x4375e2){return _0x5d8a0e['UXnAP'](_0x2261e1,_0x4375e2);},'EURgb':function(_0xcb2419,_0x442981){const _0x506704=_0x1a8c77;return _0x5d8a0e[_0x506704(0x1b1)](_0xcb2419,_0x442981);},'fPYch':function(_0x1514b5,_0x46c825){const _0x4a1b95=_0x1a8c77;return _0x5d8a0e[_0x4a1b95(0x13c)](_0x1514b5,_0x46c825);},'NJnGC':function(_0x4fe346,_0x282101){return _0x5d8a0e['UXnAP'](_0x4fe346,_0x282101);},'yImwN':_0x5d8a0e[_0x1a8c77(0x16d)],'jlfqC':_0x5d8a0e['snypO']};if(_0x5d8a0e[_0x1a8c77(0x11c)](_0x5d8a0e[_0x1a8c77(0x1ae)],_0x5d8a0e[_0x1a8c77(0x145)]))_0x530f68[_0x1a8c77(0x173)](_0x2bb071,_0x319935);else{const _0xb3985e={};_0xb3985e['apiVersion']=_0x5d8a0e[_0x1a8c77(0x125)],_0xb3985e[_0x1a8c77(0x17c)]=_0x117747;const _0x34c3e9=new awsSDK[(_0x1a8c77(0x187))](_0xb3985e);_0x34c3e9['describeSecurityGroups']()[_0x1a8c77(0x192)]()[_0x1a8c77(0x175)](_0x15d3da=>{const _0x5a9ea2=_0x1a8c77;if(_0x530f68[_0x5a9ea2(0x115)](_0x530f68[_0x5a9ea2(0x149)],_0x530f68[_0x5a9ea2(0x149)])){const _0x3575b6={'MLXin':function(_0x248d4a,_0x48358a){const _0x578bad=_0x5a9ea2;return _0x530f68[_0x578bad(0x146)](_0x248d4a,_0x48358a);},'LldoA':_0x530f68[_0x5a9ea2(0x1a6)]};return new _0x5eb38f((_0x406d10,_0x396b2c)=>{const _0x5b0360=_0x5a9ea2,_0x2a5b5b={'kdfgY':function(_0x5f45cf,_0x2e89a2){return _0x3575b6['MLXin'](_0x5f45cf,_0x2e89a2);},'JqaHM':function(_0x363d5d,_0x2e9952){return _0x3575b6['MLXin'](_0x363d5d,_0x2e9952);}},_0x44d237={};_0x44d237['apiVersion']=_0x3575b6[_0x5b0360(0x1a3)],_0x44d237[_0x5b0360(0x17c)]=_0x57c170;const _0x4304c4=new _0x38a75c[(_0x5b0360(0x187))](_0x44d237);_0x4304c4[_0x5b0360(0x11a)]()[_0x5b0360(0x192)]()['then'](_0x45b2e2=>{const _0x1fc906=_0x5b0360;_0x2a5b5b[_0x1fc906(0x188)](_0x406d10,_0x45b2e2);})[_0x5b0360(0x161)](_0xe61ef6=>{const _0x13540a=_0x5b0360;_0xf70a0b[_0x13540a(0x1b9)](_0x13540a(0x155)+_0xe61ef6),_0x2a5b5b[_0x13540a(0x198)](_0x396b2c,_0xe61ef6);});});}else _0x530f68[_0x5a9ea2(0x172)](_0x2ee972,_0x15d3da);})[_0x1a8c77(0x161)](_0x13b216=>{const _0x1c2831=_0x1a8c77;_0x530f68[_0x1c2831(0x1a2)](_0x530f68[_0x1c2831(0x11b)],_0x530f68[_0x1c2831(0x1ab)])?(logger[_0x1c2831(0x1b9)](_0x1c2831(0x1b8)+_0x13b216),_0x530f68[_0x1c2831(0x154)](_0x3a1f82,_0x13b216)):_0x530f68[_0x1c2831(0x170)](_0x92440d,_0x212915)&&_0x530f68['EURgb'](_0x5bcb7a[_0x1c2831(0x166)],_0x49e3b8)?_0x530f68[_0x1c2831(0x172)](_0x30a041,_0x2c505f[_0x1c2831(0x166)]):_0x530f68[_0x1c2831(0x154)](_0x3ed181,{});});}});},exports['getAWSRegions']=()=>{const _0x112327=a25_0xc2a432,_0x2d7215={'hHQBa':function(_0x5d74d7,_0x3db97f){return _0x5d74d7(_0x3db97f);},'SLXeT':function(_0x381732,_0x39701e){return _0x381732===_0x39701e;},'DXQeQ':_0x112327(0x186),'CJkUX':_0x112327(0x1bd),'ETrkn':function(_0x476de0,_0x53a265){return _0x476de0(_0x53a265);},'yYsHr':function(_0x5794b1,_0x176af2){return _0x5794b1(_0x176af2);},'zcdat':'2016-11-15','TlFfD':function(_0xdb4526,_0x4d9ca5){return _0xdb4526!==_0x4d9ca5;},'VBvRt':_0x112327(0x134),'DaYzC':function(_0x999cb2,_0x320a9a){return _0x999cb2!==_0x320a9a;},'YzYEt':_0x112327(0x10f),'zUUzl':'FVLOW','FHgEz':function(_0xd8bbe2,_0x470262){return _0xd8bbe2===_0x470262;},'IQkaX':'SLaQe'};return new Promise((_0x309256,_0x18ed89)=>{const _0x39a53d=_0x112327,_0x3c54d2={'xVHlS':function(_0x4c417d,_0x28478f){const _0x17aed0=a25_0x1caf;return _0x2d7215[_0x17aed0(0x15c)](_0x4c417d,_0x28478f);},'aymre':function(_0x2f2e85,_0x205b8a){const _0xa5f870=a25_0x1caf;return _0x2d7215[_0xa5f870(0x138)](_0x2f2e85,_0x205b8a);},'nBOoj':_0x2d7215[_0x39a53d(0x147)],'ZTFhL':function(_0x2a1456,_0x13c538){const _0x7593ca=_0x39a53d;return _0x2d7215[_0x7593ca(0x138)](_0x2a1456,_0x13c538);},'MaVbr':function(_0x3503be,_0x4d1ff0){const _0x420da2=_0x39a53d;return _0x2d7215[_0x420da2(0x183)](_0x3503be,_0x4d1ff0);},'EyGbL':function(_0xd37f62,_0x35f333){return _0x2d7215['TlFfD'](_0xd37f62,_0x35f333);},'JrIZq':_0x2d7215['VBvRt'],'cbnvE':function(_0x5e04ec,_0x3bbfc1){const _0x5202ac=_0x39a53d;return _0x2d7215[_0x5202ac(0x1bc)](_0x5e04ec,_0x3bbfc1);},'daSoS':function(_0x263ef8,_0x136438){const _0x38fbba=_0x39a53d;return _0x2d7215[_0x38fbba(0x168)](_0x263ef8,_0x136438);},'jwlka':function(_0x133122,_0x2c09fc){const _0xcce527=_0x39a53d;return _0x2d7215[_0xcce527(0x196)](_0x133122,_0x2c09fc);},'uTQbO':_0x2d7215[_0x39a53d(0x19a)],'OtrTp':function(_0x423cfb,_0x3e84c4){const _0x249168=_0x39a53d;return _0x2d7215[_0x249168(0x15c)](_0x423cfb,_0x3e84c4);},'qAJoH':function(_0x185077,_0x42de7a){const _0x3fb271=_0x39a53d;return _0x2d7215[_0x3fb271(0x168)](_0x185077,_0x42de7a);},'mdQws':_0x2d7215[_0x39a53d(0x1c4)]};if(_0x2d7215['FHgEz'](_0x2d7215[_0x39a53d(0x16f)],_0x2d7215[_0x39a53d(0x16f)])){const _0x611009={};_0x611009[_0x39a53d(0x16a)]=_0x2d7215[_0x39a53d(0x147)];const _0x4c278c=new awsSDK[(_0x39a53d(0x187))](_0x611009);_0x4c278c['describeRegions']()[_0x39a53d(0x192)]()[_0x39a53d(0x175)]((_0x56afc4,_0x15f521)=>{const _0x4f821e=_0x39a53d,_0x36426a={'yyXUC':function(_0x31028c,_0xcb354c){const _0x2615af=a25_0x1caf;return _0x3c54d2[_0x2615af(0x1c7)](_0x31028c,_0xcb354c);},'ZNIuG':function(_0x5164b0,_0x31e874){const _0x49affe=a25_0x1caf;return _0x3c54d2[_0x49affe(0x1b6)](_0x5164b0,_0x31e874);}};if(_0x3c54d2[_0x4f821e(0x176)](_0x3c54d2[_0x4f821e(0x1a0)],_0x3c54d2[_0x4f821e(0x1a0)]))_0x70d9a7[_0x4f821e(0x1b9)]('Error\x20getting\x20OIDC\x20URL\x20for\x20cluster\x20'+_0x171544+':\x20'+_0x3648a5),_0x3c54d2[_0x4f821e(0x142)](_0x1eb0c2,_0x4ec063);else{if(_0x3c54d2[_0x4f821e(0x14b)](_0x56afc4,undefined)&&_0x3c54d2[_0x4f821e(0x1a4)](_0x56afc4[_0x4f821e(0x166)],undefined)){if(_0x3c54d2[_0x4f821e(0x181)](_0x3c54d2[_0x4f821e(0x1bf)],_0x3c54d2[_0x4f821e(0x1bf)]))_0x3c54d2[_0x4f821e(0x15f)](_0x309256,_0x56afc4['Regions']);else{const _0x1af199={'ncfSQ':function(_0x3d3690,_0x3fdfb5){return _0x3c54d2['aymre'](_0x3d3690,_0x3fdfb5);}},_0x14b365={};_0x14b365[_0x4f821e(0x16a)]=_0x3c54d2['nBOoj'],_0x14b365[_0x4f821e(0x17c)]=_0x1c84b4;const _0x152054=new _0x4ac6fe['EC2'](_0x14b365);_0x152054[_0x4f821e(0x19c)]()[_0x4f821e(0x192)]()[_0x4f821e(0x175)](_0x1a7630=>{const _0x54927d=_0x4f821e;_0x36426a[_0x54927d(0x14c)](_0x5c964f,_0x1a7630);})[_0x4f821e(0x161)](_0x1aa83f=>{const _0x153b42=_0x4f821e;_0x1ff62c[_0x153b42(0x1b9)](_0x153b42(0x1b8)+_0x1aa83f),_0x1af199[_0x153b42(0x167)](_0x571d74,_0x1aa83f);});}}else{if(_0x3c54d2[_0x4f821e(0x111)](_0x3c54d2[_0x4f821e(0x112)],_0x3c54d2[_0x4f821e(0x112)])){const _0x1dfb03={'NWkqb':function(_0x5690ef,_0x2527b2){return _0x36426a['yyXUC'](_0x5690ef,_0x2527b2);},'VfjWa':function(_0x394c5b,_0x3b3fe9){const _0x456a21=_0x4f821e;return _0x36426a[_0x456a21(0x126)](_0x394c5b,_0x3b3fe9);}},_0x5169ab=new _0x53b1e6['S3']();return new _0x56ee56((_0x4fe534,_0x2cb010)=>{const _0x5e37ea=_0x4f821e,_0x14367d={};_0x14367d['Bucket']=_0x310690,_0x5169ab[_0x5e37ea(0x133)](_0x14367d)['promise']()[_0x5e37ea(0x175)](_0x56a484=>{const _0x1f2426=_0x5e37ea;_0x38ccb5[_0x1f2426(0x120)]('Bucket:\x20'+_0x527fe3+_0x1f2426(0x1c5)),_0x1dfb03[_0x1f2426(0x130)](_0x4fe534,!![]);})[_0x5e37ea(0x161)](()=>{const _0x282fc8=_0x5e37ea;_0xcfc335['info'](_0x282fc8(0x152)+_0x3b271b+_0x282fc8(0x117)),_0x1dfb03[_0x282fc8(0x1c6)](_0x4fe534,![]);});});}else _0x3c54d2[_0x4f821e(0x1b6)](_0x309256,{});}}})[_0x39a53d(0x161)](_0x5584df=>{const _0x5a5cca=_0x39a53d,_0x13616b={'XsTQu':function(_0x187769,_0x4753d2){const _0x22aec4=a25_0x1caf;return _0x2d7215[_0x22aec4(0x183)](_0x187769,_0x4753d2);}};_0x2d7215['SLXeT'](_0x2d7215[_0x5a5cca(0x13f)],_0x2d7215[_0x5a5cca(0x122)])?(_0x597d01[_0x5a5cca(0x1b9)](_0x5a5cca(0x17b)+_0x97d10b),_0x13616b[_0x5a5cca(0x1c3)](_0x19c83d,_0x52d304)):(logger[_0x5a5cca(0x1b9)](_0x5a5cca(0x119)+_0x5584df),_0x2d7215[_0x5a5cca(0x15c)](_0x18ed89,_0x5584df));});}else _0x2061c9[_0x39a53d(0x1b9)](_0x39a53d(0x1b8)+_0x3aea94),_0x2d7215[_0x39a53d(0x183)](_0x20e9aa,_0x1f1d47);});},exports[a25_0xc2a432(0x199)]=_0x1d3737=>{const _0x48627e=a25_0xc2a432,_0x62548f={'zzmfn':function(_0x3d36f4,_0x267a3a){return _0x3d36f4(_0x267a3a);},'dttvC':'2017-11-01','IgwBJ':function(_0x58526a,_0x5459f7){return _0x58526a===_0x5459f7;},'vkmRw':_0x48627e(0x184),'neSkJ':_0x48627e(0x160),'cdeDT':function(_0x49e9a8,_0x5f3048){return _0x49e9a8(_0x5f3048);},'NfUXZ':function(_0x58d004,_0x16d5de){return _0x58d004===_0x16d5de;},'Cwxdl':_0x48627e(0x143),'AYWXb':function(_0x48afc1,_0x10bc1d){return _0x48afc1(_0x10bc1d);},'yFwvS':'2016-11-15','iyOIR':function(_0x4fbda4,_0x27ecbe){return _0x4fbda4(_0x27ecbe);},'xgjop':function(_0x40d519,_0x52e7c5){return _0x40d519===_0x52e7c5;},'JTgIs':_0x48627e(0x1a8)};return new Promise((_0x2879d5,_0x635dff)=>{const _0x2e32c5=_0x48627e,_0x400692={'TQJXt':function(_0x136677,_0x411893){const _0x1fe486=a25_0x1caf;return _0x62548f[_0x1fe486(0x14a)](_0x136677,_0x411893);},'eyXXC':_0x62548f[_0x2e32c5(0x13e)]};if(_0x62548f[_0x2e32c5(0x162)](_0x62548f[_0x2e32c5(0x144)],_0x62548f[_0x2e32c5(0x144)])){const _0x1cb546={};_0x1cb546[_0x2e32c5(0x16a)]=_0x62548f[_0x2e32c5(0x1a5)];const _0x3a302c=new awsSDK[(_0x2e32c5(0x195))](_0x1cb546),_0x3f40df={};_0x3f40df[_0x2e32c5(0x12d)]=_0x1d3737,_0x3a302c[_0x2e32c5(0x165)](_0x3f40df)['promise']()['then'](_0x5b38a5=>{const _0x181111=_0x2e32c5,_0x36f786={'tiVxF':function(_0x585d45,_0x550fe4){return _0x62548f['zzmfn'](_0x585d45,_0x550fe4);},'iciVL':_0x62548f[_0x181111(0x1a5)],'OFphR':function(_0x532099,_0x5cb92c){const _0x1fc3f5=_0x181111;return _0x62548f[_0x1fc3f5(0x178)](_0x532099,_0x5cb92c);}};if(_0x62548f[_0x181111(0x19d)](_0x62548f[_0x181111(0x11e)],_0x62548f[_0x181111(0x18d)])){const _0x4db77d={'igkdV':function(_0x14a8dc,_0x33f16a){const _0x3f7d1c=_0x181111;return _0x36f786[_0x3f7d1c(0x15e)](_0x14a8dc,_0x33f16a);}};return new _0x1106c9((_0x24cc45,_0x1ec561)=>{const _0x25e43a=_0x181111,_0x23c7bb={'TeGIf':function(_0x9f6801,_0x126472){const _0x5387e7=a25_0x1caf;return _0x36f786[_0x5387e7(0x193)](_0x9f6801,_0x126472);}},_0xe76f05={};_0xe76f05['apiVersion']=_0x36f786[_0x25e43a(0x13d)];const _0x3c3c95=new _0xa2498f['EKS'](_0xe76f05),_0x48cc23={};_0x48cc23[_0x25e43a(0x12d)]=_0x5e4b11,_0x3c3c95[_0x25e43a(0x165)](_0x48cc23)['promise']()[_0x25e43a(0x175)](_0x303e24=>{const _0x26177b=_0x25e43a;_0x4db77d[_0x26177b(0x116)](_0x24cc45,_0x303e24[_0x26177b(0x197)][_0x26177b(0x17e)][_0x26177b(0x18f)][_0x26177b(0x174)]);})[_0x25e43a(0x161)](_0x2d0fef=>{const _0x18b1a5=_0x25e43a;_0x455ce6[_0x18b1a5(0x1b9)]('Error\x20getting\x20OIDC\x20URL\x20for\x20cluster\x20'+_0x15e485+':\x20'+_0x2d0fef),_0x23c7bb[_0x18b1a5(0x141)](_0x1ec561,_0x2d0fef);});});}else _0x62548f['cdeDT'](_0x2879d5,_0x5b38a5['cluster'][_0x181111(0x17e)][_0x181111(0x18f)][_0x181111(0x174)]);})[_0x2e32c5(0x161)](_0x4c316f=>{const _0xfdf7a7=_0x2e32c5;if(_0x62548f[_0xfdf7a7(0x17a)](_0x62548f[_0xfdf7a7(0x15a)],_0x62548f['Cwxdl']))logger[_0xfdf7a7(0x1b9)]('Error\x20getting\x20OIDC\x20URL\x20for\x20cluster\x20'+_0x1d3737+':\x20'+_0x4c316f),_0x62548f[_0xfdf7a7(0x164)](_0x635dff,_0x4c316f);else{const _0x47f598={'fKMVm':function(_0x84f2f1,_0x2fdea1){const _0x1708ea=_0xfdf7a7;return _0x400692[_0x1708ea(0x1c0)](_0x84f2f1,_0x2fdea1);},'rIUvz':function(_0x3f2341,_0x56e06c){const _0x30b8c7=_0xfdf7a7;return _0x400692[_0x30b8c7(0x1c0)](_0x3f2341,_0x56e06c);},'sAlzb':_0x400692[_0xfdf7a7(0x19e)]};return new _0xefa94((_0x66a0ab,_0x1f1ca0)=>{const _0x14f589=_0xfdf7a7,_0x392e35={};_0x392e35[_0x14f589(0x16a)]=_0x47f598['sAlzb'],_0x392e35[_0x14f589(0x17c)]=_0x1d179e;const _0x3c3a78=new _0x4bc26a[(_0x14f589(0x187))](_0x392e35);_0x3c3a78[_0x14f589(0x19c)]()[_0x14f589(0x192)]()['then'](_0xa1c33b=>{const _0x3ed123=_0x14f589;_0x47f598[_0x3ed123(0x179)](_0x66a0ab,_0xa1c33b);})['catch'](_0xed8088=>{const _0x5b00f6=_0x14f589;_0xa83d67[_0x5b00f6(0x1b9)]('Failed\x20to\x20fetch\x20Security\x20Groups\x20due\x20to\x20error:\x20'+_0xed8088),_0x47f598[_0x5b00f6(0x1be)](_0x1f1ca0,_0xed8088);});});}});}else{const _0x28b90b={'VMKij':function(_0x442fc6,_0x47729f){const _0x3d8a87=_0x2e32c5;return _0x62548f[_0x3d8a87(0x1af)](_0x442fc6,_0x47729f);},'OYYwK':function(_0x35080b,_0x3b7c69){const _0x3c8b8c=_0x2e32c5;return _0x62548f[_0x3c8b8c(0x178)](_0x35080b,_0x3b7c69);}},_0x5fb472={};_0x5fb472[_0x2e32c5(0x16a)]=_0x62548f[_0x2e32c5(0x13e)],_0x5fb472[_0x2e32c5(0x17c)]=_0x26ffd8;const _0x45235a=new _0x185251[(_0x2e32c5(0x187))](_0x5fb472);_0x45235a['describeVpcs']()[_0x2e32c5(0x192)]()[_0x2e32c5(0x175)](_0x23d417=>{const _0x3b91a6=_0x2e32c5;_0x28b90b[_0x3b91a6(0x1ac)](_0x29b33f,_0x23d417);})[_0x2e32c5(0x161)](_0x531b7f=>{const _0x15e455=_0x2e32c5;_0x27d6c5[_0x15e455(0x1b9)](_0x15e455(0x155)+_0x531b7f),_0x28b90b['OYYwK'](_0x1c55a1,_0x531b7f);});}});},exports[a25_0xc2a432(0x139)]=awsSDK;
@@ -1 +1 @@
1
- function a26_0xb771(_0x1dacb1,_0x5251c3){const _0x13a2fe=a26_0x13a2();return a26_0xb771=function(_0xb771fb,_0x5ec1f3){_0xb771fb=_0xb771fb-0x13e;let _0x1f321b=_0x13a2fe[_0xb771fb];return _0x1f321b;},a26_0xb771(_0x1dacb1,_0x5251c3);}const a26_0x28e529=a26_0xb771;(function(_0x48c4e4,_0x1491a3){const _0x19e9be=a26_0xb771,_0x14ae69=_0x48c4e4();while(!![]){try{const _0x3638af=parseInt(_0x19e9be(0x13e))/0x1*(-parseInt(_0x19e9be(0x14c))/0x2)+parseInt(_0x19e9be(0x154))/0x3+parseInt(_0x19e9be(0x157))/0x4+-parseInt(_0x19e9be(0x16d))/0x5*(-parseInt(_0x19e9be(0x174))/0x6)+-parseInt(_0x19e9be(0x145))/0x7+parseInt(_0x19e9be(0x161))/0x8*(-parseInt(_0x19e9be(0x158))/0x9)+parseInt(_0x19e9be(0x143))/0xa*(-parseInt(_0x19e9be(0x14a))/0xb);if(_0x3638af===_0x1491a3)break;else _0x14ae69['push'](_0x14ae69['shift']());}catch(_0x5c966d){_0x14ae69['push'](_0x14ae69['shift']());}}}(a26_0x13a2,0xe9196));const fs=require('fs'),path=require(a26_0x28e529(0x141)),yaml=require(a26_0x28e529(0x15e)),{CLOUDFORMATION_SCHEMA}=require(a26_0x28e529(0x167)),Promise=require('bluebird'),AWS=require(a26_0x28e529(0x140))['awsObj'],{CLUSTER_AUTOSCALER_STACK_NAME,COMMON_HST_TAGS}=require(a26_0x28e529(0x163)),{logger}=require(a26_0x28e529(0x142));Promise[a26_0x28e529(0x146)](fs);const addAutoscalerTags=async(_0x5cd777,_0x44ff1c,_0x5b6eac)=>{const _0x2149dd=a26_0x28e529;for(const _0x1452b7 in _0x5cd777[_0x2149dd(0x15a)]){_0x5cd777[_0x2149dd(0x15a)][_0x1452b7][_0x2149dd(0x153)]&&_0x5cd777[_0x2149dd(0x15a)][_0x1452b7][_0x2149dd(0x153)]['Tags']&&_0x5cd777[_0x2149dd(0x15a)][_0x1452b7][_0x2149dd(0x153)]['Tags'][_0x2149dd(0x173)](..._0x5b6eac);}};exports[a26_0x28e529(0x152)]=async _0x2e57cb=>{const _0x192955=a26_0x28e529,_0x123eb2={'KAszR':_0x192955(0x15f),'uDkWR':_0x192955(0x170),'xlDtw':_0x192955(0x160),'sHnbA':_0x192955(0x147),'AMJjQ':_0x192955(0x14b),'FNwMZ':_0x192955(0x16f),'aduWK':function(_0x3b646e,_0x5ee79d,_0x36bd37,_0x1ee2c6){return _0x3b646e(_0x5ee79d,_0x36bd37,_0x1ee2c6);},'uQEnH':_0x192955(0x14f),'TYKMl':'ClusterName','bOlSs':'CAPABILITY_NAMED_IAM','ZWpDu':_0x192955(0x176),'iNXPk':'stackCreateComplete'},_0x143462=COMMON_HST_TAGS,_0x4f3b1e={};_0x4f3b1e[_0x192955(0x16e)]=_0x123eb2[_0x192955(0x172)],_0x4f3b1e[_0x192955(0x16a)]=_0x2e57cb,_0x143462[_0x192955(0x173)](_0x4f3b1e),_0x143462['push']({'Key':_0x123eb2[_0x192955(0x166)],'Value':new Date()['valueOf']()[_0x192955(0x16c)]()});const _0x475757={};_0x475757[_0x192955(0x156)]=_0x123eb2[_0x192955(0x168)];const _0x11dca6=new AWS[(_0x192955(0x15c))](_0x475757),_0x236f09=await fs['readFileAsync'](path[_0x192955(0x175)](__dirname,'..',_0x123eb2[_0x192955(0x14d)],_0x123eb2[_0x192955(0x13f)]),_0x123eb2[_0x192955(0x144)]),_0x19fb34={};_0x19fb34['schema']=CLOUDFORMATION_SCHEMA;const _0x2710ee=yaml[_0x192955(0x149)](_0x236f09,_0x19fb34);_0x123eb2[_0x192955(0x171)](addAutoscalerTags,_0x2710ee,_0x2e57cb,_0x143462);const _0x4ca0a2=JSON[_0x192955(0x162)](_0x2710ee),_0x21c97e={};_0x21c97e[_0x192955(0x155)]=CLUSTER_AUTOSCALER_STACK_NAME+'-'+_0x2e57cb,_0x21c97e[_0x192955(0x169)]=_0x123eb2[_0x192955(0x165)],_0x21c97e[_0x192955(0x15d)]=_0x4ca0a2,_0x21c97e['Parameters']=[{'ParameterKey':_0x123eb2[_0x192955(0x151)],'ParameterValue':_0x2e57cb}],_0x21c97e['Capabilities']=[_0x123eb2[_0x192955(0x16b)]],_0x21c97e[_0x192955(0x15b)]=_0x143462;const _0xcaed20=_0x21c97e,_0x4dbc2c=await _0x11dca6[_0x192955(0x150)](_0xcaed20)['promise']();logger[_0x192955(0x14e)](_0x123eb2['ZWpDu']);const _0xd58b66={};return _0xd58b66[_0x192955(0x155)]=_0x4dbc2c['StackId'],_0x11dca6[_0x192955(0x164)](_0x123eb2[_0x192955(0x148)],_0xd58b66)[_0x192955(0x159)]();};function a26_0x13a2(){const _0x50692a=['createStack','TYKMl','createAutoscalerStack','Properties','4091247VvtnLp','StackName','apiVersion','5762964ifYpOU','1513053CjbZfJ','promise','Resources','Tags','CloudFormation','TemplateBody','js-yaml','browserstack:cluster','2010-05-15','8fcIKFo','stringify','../config/constants','waitFor','uQEnH','uDkWR','js-yaml-cloudformation-schema','xlDtw','OnFailure','Value','bOlSs','toString','5BWlmTd','Key','utf-8','browserstack:creationDate','aduWK','KAszR','push','2127858xxwEyw','join','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','108481zctpsZ','AMJjQ','./AWSUtils','path','../config/logger','7370yBsRxu','FNwMZ','8753206jZASJH','promisifyAll','templates','iNXPk','load','10109ytACwm','autoscaler-role-creation.yaml','2nWBkIV','sHnbA','debug','DELETE'];a26_0x13a2=function(){return _0x50692a;};return a26_0x13a2();}
1
+ const a26_0x15d2a5=a26_0x30cf;(function(_0x4c5725,_0x2d171c){const _0x56d709=a26_0x30cf,_0x3fec8f=_0x4c5725();while(!![]){try{const _0x57d002=parseInt(_0x56d709(0x10c))/0x1*(-parseInt(_0x56d709(0xec))/0x2)+-parseInt(_0x56d709(0x102))/0x3*(-parseInt(_0x56d709(0x10d))/0x4)+-parseInt(_0x56d709(0x111))/0x5+parseInt(_0x56d709(0x117))/0x6*(-parseInt(_0x56d709(0x114))/0x7)+parseInt(_0x56d709(0x108))/0x8+parseInt(_0x56d709(0x113))/0x9*(parseInt(_0x56d709(0xfb))/0xa)+parseInt(_0x56d709(0x115))/0xb*(parseInt(_0x56d709(0x10f))/0xc);if(_0x57d002===_0x2d171c)break;else _0x3fec8f['push'](_0x3fec8f['shift']());}catch(_0xf19f0){_0x3fec8f['push'](_0x3fec8f['shift']());}}}(a26_0x1902,0xe5660));const fs=require('fs'),path=require(a26_0x15d2a5(0x109)),yaml=require(a26_0x15d2a5(0x101)),{CLOUDFORMATION_SCHEMA}=require(a26_0x15d2a5(0x103)),Promise=require('bluebird'),AWS=require(a26_0x15d2a5(0xef))['awsObj'],{CLUSTER_AUTOSCALER_STACK_NAME,COMMON_HST_TAGS}=require(a26_0x15d2a5(0x112)),{logger}=require(a26_0x15d2a5(0x116));function a26_0x1902(){const _0x268676=['xAHbT','CloudFormation','browserstack:creationDate','DELETE','js-yaml','453gpSFmm','js-yaml-cloudformation-schema','waitFor','browserstack:cluster','MLver','Tags','13213912oajCMA','path','StackId','load','3KDfWIA','4352uIzcvA','apiVersion','12ciAKZY','schema','1910455QQljQR','../config/constants','2250cJDwoy','14JRMlRa','19067213KXlZTy','../config/logger','4875510VHrKDx','utf-8','promisifyAll','promise','readFileAsync','Capabilities','valueOf','stringify','Parameters','templates','Properties','JzpJO','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','autoscaler-role-creation.yaml','StackName','push','959522eJGovA','stackCreateComplete','createStack','./AWSUtils','TemplateBody','WYUwp','createAutoscalerStack','OlrMt','debug','join','OnFailure','FYZXv','Key','EahyT','Resources','33470aCOEkg','2010-05-15'];a26_0x1902=function(){return _0x268676;};return a26_0x1902();}function a26_0x30cf(_0x48058e,_0x27009b){const _0x1902f8=a26_0x1902();return a26_0x30cf=function(_0x30cf7f,_0x2525f4){_0x30cf7f=_0x30cf7f-0xe3;let _0x449859=_0x1902f8[_0x30cf7f];return _0x449859;},a26_0x30cf(_0x48058e,_0x27009b);}Promise[a26_0x15d2a5(0x119)](fs);const addAutoscalerTags=async(_0x14f75a,_0x16b2f9,_0x464e24)=>{const _0xd0fce9=a26_0x15d2a5;for(const _0x187b1e in _0x14f75a[_0xd0fce9(0xfa)]){_0x14f75a[_0xd0fce9(0xfa)][_0x187b1e][_0xd0fce9(0xe6)]&&_0x14f75a['Resources'][_0x187b1e][_0xd0fce9(0xe6)][_0xd0fce9(0x107)]&&_0x14f75a[_0xd0fce9(0xfa)][_0x187b1e][_0xd0fce9(0xe6)][_0xd0fce9(0x107)][_0xd0fce9(0xeb)](..._0x464e24);}};exports[a26_0x15d2a5(0xf2)]=async _0x51c8ae=>{const _0x2b1a03=a26_0x15d2a5,_0x35a789={'XngOk':_0x2b1a03(0x105),'OlrMt':_0x2b1a03(0xff),'xAHbT':_0x2b1a03(0xfc),'JzpJO':_0x2b1a03(0xe5),'EahyT':_0x2b1a03(0xe9),'FYZXv':_0x2b1a03(0x118),'uQyFe':function(_0x59c3b8,_0x53c97c,_0x2b0b79,_0x473ed9){return _0x59c3b8(_0x53c97c,_0x2b0b79,_0x473ed9);},'vpHhy':_0x2b1a03(0x100),'SIjkt':'ClusterName','FgtEB':'CAPABILITY_NAMED_IAM','MLver':_0x2b1a03(0xe8),'WYUwp':_0x2b1a03(0xed)},_0x24f088=COMMON_HST_TAGS,_0x2f8ef8={};_0x2f8ef8[_0x2b1a03(0xf8)]=_0x35a789['XngOk'],_0x2f8ef8['Value']=_0x51c8ae,_0x24f088[_0x2b1a03(0xeb)](_0x2f8ef8),_0x24f088[_0x2b1a03(0xeb)]({'Key':_0x35a789[_0x2b1a03(0xf3)],'Value':new Date()[_0x2b1a03(0x11d)]()['toString']()});const _0x567cc1={};_0x567cc1[_0x2b1a03(0x10e)]=_0x35a789[_0x2b1a03(0xfd)];const _0x1bb54b=new AWS[(_0x2b1a03(0xfe))](_0x567cc1),_0x5ba6fb=await fs[_0x2b1a03(0x11b)](path[_0x2b1a03(0xf5)](__dirname,'..',_0x35a789[_0x2b1a03(0xe7)],_0x35a789[_0x2b1a03(0xf9)]),_0x35a789[_0x2b1a03(0xf7)]),_0xb2d5f6={};_0xb2d5f6[_0x2b1a03(0x110)]=CLOUDFORMATION_SCHEMA;const _0x1154be=yaml[_0x2b1a03(0x10b)](_0x5ba6fb,_0xb2d5f6);_0x35a789['uQyFe'](addAutoscalerTags,_0x1154be,_0x51c8ae,_0x24f088);const _0x324412=JSON[_0x2b1a03(0xe3)](_0x1154be),_0x30c5a8={};_0x30c5a8['StackName']=CLUSTER_AUTOSCALER_STACK_NAME+'-'+_0x51c8ae,_0x30c5a8[_0x2b1a03(0xf6)]=_0x35a789['vpHhy'],_0x30c5a8[_0x2b1a03(0xf0)]=_0x324412,_0x30c5a8[_0x2b1a03(0xe4)]=[{'ParameterKey':_0x35a789['SIjkt'],'ParameterValue':_0x51c8ae}],_0x30c5a8[_0x2b1a03(0x11c)]=[_0x35a789['FgtEB']],_0x30c5a8[_0x2b1a03(0x107)]=_0x24f088;const _0x43ad8a=_0x30c5a8,_0x4cff0f=await _0x1bb54b[_0x2b1a03(0xee)](_0x43ad8a)[_0x2b1a03(0x11a)]();logger[_0x2b1a03(0xf4)](_0x35a789[_0x2b1a03(0x106)]);const _0x1e8844={};return _0x1e8844[_0x2b1a03(0xea)]=_0x4cff0f[_0x2b1a03(0x10a)],_0x1bb54b[_0x2b1a03(0x104)](_0x35a789[_0x2b1a03(0xf1)],_0x1e8844)[_0x2b1a03(0x11a)]();};
@@ -1 +1 @@
1
- const a27_0x4bf3dd=a27_0x221e;(function(_0xb6bd23,_0x39db17){const _0x2ba1c2=a27_0x221e,_0x288ee6=_0xb6bd23();while(!![]){try{const _0x1727ba=-parseInt(_0x2ba1c2(0x1bb))/0x1*(-parseInt(_0x2ba1c2(0x1c8))/0x2)+-parseInt(_0x2ba1c2(0x1e1))/0x3*(parseInt(_0x2ba1c2(0x1c2))/0x4)+parseInt(_0x2ba1c2(0x242))/0x5+-parseInt(_0x2ba1c2(0x247))/0x6+parseInt(_0x2ba1c2(0x1f5))/0x7+-parseInt(_0x2ba1c2(0x225))/0x8*(-parseInt(_0x2ba1c2(0x235))/0x9)+-parseInt(_0x2ba1c2(0x1b4))/0xa*(-parseInt(_0x2ba1c2(0x1aa))/0xb);if(_0x1727ba===_0x39db17)break;else _0x288ee6['push'](_0x288ee6['shift']());}catch(_0x5215ed){_0x288ee6['push'](_0x288ee6['shift']());}}}(a27_0x31c2,0xf2b64));const fs=require('fs'),path=require(a27_0x4bf3dd(0x1f8)),Promise=require('bluebird'),yaml=require(a27_0x4bf3dd(0x1bf)),{CLOUDFORMATION_SCHEMA}=require(a27_0x4bf3dd(0x1ae)),AWS=require(a27_0x4bf3dd(0x1b6))[a27_0x4bf3dd(0x1d5)],{CLUSTER_DEP_STACK_NAME,COMMON_HST_TAGS,global_registry}=require(a27_0x4bf3dd(0x23a)),{logger}=require(a27_0x4bf3dd(0x1ea)),{isBucketPresent}=require(a27_0x4bf3dd(0x1b6));function a27_0x221e(_0x20a333,_0x2fed91){const _0x31c26f=a27_0x31c2();return a27_0x221e=function(_0x221e18,_0x9a4a50){_0x221e18=_0x221e18-0x18f;let _0x44e6e7=_0x31c26f[_0x221e18];return _0x44e6e7;},a27_0x221e(_0x20a333,_0x2fed91);}function a27_0x31c2(){const _0x522db3=['yudwT','5|2|4|1|0|3','createStack','Tags','0|5|2|4|1|3','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','RYfiE','s3Bucket','pMIjf','WHIdI','ajKxJ','IiyOZ','padStart','VeEOH','DbEyb','stackCreateComplete','AZPdN','NodeGroupNameWindows','JZjKN','fpbcV','SubnetIds','zzFFF','kYjjI','mDCgA','Subnet02Block','ClusterName','KdoBh','VpcBlock','PlFaR','OpDxm','qYIyN','NodeGroup','NxAtS','aqEVG','hBGDF','OnFailure','toString','RKGBz','QJPUk','ZszcJ','kkyEi','YJyfv','2513753KsAXxW','forEach','RWLSw','dbiwA','js-yaml-cloudformation-schema','mJuVV','GmuTf','TemplateBody','Subnet02','-NodeGroup','10PkTQoH','CUySU','./AWSUtils','pmiMT','NodeAutoScalingGroupMaxSize','ENvLg','schema','13IzxLIp','WzutL','Key','createClusterStack','js-yaml','bZobP','CloudFormation','22228UetbwG','ParameterGroups','ticHD','rMgFI','CCkCv','rdHsX','18268jpyWhl','join','RGiKD','ridEw','RQYLS','IvBUN','XEjVL','BglQH','Outputs','IVALl','wiXQO','gIBfa','rNIKM','awsObj','qyJHq','EKSCluster','NRKMm','AWS::CloudFormation::Interface','Resources','VPC','qFNxB','mIvrG','true','ResourcesVpcConfig','hVtry','1002VhwtYz','promise','NodeAutoScalingGroupMinSize','WJHKH','NodeAutoScalingGroupDesiredSizeWindows','value','mtTWL','uICQF','bxDGW','../config/logger','siNXA','GxdJl','NNzKw','XJmeG','pcrtq','cmpWR','push','IAXKN','DependsOn','tgCkJ','11275264wkEpax','RlqqU','JbkXO','path','xkQEk','CFTemplates','browserstack:cluster','NodeGroupName','apiVersion','Parameters','zQPLl','subnet-create.yaml','jHYAF','wuMqz','Value','ParameterValue','Ref','IUXdT','pZqON','subnet-import.yaml','s3-create.yaml','Kdedh','NodeGroupWindows','Subnet01Block','readFileAsync','pSoen','YXRZE','RCeTP','load','fMShb','Subnets','xlYRi','StackName','bEmrP','zSkiu','Takvn','Metadata','TSiBt','VRlZT','browserstack:creationDate','hNXkJ','teLIn','hBorL','Properties','DELETE','XlNMU','oSSvG','Subnet','11728zCklxL','keys','Fn::Join','OvOhq','OHQqW','-Windows-NodeGroup','split','utf-8','waitFor','LdQJo','S3BucketName','rOtOb','NodeAutoScalingGroupMinSizeWindows','SNIFa','CAPABILITY_NAMED_IAM','Capabilities','9432VZdgHM','LYnuP','HjLoG','jBTsC','Youwd','../config/constants','IJGCS','SeTiR','fcUAw','aws-eks-cluster-dep.yaml','ami','RQITt','nCmAV','3140095YQnfuw','xcDvc','GcqWx','ParameterKey','instanceType','7633308tAilMF','VIayH','vpc-create.yaml'];a27_0x31c2=function(){return _0x522db3;};return a27_0x31c2();}Promise['promisifyAll'](fs);const mergeTemplates=(_0x5c547f,_0x4c37d2)=>{const _0x1f609c=a27_0x4bf3dd,_0x518e71={};_0x518e71[_0x1f609c(0x212)]=function(_0x5f4291,_0x498cea){return _0x5f4291!==_0x498cea;},_0x518e71[_0x1f609c(0x21f)]=_0x1f609c(0x1a5),_0x518e71[_0x1f609c(0x1ce)]='ZCNHJ',_0x518e71[_0x1f609c(0x1ec)]=_0x1f609c(0x1f4),_0x518e71['SeTiR']=_0x1f609c(0x1eb);const _0x4fc27b=_0x518e71;Object['keys'](_0x4c37d2)[_0x1f609c(0x1ab)](_0x32fde4=>{const _0x59132a=_0x1f609c,_0x52ef69={'qyJHq':function(_0x36ae6a,_0x58dec0){return _0x4fc27b['fMShb'](_0x36ae6a,_0x58dec0);},'sXYhq':_0x4fc27b['hBorL'],'IUXdT':_0x4fc27b['XEjVL']};if(_0x4fc27b[_0x59132a(0x212)](_0x4fc27b['GxdJl'],_0x4fc27b[_0x59132a(0x23c)])){var _0x1f429c=_0x4c37d2[_0x32fde4];Object['keys'](_0x1f429c)['forEach'](_0x477f56=>{const _0x394c14=_0x59132a;_0x52ef69[_0x394c14(0x1d6)](_0x52ef69['sXYhq'],_0x52ef69[_0x394c14(0x206)])?_0x5c547f[_0x32fde4][_0x477f56]=_0x1f429c[_0x477f56]:_0x2a2442[_0x394c14(0x1da)][_0x439a9f][_0x394c14(0x220)][_0x394c14(0x24d)][_0x394c14(0x1f1)](..._0x79c1ac);});}else _0xf722eb[_0x4c6d3e[_0x59132a(0x1bd)]]=_0x150417[_0x59132a(0x203)];});},addVPCData=async(_0x297dc9,_0x325257)=>{const _0x580554=a27_0x4bf3dd,_0x44a6e8={'IVALl':function(_0x568ed0,_0x2e8632){return _0x568ed0!==_0x2e8632;},'yudwT':_0x580554(0x214),'TSiBt':_0x580554(0x1fa),'bZobP':'vpc-import.yaml','VeEOH':_0x580554(0x22c),'wuMqz':function(_0x42aaa1,_0x2de9e9,_0x15f294){return _0x42aaa1(_0x2de9e9,_0x15f294);},'ticHD':'AWS::CloudFormation::Interface','SNIFa':_0x580554(0x1db),'pmiMT':function(_0x2b3589,_0x2d4327){return _0x2b3589===_0x2d4327;},'zmvqV':_0x580554(0x1e8),'OHQqW':_0x580554(0x241),'NepNG':_0x580554(0x249),'rNIKM':_0x580554(0x19b)};if(_0x325257){if(_0x44a6e8[_0x580554(0x1d1)](_0x44a6e8['yudwT'],_0x44a6e8[_0x580554(0x24a)]))_0x3fcf63[_0x580554(0x1da)][_0x57a03f]['Properties']&&_0x3a3157[_0x580554(0x1da)][_0x113877][_0x580554(0x220)][_0x580554(0x24d)]&&_0x31db88[_0x580554(0x1da)][_0x41310d][_0x580554(0x220)][_0x580554(0x24d)][_0x580554(0x1f1)](..._0x38ab59);else{const _0x4cda45=await fs[_0x580554(0x20d)](path[_0x580554(0x1c9)](__dirname,'..',_0x44a6e8[_0x580554(0x21a)],_0x44a6e8[_0x580554(0x1c0)]),_0x44a6e8[_0x580554(0x257)]),_0x15a7c8={};_0x15a7c8['schema']=CLOUDFORMATION_SCHEMA;const _0x18f606=yaml[_0x580554(0x211)](_0x4cda45,_0x15a7c8);_0x44a6e8[_0x580554(0x202)](mergeTemplates,_0x297dc9,_0x18f606),_0x297dc9[_0x580554(0x219)][_0x44a6e8['ticHD']]['ParameterGroups'][0x0][_0x580554(0x1fe)]['push'](_0x44a6e8[_0x580554(0x232)]);}}else{if(_0x44a6e8[_0x580554(0x1b7)](_0x44a6e8['zmvqV'],_0x44a6e8[_0x580554(0x229)]))_0x41661e[_0x53639f][_0x23bd64]=_0x59f34c[_0x3a4fa6];else{const _0x5ca6a6=await fs['readFileAsync'](path['join'](__dirname,'..',_0x44a6e8[_0x580554(0x21a)],_0x44a6e8['NepNG']),_0x44a6e8[_0x580554(0x257)]),_0x5dba96={};_0x5dba96[_0x580554(0x1ba)]=CLOUDFORMATION_SCHEMA;const _0x277e26=yaml[_0x580554(0x211)](_0x5ca6a6,_0x5dba96);_0x44a6e8[_0x580554(0x202)](mergeTemplates,_0x297dc9,_0x277e26),_0x297dc9[_0x580554(0x219)][_0x44a6e8[_0x580554(0x1c4)]][_0x580554(0x1c3)][0x0]['Parameters'][_0x580554(0x1f1)](_0x44a6e8[_0x580554(0x1d4)]);}}},addS3Data=async _0x46ad58=>{const _0x2910fc=a27_0x4bf3dd,_0x41aaf1={'KapdK':'NodeGroup','aqEVG':_0x2910fc(0x20b),'ZszcJ':_0x2910fc(0x1fa),'bxDGW':_0x2910fc(0x209),'HjLoG':'utf-8','hNXkJ':function(_0x1248c7,_0x4ab816){return _0x1248c7(_0x4ab816);},'HQOsR':function(_0x126d0d,_0x27ea5d){return _0x126d0d===_0x27ea5d;},'YJyfv':function(_0x318147,_0x53085a){return _0x318147!==_0x53085a;},'YXRZE':_0x2910fc(0x258),'WBxLT':_0x2910fc(0x244),'RQYLS':function(_0x4ec3d3,_0x5813b7,_0x3c2c0e){return _0x4ec3d3(_0x5813b7,_0x3c2c0e);}},_0x5688a4=await fs[_0x2910fc(0x20d)](path[_0x2910fc(0x1c9)](__dirname,'..',_0x41aaf1[_0x2910fc(0x1a7)],_0x41aaf1[_0x2910fc(0x1e9)]),_0x41aaf1[_0x2910fc(0x237)]),_0x468d93={};_0x468d93[_0x2910fc(0x1ba)]=CLOUDFORMATION_SCHEMA;const _0x379c5c=yaml['load'](_0x5688a4,_0x468d93),_0x59e3f4=await _0x41aaf1[_0x2910fc(0x21d)](isBucketPresent,global_registry['s3Bucket']);if(_0x41aaf1['HQOsR'](_0x59e3f4,![])){if(_0x41aaf1[_0x2910fc(0x1a9)](_0x41aaf1[_0x2910fc(0x20f)],_0x41aaf1['WBxLT']))_0x41aaf1[_0x2910fc(0x1cc)](mergeTemplates,_0x46ad58,_0x379c5c);else{for(const _0x2360e5 in _0x30e17a[_0x2910fc(0x1da)]){_0x1f24df[_0x2910fc(0x1da)][_0x2360e5][_0x2910fc(0x220)]&&_0x5299ef[_0x2910fc(0x1da)][_0x2360e5]['Properties'][_0x2910fc(0x24d)]&&_0x521f9c[_0x2910fc(0x1da)][_0x2360e5]['Properties']['Tags'][_0x2910fc(0x1f1)](..._0xabcbd);}const _0x30ffdf={};_0x596dc6[_0x2910fc(0x1ab)](_0x5557d3=>{const _0x590d1b=_0x2910fc;_0x30ffdf[_0x5557d3[_0x590d1b(0x1bd)]]=_0x5557d3['Value'];}),_0x5665a0[_0x2910fc(0x1da)][_0x41aaf1['KapdK']][_0x2910fc(0x220)][_0x2910fc(0x24d)]=_0x30ffdf,_0x343f59[_0x2910fc(0x1da)][_0x41aaf1[_0x2910fc(0x1a1)]][_0x2910fc(0x220)][_0x2910fc(0x24d)]=_0x30ffdf;}}},addSubnetData=async(_0x201d2b,_0x225583)=>{const _0x4a658c=a27_0x4bf3dd,_0x1152a9={'gIBfa':_0x4a658c(0x24b),'GmuTf':_0x4a658c(0x227),'oSSvG':function(_0x530e28,_0x513993){return _0x530e28(_0x513993);},'ridEw':function(_0x114b6c,_0x4d425d){return _0x114b6c(_0x4d425d);},'hVtry':_0x4a658c(0x1d9),'dbiwA':function(_0x1e9ca4,_0x3ca71c){return _0x1e9ca4(_0x3ca71c);},'IiyOZ':function(_0x26bf9e,_0x963694){return _0x26bf9e(_0x963694);},'QJPUk':function(_0x377cb4,_0x33bd86,_0xd0aa30){return _0x377cb4(_0x33bd86,_0xd0aa30);},'NNzKw':function(_0x5b8f63,_0x40fa29){return _0x5b8f63===_0x40fa29;},'mJuVV':_0x4a658c(0x190),'XJmeG':_0x4a658c(0x24e),'CCkCv':function(_0x260abf,_0x2e4ca5){return _0x260abf(_0x2e4ca5);},'mIvrG':function(_0x5ab39f,_0x7e233e){return _0x5ab39f(_0x7e233e);},'jBTsC':function(_0x31b5e8,_0xb9b9c0){return _0x31b5e8(_0xb9b9c0);},'oXeyv':function(_0x363b53,_0x5c2e4d){return _0x363b53(_0x5c2e4d);},'WzutL':function(_0x5ab6e2,_0x436ed9){return _0x5ab6e2!==_0x436ed9;},'jHYAF':'nXLJH','OvOhq':_0x4a658c(0x1fa),'pZqON':_0x4a658c(0x208),'zSkiu':'utf-8','IAXKN':function(_0x2c3d0b,_0x4a63f9,_0x2e17ef){return _0x2c3d0b(_0x4a63f9,_0x2e17ef);},'pMIjf':function(_0x25190f,_0x4620c8){return _0x25190f!==_0x4620c8;},'bEmrP':_0x4a658c(0x230),'WHIdI':'QmNom','bRYVq':_0x4a658c(0x200),'xcDvc':function(_0x7d2c46,_0x31c51d,_0x5f282b){return _0x7d2c46(_0x31c51d,_0x5f282b);},'mtTWL':'Subnet01','RlqqU':_0x4a658c(0x1b2),'fpbcV':'Subnet03','QMlNt':_0x4a658c(0x20c),'hygWD':_0x4a658c(0x198),'VIayH':'Subnet03Block'};if(_0x225583){if(_0x1152a9[_0x4a658c(0x1bc)](_0x1152a9[_0x4a658c(0x201)],_0x1152a9[_0x4a658c(0x201)])){const _0x5df1ea=_0x1152a9[_0x4a658c(0x1d3)][_0x4a658c(0x22b)]('|');let _0x4509a6=0x0;while(!![]){switch(_0x5df1ea[_0x4509a6++]){case'0':_0x4cb53c[_0x4a658c(0x1d0)][_0x4a658c(0x194)][_0x4a658c(0x203)][_0x1152a9[_0x4a658c(0x1b0)]][0x1]['push']({'Ref':_0x4a658c(0x224)+_0x1152a9[_0x4a658c(0x223)](_0x26026b,_0x340741)['padStart'](0x2,'0')});continue;case'1':_0x4596d9['Resources'][_0x4a658c(0x20b)][_0x4a658c(0x220)][_0x4a658c(0x213)]['push']({'Ref':_0x4a658c(0x224)+_0x1152a9[_0x4a658c(0x1cb)](_0x1b217f,_0x4d7b43)[_0x4a658c(0x256)](0x2,'0')});continue;case'2':_0x431aa5[_0x4a658c(0x219)][_0x1152a9[_0x4a658c(0x1e0)]][_0x4a658c(0x1c3)][0x0]['Parameters'][_0x4a658c(0x1f1)](_0x4a658c(0x224)+_0x1152a9[_0x4a658c(0x223)](_0x355e5d,_0x4e617c)[_0x4a658c(0x256)](0x2,'0'));continue;case'3':_0x5afc8+=0x1;continue;case'4':_0x579352['Resources'][_0x4a658c(0x19f)][_0x4a658c(0x220)]['Subnets'][_0x4a658c(0x1f1)]({'Ref':_0x4a658c(0x224)+_0x1152a9[_0x4a658c(0x1ad)](_0x34cbc4,_0x2c52ef)[_0x4a658c(0x256)](0x2,'0')});continue;case'5':_0x534371[_0x4a658c(0x1da)]['EKSCluster'][_0x4a658c(0x220)][_0x4a658c(0x1df)][_0x4a658c(0x194)]['push']({'Ref':_0x4a658c(0x224)+_0x1152a9[_0x4a658c(0x255)](_0x1eb003,_0x30f95b)[_0x4a658c(0x256)](0x2,'0')});continue;}break;}}else{const _0x17165c=await fs[_0x4a658c(0x20d)](path[_0x4a658c(0x1c9)](__dirname,'..',_0x1152a9[_0x4a658c(0x228)],_0x1152a9[_0x4a658c(0x207)]),_0x1152a9[_0x4a658c(0x217)]),_0x1e42b5={};_0x1e42b5['schema']=CLOUDFORMATION_SCHEMA;const _0x336608=yaml[_0x4a658c(0x211)](_0x17165c,_0x1e42b5);_0x1152a9[_0x4a658c(0x1f2)](mergeTemplates,_0x201d2b,_0x336608);let _0x46d94b=0x1;_0x225583[_0x4a658c(0x1ab)](_0x54ec1d=>{const _0x1867b8=_0x4a658c,_0x3533bf={'NxAtS':function(_0x4a85e4,_0x323b7e,_0x22b56d){const _0x3e3d05=a27_0x221e;return _0x1152a9[_0x3e3d05(0x1a6)](_0x4a85e4,_0x323b7e,_0x22b56d);}};if(_0x1152a9[_0x1867b8(0x1ed)](_0x1152a9[_0x1867b8(0x1af)],_0x1152a9[_0x1867b8(0x1af)])){const _0x4e5fb4=_0x1152a9[_0x1867b8(0x1ee)][_0x1867b8(0x22b)]('|');let _0x4cbc07=0x0;while(!![]){switch(_0x4e5fb4[_0x4cbc07++]){case'0':_0x201d2b[_0x1867b8(0x1da)]['EKSCluster'][_0x1867b8(0x220)][_0x1867b8(0x1df)][_0x1867b8(0x194)]['push']({'Ref':'Subnet'+_0x1152a9[_0x1867b8(0x1c6)](String,_0x46d94b)[_0x1867b8(0x256)](0x2,'0')});continue;case'1':_0x201d2b[_0x1867b8(0x1d0)][_0x1867b8(0x194)]['Value'][_0x1152a9[_0x1867b8(0x1b0)]][0x1]['push']({'Ref':_0x1867b8(0x224)+_0x1152a9[_0x1867b8(0x1dd)](String,_0x46d94b)['padStart'](0x2,'0')});continue;case'2':_0x201d2b[_0x1867b8(0x1da)][_0x1867b8(0x19f)]['Properties'][_0x1867b8(0x213)][_0x1867b8(0x1f1)]({'Ref':_0x1867b8(0x224)+_0x1152a9['mIvrG'](String,_0x46d94b)['padStart'](0x2,'0')});continue;case'3':_0x46d94b+=0x1;continue;case'4':_0x201d2b[_0x1867b8(0x1da)][_0x1867b8(0x20b)][_0x1867b8(0x220)][_0x1867b8(0x213)][_0x1867b8(0x1f1)]({'Ref':'Subnet'+_0x1152a9[_0x1867b8(0x1c6)](String,_0x46d94b)[_0x1867b8(0x256)](0x2,'0')});continue;case'5':_0x201d2b[_0x1867b8(0x219)][_0x1152a9['hVtry']][_0x1867b8(0x1c3)][0x0][_0x1867b8(0x1fe)]['push'](_0x1867b8(0x224)+_0x1152a9[_0x1867b8(0x238)](String,_0x46d94b)[_0x1867b8(0x256)](0x2,'0'));continue;}break;}}else _0x3533bf[_0x1867b8(0x1a0)](_0x46cba3,_0x3df7d2,_0x385944);});}}else{if(_0x1152a9[_0x4a658c(0x252)](_0x1152a9[_0x4a658c(0x216)],_0x1152a9[_0x4a658c(0x253)])){const _0x1a35eb=await fs[_0x4a658c(0x20d)](path[_0x4a658c(0x1c9)](__dirname,'..',_0x1152a9[_0x4a658c(0x228)],_0x1152a9['bRYVq']),_0x1152a9[_0x4a658c(0x217)]),_0x3d2fdf={};_0x3d2fdf[_0x4a658c(0x1ba)]=CLOUDFORMATION_SCHEMA;const _0x545e6d=yaml['load'](_0x1a35eb,_0x3d2fdf);_0x1152a9[_0x4a658c(0x243)](mergeTemplates,_0x201d2b,_0x545e6d),_0x201d2b[_0x4a658c(0x1da)][_0x4a658c(0x1d7)][_0x4a658c(0x1f3)][_0x4a658c(0x1f1)](_0x1152a9[_0x4a658c(0x1e7)],_0x1152a9[_0x4a658c(0x1f6)],_0x1152a9[_0x4a658c(0x193)]);const _0x30a0dc={};_0x30a0dc[_0x4a658c(0x205)]=_0x1152a9[_0x4a658c(0x1e7)];const _0x1b1214={};_0x1b1214[_0x4a658c(0x205)]=_0x1152a9[_0x4a658c(0x1f6)];const _0x33b781={};_0x33b781[_0x4a658c(0x205)]=_0x1152a9['fpbcV'],_0x201d2b[_0x4a658c(0x1da)][_0x4a658c(0x1d7)][_0x4a658c(0x220)][_0x4a658c(0x1df)][_0x4a658c(0x194)]=[_0x30a0dc,_0x1b1214,_0x33b781],_0x201d2b['Metadata'][_0x1152a9[_0x4a658c(0x1e0)]][_0x4a658c(0x1c3)][0x0][_0x4a658c(0x1fe)][_0x4a658c(0x1f1)](_0x1152a9['QMlNt'],_0x1152a9['hygWD'],_0x1152a9[_0x4a658c(0x248)]);const _0x42aa74={};_0x42aa74[_0x4a658c(0x205)]=_0x1152a9['mtTWL'];const _0x1b53a1={};_0x1b53a1[_0x4a658c(0x205)]=_0x1152a9[_0x4a658c(0x1f6)];const _0x16373d={};_0x16373d[_0x4a658c(0x205)]=_0x1152a9[_0x4a658c(0x193)],_0x201d2b[_0x4a658c(0x1da)][_0x4a658c(0x19f)]['Properties'][_0x4a658c(0x213)]=[_0x42aa74,_0x1b53a1,_0x16373d];const _0x5bdd8f={};_0x5bdd8f[_0x4a658c(0x205)]=_0x1152a9[_0x4a658c(0x1e7)];const _0x92957a={};_0x92957a['Ref']=_0x1152a9[_0x4a658c(0x1f6)];const _0x454a8d={};_0x454a8d[_0x4a658c(0x205)]=_0x1152a9[_0x4a658c(0x193)],_0x201d2b[_0x4a658c(0x1da)][_0x4a658c(0x20b)][_0x4a658c(0x220)][_0x4a658c(0x213)]=[_0x5bdd8f,_0x92957a,_0x454a8d],_0x201d2b[_0x4a658c(0x1d0)][_0x4a658c(0x194)][_0x4a658c(0x203)][_0x1152a9[_0x4a658c(0x1b0)]][0x1]=[{'Ref':_0x1152a9[_0x4a658c(0x1e7)]},{'Ref':_0x1152a9['RlqqU']},{'Ref':_0x1152a9[_0x4a658c(0x193)]}];}else _0x28f977['Parameters'][_0x4a658c(0x1f1)]({'ParameterKey':_0x4a658c(0x224)+_0x1152a9['oXeyv'](_0x405eb4,_0x194ec0)[_0x4a658c(0x256)](0x2,'0'),'ParameterValue':_0x582387[_0x4a658c(0x1e6)]}),_0xeef6ef+=0x1;}},addTags=async(_0x19b684,_0x186c2b,_0x21009a)=>{const _0x3a42bc=a27_0x4bf3dd,_0x51c59e={'NRKMm':_0x3a42bc(0x1db),'ZdqLD':function(_0x57a494,_0x20adbe){return _0x57a494(_0x20adbe);},'rdHsX':function(_0x335f62,_0x22f48c){return _0x335f62===_0x22f48c;},'NhYpz':_0x3a42bc(0x1cd),'dhTjQ':_0x3a42bc(0x21e),'rDWgI':function(_0x64b6f8,_0x244a0d){return _0x64b6f8!==_0x244a0d;},'xkQEk':_0x3a42bc(0x23d),'RYfiE':_0x3a42bc(0x195),'LYnuP':function(_0x5f08a3,_0x2b7b01){return _0x5f08a3!==_0x2b7b01;},'wiXQO':_0x3a42bc(0x254),'LdQJo':_0x3a42bc(0x196),'Takvn':_0x3a42bc(0x19f),'BglQH':_0x3a42bc(0x20b)};for(const _0x1171ff in _0x19b684[_0x3a42bc(0x1da)]){if(_0x51c59e['rDWgI'](_0x51c59e[_0x3a42bc(0x1f9)],_0x51c59e[_0x3a42bc(0x250)])){if(_0x19b684[_0x3a42bc(0x1da)][_0x1171ff]['Properties']&&_0x19b684[_0x3a42bc(0x1da)][_0x1171ff][_0x3a42bc(0x220)][_0x3a42bc(0x24d)]){if(_0x51c59e[_0x3a42bc(0x236)](_0x51c59e[_0x3a42bc(0x1d2)],_0x51c59e[_0x3a42bc(0x22e)]))_0x19b684[_0x3a42bc(0x1da)][_0x1171ff][_0x3a42bc(0x220)][_0x3a42bc(0x24d)][_0x3a42bc(0x1f1)](..._0x21009a);else{const _0x1c8110={};_0x1c8110[_0x3a42bc(0x245)]=_0x51c59e[_0x3a42bc(0x1d8)],_0x1c8110[_0x3a42bc(0x204)]=_0x376ea5,_0x32504f[_0x3a42bc(0x1fe)][_0x3a42bc(0x1f1)](_0x1c8110);}}}else{const _0x2044af={'OpDxm':function(_0xac4187,_0x395d9a){return _0x51c59e['ZdqLD'](_0xac4187,_0x395d9a);}};let _0x5b71ed=0x1;_0x31607e[_0x3a42bc(0x1ab)](_0x528269=>{const _0x2d42ea=_0x3a42bc;_0xd59c8d[_0x2d42ea(0x1fe)][_0x2d42ea(0x1f1)]({'ParameterKey':_0x2d42ea(0x224)+_0x2044af[_0x2d42ea(0x19d)](_0x1317af,_0x5b71ed)[_0x2d42ea(0x256)](0x2,'0'),'ParameterValue':_0x528269['value']}),_0x5b71ed+=0x1;});}}const _0x5788cd={};_0x21009a[_0x3a42bc(0x1ab)](_0x694a50=>{const _0x5462bf=_0x3a42bc;_0x51c59e[_0x5462bf(0x1c7)](_0x51c59e['NhYpz'],_0x51c59e['dhTjQ'])?_0x14775b['keys'](_0x2bb5cd)['forEach'](_0x30df33=>{const _0x30681f=_0x5462bf;var _0x4a3e9e=_0x400da3[_0x30df33];_0x30fae4[_0x30681f(0x226)](_0x4a3e9e)[_0x30681f(0x1ab)](_0x5f2682=>{_0x21ae84[_0x30df33][_0x5f2682]=_0x4a3e9e[_0x5f2682];});}):_0x5788cd[_0x694a50[_0x5462bf(0x1bd)]]=_0x694a50['Value'];}),_0x19b684[_0x3a42bc(0x1da)][_0x51c59e[_0x3a42bc(0x218)]][_0x3a42bc(0x220)][_0x3a42bc(0x24d)]=_0x5788cd,_0x19b684[_0x3a42bc(0x1da)][_0x51c59e[_0x3a42bc(0x1cf)]]['Properties'][_0x3a42bc(0x24d)]=_0x5788cd;};exports[a27_0x4bf3dd(0x1be)]=async(_0x229056,_0x51c68e,_0x317029,_0xeaaee0=null,_0x10e9b1=null,_0x3828c2)=>{const _0x55484c=a27_0x4bf3dd,_0x386450={'pSoen':function(_0x1dfc59,_0x5c7db1){return _0x1dfc59(_0x5c7db1);},'Youwd':_0x55484c(0x1fb),'mDCgA':_0x55484c(0x21c),'RCeTP':'2010-05-15','JZjKN':'CFTemplates','dBUTr':_0x55484c(0x23e),'pcrtq':_0x55484c(0x22c),'WJHKH':function(_0x12c9cd,_0x39d99c,_0x4e8813){return _0x12c9cd(_0x39d99c,_0x4e8813);},'rMgFI':function(_0x2763a1,_0x1687cf){return _0x2763a1(_0x1687cf);},'hBGDF':function(_0xf12683,_0x537691,_0x170098,_0x1ab707){return _0xf12683(_0x537691,_0x170098,_0x1ab707);},'EnRXa':_0x55484c(0x221),'RWLSw':_0x55484c(0x199),'RQITt':_0x55484c(0x1fc),'KdoBh':_0x55484c(0x1e3),'imYSW':_0x55484c(0x231),'PlFaR':_0x55484c(0x1e5),'kJoQl':_0x55484c(0x1b8),'ftDGw':'NodeImageId','ENvLg':'NodeInstanceType','Kdedh':_0x55484c(0x22f),'XlNMU':_0x55484c(0x191),'JbkXO':'ClusterAutoUpgrade','qFNxB':_0x55484c(0x1de),'CUySU':'false','qYIyN':_0x55484c(0x233),'EkGMI':function(_0x4ced71,_0x57b2b4){return _0x4ced71!=_0x57b2b4;},'kkyEi':function(_0x9518ea,_0x54a74c){return _0x9518ea!==_0x54a74c;},'cmpWR':function(_0x3888e7,_0xe7d22){return _0x3888e7!==_0xe7d22;},'RGiKD':'tHrOb','zQPLl':'vxsjK','kbsEM':_0x55484c(0x1db),'VRlZT':function(_0x2562ed,_0x27e3af){return _0x2562ed!=_0x27e3af;},'kmgXP':_0x55484c(0x24f),'IJGCS':_0x55484c(0x18f)},_0x1cf762=COMMON_HST_TAGS,_0x81dd87={};_0x81dd87[_0x55484c(0x1bd)]=_0x386450[_0x55484c(0x239)],_0x81dd87[_0x55484c(0x203)]=_0x229056,_0x1cf762[_0x55484c(0x1f1)](_0x81dd87),_0x1cf762[_0x55484c(0x1f1)]({'Key':_0x386450[_0x55484c(0x197)],'Value':new Date()['valueOf']()[_0x55484c(0x1a4)]()});const _0x21bd93={};_0x21bd93[_0x55484c(0x1fd)]=_0x386450[_0x55484c(0x210)];const _0x179777=new AWS[(_0x55484c(0x1c1))](_0x21bd93),_0x4ef825=await fs[_0x55484c(0x20d)](path[_0x55484c(0x1c9)](__dirname,'..',_0x386450[_0x55484c(0x192)],_0x386450['dBUTr']),_0x386450[_0x55484c(0x1ef)]),_0x52779f={};_0x52779f[_0x55484c(0x1ba)]=CLOUDFORMATION_SCHEMA;const _0x42954d=yaml[_0x55484c(0x211)](_0x4ef825,_0x52779f);await _0x386450[_0x55484c(0x1e4)](addVPCData,_0x42954d,_0xeaaee0),await _0x386450[_0x55484c(0x1c5)](addS3Data,_0x42954d),await _0x386450[_0x55484c(0x1e4)](addSubnetData,_0x42954d,_0x10e9b1),await _0x386450[_0x55484c(0x1a2)](addTags,_0x42954d,_0x229056,_0x1cf762);const _0x2eb8ae=JSON['stringify'](_0x42954d),_0x60e768={};_0x60e768[_0x55484c(0x215)]=CLUSTER_DEP_STACK_NAME+'-'+_0x229056,_0x60e768[_0x55484c(0x1a3)]=_0x386450['EnRXa'],_0x60e768[_0x55484c(0x1b1)]=_0x2eb8ae,_0x60e768[_0x55484c(0x1fe)]=[{'ParameterKey':_0x386450[_0x55484c(0x1ac)],'ParameterValue':_0x229056},{'ParameterKey':_0x386450[_0x55484c(0x240)],'ParameterValue':_0x229056+_0x55484c(0x1b3)},{'ParameterKey':_0x386450[_0x55484c(0x19a)],'ParameterValue':''+_0x51c68e},{'ParameterKey':_0x386450['imYSW'],'ParameterValue':'0'},{'ParameterKey':_0x386450[_0x55484c(0x19c)],'ParameterValue':'1'},{'ParameterKey':_0x386450['kJoQl'],'ParameterValue':''+_0x317029},{'ParameterKey':_0x386450['ftDGw'],'ParameterValue':global_registry[_0x55484c(0x23f)]},{'ParameterKey':_0x386450[_0x55484c(0x1b9)],'ParameterValue':global_registry[_0x55484c(0x246)]},{'ParameterKey':_0x386450[_0x55484c(0x20a)],'ParameterValue':global_registry[_0x55484c(0x251)]},{'ParameterKey':_0x386450[_0x55484c(0x222)],'ParameterValue':_0x229056+_0x55484c(0x22a)},{'ParameterKey':_0x386450[_0x55484c(0x1f7)],'ParameterValue':_0x3828c2?_0x386450[_0x55484c(0x1dc)]:_0x386450[_0x55484c(0x1b5)]}],_0x60e768[_0x55484c(0x234)]=[_0x386450[_0x55484c(0x19e)]],_0x60e768[_0x55484c(0x24d)]=_0x1cf762;const _0x2e8194=_0x60e768;if(_0x386450['EkGMI'](_0xeaaee0,null)&&_0x386450[_0x55484c(0x1a8)](_0xeaaee0,undefined)){if(_0x386450[_0x55484c(0x1f0)](_0x386450[_0x55484c(0x1ca)],_0x386450[_0x55484c(0x1ff)])){const _0x477f40={};_0x477f40[_0x55484c(0x245)]=_0x386450['kbsEM'],_0x477f40[_0x55484c(0x204)]=_0xeaaee0,_0x2e8194[_0x55484c(0x1fe)][_0x55484c(0x1f1)](_0x477f40);}else{var _0x10d2c3=_0x278215[_0xb0cb75];_0x1b1514[_0x55484c(0x226)](_0x10d2c3)[_0x55484c(0x1ab)](_0x3b8db6=>{_0x5df654[_0x23e7a7][_0x3b8db6]=_0x10d2c3[_0x3b8db6];});}}if(_0x386450[_0x55484c(0x21b)](_0x10e9b1,null)&&_0x386450[_0x55484c(0x1f0)](_0x10e9b1,undefined)){let _0x451fd6=0x1;_0x10e9b1[_0x55484c(0x1ab)](_0x522f8a=>{const _0x490c43=_0x55484c;_0x2e8194[_0x490c43(0x1fe)][_0x490c43(0x1f1)]({'ParameterKey':_0x490c43(0x224)+_0x386450[_0x490c43(0x20e)](String,_0x451fd6)[_0x490c43(0x256)](0x2,'0'),'ParameterValue':_0x522f8a[_0x490c43(0x1e6)]}),_0x451fd6+=0x1;});}const _0x48c8e1=await _0x179777[_0x55484c(0x24c)](_0x2e8194)[_0x55484c(0x1e2)]();logger['debug'](_0x386450['kmgXP']);const _0x342414={};return _0x342414[_0x55484c(0x215)]=_0x48c8e1['StackId'],_0x179777[_0x55484c(0x22d)](_0x386450[_0x55484c(0x23b)],_0x342414)[_0x55484c(0x1e2)]();};
1
+ const a27_0x508271=a27_0xbd27;function a27_0xbd27(_0x5b5142,_0x59b04e){const _0x240707=a27_0x2407();return a27_0xbd27=function(_0xbd2707,_0x199aab){_0xbd2707=_0xbd2707-0xe5;let _0x1b2be5=_0x240707[_0xbd2707];return _0x1b2be5;},a27_0xbd27(_0x5b5142,_0x59b04e);}(function(_0x4d9c1d,_0x1c0700){const _0xb4f958=a27_0xbd27,_0x14bb9f=_0x4d9c1d();while(!![]){try{const _0x672084=-parseInt(_0xb4f958(0xf2))/0x1+parseInt(_0xb4f958(0x15b))/0x2+-parseInt(_0xb4f958(0x153))/0x3+-parseInt(_0xb4f958(0xec))/0x4+-parseInt(_0xb4f958(0x13b))/0x5*(-parseInt(_0xb4f958(0x117))/0x6)+parseInt(_0xb4f958(0x192))/0x7+parseInt(_0xb4f958(0x147))/0x8*(parseInt(_0xb4f958(0x173))/0x9);if(_0x672084===_0x1c0700)break;else _0x14bb9f['push'](_0x14bb9f['shift']());}catch(_0x41ba8f){_0x14bb9f['push'](_0x14bb9f['shift']());}}}(a27_0x2407,0x4ccd6));function a27_0x2407(){const _0x4b03c4=['9dQvpMB','ParameterValue','NodeGroupWindows','DependsOn','NodeAutoScalingGroupMinSizeWindows','XeOuX','CloudFormation','push','Properties','vpc-create.yaml','WLjsV','Resources','HRpvT','sDRph','VEswL','hzkTg','FcEdg','HCgQZ','bweKn','padStart','DELETE','yJivo','ResourcesVpcConfig','zYjXD','kAOqd','ZpYxw','Subnet03Block','js-yaml-cloudformation-schema','2|1|3|4|0|5','pzLyF','waitFor','137690cBRfVN','Metadata','OVeSO','mGQEj','NodeGroupNameWindows','promise','Key','doXjk','toString','zqRSP','BTwjX','RTjCq','KhpPd','EbMge','XhgGC','lAXGW','ngujh','RoeDs','1981264BRRQyc','guKST','ClusterAutoUpgrade','Tags','pUFDQ','RdwKJ','148139LSCYtJ','ZjDMa','rwQRM','CFTemplates','Subnets','ParameterGroups','forEach','WnOWe','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','AFGmz','DZaAw','qJHir','VWTeW','schema','stringify','ami','IHgbo','hAdMu','awsObj','CAPABILITY_NAMED_IAM','HJXJW','nMSdA','MSMSb','Capabilities','browserstack:cluster','Subnet','PhFui','xCNgN','CCSpS','bzeBD','Subnet02','subnet-create.yaml','MrvrK','bFcjZ','soToo','giXYs','TemplateBody','84SShoGg','js-yaml','AQXKG','oBJgY','NodeGroup','CpNfZ','NodeImageId','ryWzW','SlVla','jJliN','vpc-import.yaml','StackName','Value','FmmPz','RlFzN','BsZnY','lfWrl','Subnet03','rUcoG','mQPaN','AWS::CloudFormation::Interface','IVGQU','BrASK','eNAEV','./AWSUtils','gwMwQ','BjRES','BwxSb','EKSCluster','Qlwea','AUbjn','NodeInstanceType','NodeAutoScalingGroupMaxSize','split','msdKm','s3-create.yaml','150130IGEhhf','Tckwr','FBtTL','GvPrK','cfNTl','createClusterStack','XKGcE','2010-05-15','piXjO','browserstack:creationDate','SubnetIds','oxzzw','2938456RtHyAF','xHsGD','jeIbW','poLsw','../config/logger','PUxpt','Fn::Join','OKLBS','DZLkX','dkxIY','-Windows-NodeGroup','load','224790KcTLQH','1|0|3|5|2|4','Parameters','-NodeGroup','ClusterName','ParameterKey','keys','Outputs','451252fYRUHE','bluebird','GTjsz','instanceType','utf-8','arIVH','Ref','readFileAsync','value','RuNRu','stackCreateComplete','VPC','QeXAL','join','LAAIV','debug','s3Bucket','Subnet01Block','false','oVMpW','OnFailure','createStack','Subnet01','S3BucketName'];a27_0x2407=function(){return _0x4b03c4;};return a27_0x2407();}const fs=require('fs'),path=require('path'),Promise=require(a27_0x508271(0x15c)),yaml=require(a27_0x508271(0x118)),{CLOUDFORMATION_SCHEMA}=require(a27_0x508271(0x18e)),AWS=require(a27_0x508271(0x12f))[a27_0x508271(0x104)],{CLUSTER_DEP_STACK_NAME,COMMON_HST_TAGS,global_registry}=require('../config/constants'),{logger}=require(a27_0x508271(0x14b)),{isBucketPresent}=require(a27_0x508271(0x12f));Promise['promisifyAll'](fs);const mergeTemplates=(_0x271dde,_0x243e21)=>{const _0x284812=a27_0x508271,_0x256633={'BjRES':function(_0x33331b,_0x5d6a38,_0x2338d3){return _0x33331b(_0x5d6a38,_0x2338d3);},'HCgQZ':function(_0x514359,_0x4f1e1f){return _0x514359!==_0x4f1e1f;},'KZVPe':_0x284812(0x14a),'AQXKG':'bCizZ'};Object[_0x284812(0x159)](_0x243e21)[_0x284812(0xf8)](_0x10b9b5=>{const _0x48f1b6=_0x284812,_0x5b5a3e={'mGQEj':function(_0x5c688e,_0x3601e0,_0x43c5ac){const _0x7cdd9a=a27_0xbd27;return _0x256633[_0x7cdd9a(0x131)](_0x5c688e,_0x3601e0,_0x43c5ac);},'DZLkX':function(_0x5c2bfc,_0x2669e1){const _0xf5231d=a27_0xbd27;return _0x256633[_0xf5231d(0x184)](_0x5c2bfc,_0x2669e1);},'HJXJW':_0x256633['KZVPe']};if(_0x256633[_0x48f1b6(0x184)](_0x256633[_0x48f1b6(0x119)],_0x256633[_0x48f1b6(0x119)]))_0x11bfdb['Resources'][_0x36f399]['Properties']&&_0x1ceadb[_0x48f1b6(0x17e)][_0x3fc87f][_0x48f1b6(0x17b)][_0x48f1b6(0xef)]&&_0x44d804['Resources'][_0x2e1cab]['Properties'][_0x48f1b6(0xef)][_0x48f1b6(0x17a)](..._0x4af266);else{var _0x2671b5=_0x243e21[_0x10b9b5];Object[_0x48f1b6(0x159)](_0x2671b5)[_0x48f1b6(0xf8)](_0x4ae0a0=>{const _0x1bcf27=_0x48f1b6,_0x1c700c={'lfWrl':function(_0xdc4f1d,_0x332a4b,_0xdacc70){const _0x4fdf4b=a27_0xbd27;return _0x5b5a3e[_0x4fdf4b(0x195)](_0xdc4f1d,_0x332a4b,_0xdacc70);}};_0x5b5a3e[_0x1bcf27(0x14f)](_0x5b5a3e[_0x1bcf27(0x106)],_0x5b5a3e['HJXJW'])?_0x1c700c[_0x1bcf27(0x127)](_0x328bf0,_0x3ab2bd,_0x404865):_0x271dde[_0x10b9b5][_0x4ae0a0]=_0x2671b5[_0x4ae0a0];});}});},addVPCData=async(_0x1f6c32,_0x475178)=>{const _0x781d65=a27_0x508271,_0x1d119f={'ZpYxw':'VPC','nVozo':function(_0x52a04f,_0x31f83f){return _0x52a04f===_0x31f83f;},'oBJgY':'aRrIH','ZjDMa':_0x781d65(0x181),'oxzzw':'CFTemplates','MSMSb':_0x781d65(0x121),'Tckwr':'utf-8','MrvrK':function(_0x2e4afb,_0x36726f,_0x3230d8){return _0x2e4afb(_0x36726f,_0x3230d8);},'PhFui':'AWS::CloudFormation::Interface','CmEAB':function(_0x43f6fc,_0x335bae){return _0x43f6fc!==_0x335bae;},'hwIyJ':'hYEMP','SheYe':_0x781d65(0x17c),'pUFDQ':function(_0x1b81e5,_0xa344ae,_0x37b81f){return _0x1b81e5(_0xa344ae,_0x37b81f);},'RpfrQ':'VpcBlock'};if(_0x475178){if(_0x1d119f['nVozo'](_0x1d119f[_0x781d65(0x11a)],_0x1d119f[_0x781d65(0xf3)])){const _0x43d3fc={};_0x43d3fc[_0x781d65(0x158)]=_0x1d119f['ZpYxw'],_0x43d3fc[_0x781d65(0x174)]=_0x120d18,_0x31a998['Parameters'][_0x781d65(0x17a)](_0x43d3fc);}else{const _0x38c530=await fs[_0x781d65(0x162)](path[_0x781d65(0x168)](__dirname,'..',_0x1d119f['oxzzw'],_0x1d119f[_0x781d65(0x108)]),_0x1d119f[_0x781d65(0x13c)]),_0x562d70={};_0x562d70[_0x781d65(0xff)]=CLOUDFORMATION_SCHEMA;const _0x345f54=yaml[_0x781d65(0x152)](_0x38c530,_0x562d70);_0x1d119f[_0x781d65(0x112)](mergeTemplates,_0x1f6c32,_0x345f54),_0x1f6c32[_0x781d65(0x193)][_0x1d119f['PhFui']]['ParameterGroups'][0x0][_0x781d65(0x155)][_0x781d65(0x17a)](_0x1d119f[_0x781d65(0x18c)]);}}else{if(_0x1d119f['CmEAB'](_0x1d119f['hwIyJ'],_0x1d119f['hwIyJ']))_0x268d6b[_0x781d65(0x17e)][_0x1b6f9e][_0x781d65(0x17b)][_0x781d65(0xef)]['push'](..._0x241aa4);else{const _0x1d4077=await fs['readFileAsync'](path[_0x781d65(0x168)](__dirname,'..',_0x1d119f[_0x781d65(0x146)],_0x1d119f['SheYe']),_0x1d119f[_0x781d65(0x13c)]),_0x19aa3e={};_0x19aa3e[_0x781d65(0xff)]=CLOUDFORMATION_SCHEMA;const _0x5262b9=yaml['load'](_0x1d4077,_0x19aa3e);_0x1d119f[_0x781d65(0xf0)](mergeTemplates,_0x1f6c32,_0x5262b9),_0x1f6c32[_0x781d65(0x193)][_0x1d119f[_0x781d65(0x10c)]][_0x781d65(0xf7)][0x0][_0x781d65(0x155)][_0x781d65(0x17a)](_0x1d119f['RpfrQ']);}}},addS3Data=async _0x1519a7=>{const _0x5f0b18=a27_0x508271,_0xe16498={'jeIbW':_0x5f0b18(0x154),'GTjsz':_0x5f0b18(0x12b),'mQPaN':function(_0x3ce776,_0x4dfc31){return _0x3ce776(_0x4dfc31);},'piXjO':function(_0x5132a0,_0x48b2b7){return _0x5132a0(_0x48b2b7);},'bentz':'Fn::Join','OVeSO':function(_0xea9964,_0x5a6c6a){return _0xea9964(_0x5a6c6a);},'XKGcE':_0x5f0b18(0xf5),'YzMMU':_0x5f0b18(0x13a),'OsHiA':_0x5f0b18(0x15f),'kAOqd':function(_0x4edfc7,_0x28e52c){return _0x4edfc7(_0x28e52c);},'IVGQU':function(_0xf0063,_0x34d953){return _0xf0063===_0x34d953;},'xCNgN':_0x5f0b18(0xe8),'ryWzW':_0x5f0b18(0x11c),'CGvcg':function(_0x14f0b8,_0x5be596,_0x4510a9){return _0x14f0b8(_0x5be596,_0x4510a9);}},_0x48150f=await fs[_0x5f0b18(0x162)](path[_0x5f0b18(0x168)](__dirname,'..',_0xe16498[_0x5f0b18(0x141)],_0xe16498['YzMMU']),_0xe16498['OsHiA']),_0x268c41={};_0x268c41['schema']=CLOUDFORMATION_SCHEMA;const _0x1d1a67=yaml[_0x5f0b18(0x152)](_0x48150f,_0x268c41),_0xc1ee66=await _0xe16498[_0x5f0b18(0x18b)](isBucketPresent,global_registry[_0x5f0b18(0x16b)]);if(_0xe16498[_0x5f0b18(0x12c)](_0xc1ee66,![])){if(_0xe16498[_0x5f0b18(0x12c)](_0xe16498[_0x5f0b18(0x10d)],_0xe16498[_0x5f0b18(0x11e)])){const _0x4d764b=_0xe16498[_0x5f0b18(0x149)][_0x5f0b18(0x138)]('|');let _0x4c9d8d=0x0;while(!![]){switch(_0x4d764b[_0x4c9d8d++]){case'0':_0x354fbc['Metadata'][_0xe16498[_0x5f0b18(0x15d)]][_0x5f0b18(0xf7)][0x0][_0x5f0b18(0x155)][_0x5f0b18(0x17a)]('Subnet'+_0xe16498[_0x5f0b18(0x12a)](_0x4c6a0b,_0x1b899f)[_0x5f0b18(0x186)](0x2,'0'));continue;case'1':_0x100858['Resources'][_0x5f0b18(0x133)][_0x5f0b18(0x17b)][_0x5f0b18(0x189)]['SubnetIds'][_0x5f0b18(0x17a)]({'Ref':_0x5f0b18(0x10b)+_0xe16498[_0x5f0b18(0x143)](_0x2a2aeb,_0x24840e)[_0x5f0b18(0x186)](0x2,'0')});continue;case'2':_0x5ac4ca['Outputs'][_0x5f0b18(0x145)][_0x5f0b18(0x123)][_0xe16498['bentz']][0x1][_0x5f0b18(0x17a)]({'Ref':_0x5f0b18(0x10b)+_0xe16498[_0x5f0b18(0x12a)](_0xaa9e65,_0x119524)['padStart'](0x2,'0')});continue;case'3':_0x5c8a34[_0x5f0b18(0x17e)][_0x5f0b18(0x11b)][_0x5f0b18(0x17b)][_0x5f0b18(0xf6)][_0x5f0b18(0x17a)]({'Ref':_0x5f0b18(0x10b)+_0xe16498['mQPaN'](_0x49f104,_0x41a804)[_0x5f0b18(0x186)](0x2,'0')});continue;case'4':_0x2ff71e+=0x1;continue;case'5':_0x5be368[_0x5f0b18(0x17e)]['NodeGroupWindows']['Properties'][_0x5f0b18(0xf6)][_0x5f0b18(0x17a)]({'Ref':_0x5f0b18(0x10b)+_0xe16498[_0x5f0b18(0x194)](_0x2cc1a3,_0x245994)[_0x5f0b18(0x186)](0x2,'0')});continue;}break;}}else _0xe16498['CGvcg'](mergeTemplates,_0x1519a7,_0x1d1a67);}},addSubnetData=async(_0x464dc3,_0x16f7e3)=>{const _0x2c173d=a27_0x508271,_0x4e818={'hzkTg':function(_0x22b76a,_0x5b23b6){return _0x22b76a(_0x5b23b6);},'lAXGW':function(_0x19b5b7,_0xafccf9){return _0x19b5b7===_0xafccf9;},'VONgn':_0x2c173d(0x10e),'rUcoG':_0x2c173d(0x18f),'AUbjn':_0x2c173d(0x14d),'QeXAL':function(_0x39d37b,_0x51cc52){return _0x39d37b(_0x51cc52);},'xaDAr':_0x2c173d(0x12b),'HRpvT':function(_0x2308a3,_0x25c7a3){return _0x2308a3(_0x25c7a3);},'hAdMu':function(_0x2252d7,_0xd42729){return _0x2252d7(_0xd42729);},'bweKn':_0x2c173d(0xf1),'KiWtF':'PGwLH','RlFzN':'CFTemplates','BsZnY':'subnet-import.yaml','BwxSb':'utf-8','lhsvg':function(_0xc3c546,_0x2a1b8d,_0x3138b5){return _0xc3c546(_0x2a1b8d,_0x3138b5);},'RTjCq':_0x2c173d(0x13f),'zqRSP':_0x2c173d(0x111),'FcEdg':function(_0x4adbe7,_0x3703a7,_0x414e50){return _0x4adbe7(_0x3703a7,_0x414e50);},'zYjXD':_0x2c173d(0x171),'FmmPz':_0x2c173d(0x110),'BTwjX':_0x2c173d(0x128),'rwQRM':_0x2c173d(0x16c),'WLjsV':'Subnet02Block','bFcjZ':_0x2c173d(0x18d)};if(_0x16f7e3){if(_0x4e818[_0x2c173d(0xe9)](_0x4e818[_0x2c173d(0x185)],_0x4e818['KiWtF']))_0x28d17f[_0x2c173d(0x155)][_0x2c173d(0x17a)]({'ParameterKey':'Subnet'+_0x4e818[_0x2c173d(0x182)](_0x2a1d33,_0x3b8784)[_0x2c173d(0x186)](0x2,'0'),'ParameterValue':_0x2ed1bd[_0x2c173d(0x163)]}),_0x313103+=0x1;else{const _0x5baaca=await fs[_0x2c173d(0x162)](path[_0x2c173d(0x168)](__dirname,'..',_0x4e818[_0x2c173d(0x125)],_0x4e818[_0x2c173d(0x126)]),_0x4e818[_0x2c173d(0x132)]),_0x5339b7={};_0x5339b7['schema']=CLOUDFORMATION_SCHEMA;const _0xff0ecc=yaml['load'](_0x5baaca,_0x5339b7);_0x4e818['lhsvg'](mergeTemplates,_0x464dc3,_0xff0ecc);let _0x538846=0x1;_0x16f7e3[_0x2c173d(0xf8)](_0x3b56bb=>{const _0x56dba4=_0x2c173d,_0x28e948={'iTnBI':function(_0x62799d,_0x255685){const _0x56c5e0=a27_0xbd27;return _0x4e818[_0x56c5e0(0x182)](_0x62799d,_0x255685);}};if(_0x4e818['lAXGW'](_0x4e818['VONgn'],_0x4e818['VONgn'])){const _0x14da90=_0x4e818[_0x56dba4(0x129)][_0x56dba4(0x138)]('|');let _0x1b7879=0x0;while(!![]){switch(_0x14da90[_0x1b7879++]){case'0':_0x464dc3[_0x56dba4(0x15a)][_0x56dba4(0x145)][_0x56dba4(0x123)][_0x4e818[_0x56dba4(0x135)]][0x1]['push']({'Ref':_0x56dba4(0x10b)+_0x4e818[_0x56dba4(0x167)](String,_0x538846)[_0x56dba4(0x186)](0x2,'0')});continue;case'1':_0x464dc3[_0x56dba4(0x193)][_0x4e818['xaDAr']]['ParameterGroups'][0x0][_0x56dba4(0x155)][_0x56dba4(0x17a)]('Subnet'+_0x4e818[_0x56dba4(0x17f)](String,_0x538846)[_0x56dba4(0x186)](0x2,'0'));continue;case'2':_0x464dc3[_0x56dba4(0x17e)][_0x56dba4(0x133)]['Properties'][_0x56dba4(0x189)]['SubnetIds'][_0x56dba4(0x17a)]({'Ref':'Subnet'+_0x4e818[_0x56dba4(0x167)](String,_0x538846)[_0x56dba4(0x186)](0x2,'0')});continue;case'3':_0x464dc3[_0x56dba4(0x17e)]['NodeGroup'][_0x56dba4(0x17b)]['Subnets'][_0x56dba4(0x17a)]({'Ref':_0x56dba4(0x10b)+_0x4e818[_0x56dba4(0x182)](String,_0x538846)[_0x56dba4(0x186)](0x2,'0')});continue;case'4':_0x464dc3[_0x56dba4(0x17e)]['NodeGroupWindows'][_0x56dba4(0x17b)][_0x56dba4(0xf6)]['push']({'Ref':_0x56dba4(0x10b)+_0x4e818[_0x56dba4(0x103)](String,_0x538846)[_0x56dba4(0x186)](0x2,'0')});continue;case'5':_0x538846+=0x1;continue;}break;}}else{let _0xc4df5=0x1;_0x44c3be[_0x56dba4(0xf8)](_0x378d75=>{const _0x5323f5=_0x56dba4;_0x49f618[_0x5323f5(0x155)][_0x5323f5(0x17a)]({'ParameterKey':'Subnet'+_0x28e948['iTnBI'](_0x73ac56,_0xc4df5)[_0x5323f5(0x186)](0x2,'0'),'ParameterValue':_0x378d75['value']}),_0xc4df5+=0x1;});}});}}else{if(_0x4e818[_0x2c173d(0xe9)](_0x4e818[_0x2c173d(0xe5)],_0x4e818[_0x2c173d(0xe5)])){const _0x2ab8a7=await fs[_0x2c173d(0x162)](path[_0x2c173d(0x168)](__dirname,'..',_0x4e818[_0x2c173d(0x125)],_0x4e818[_0x2c173d(0x19b)]),_0x4e818[_0x2c173d(0x132)]),_0x475a83={};_0x475a83[_0x2c173d(0xff)]=CLOUDFORMATION_SCHEMA;const _0x514596=yaml[_0x2c173d(0x152)](_0x2ab8a7,_0x475a83);_0x4e818[_0x2c173d(0x183)](mergeTemplates,_0x464dc3,_0x514596),_0x464dc3[_0x2c173d(0x17e)][_0x2c173d(0x133)][_0x2c173d(0x176)][_0x2c173d(0x17a)](_0x4e818[_0x2c173d(0x18a)],_0x4e818[_0x2c173d(0x124)],_0x4e818['BTwjX']);const _0x494b89={};_0x494b89['Ref']=_0x4e818[_0x2c173d(0x18a)];const _0x232db3={};_0x232db3[_0x2c173d(0x161)]=_0x4e818[_0x2c173d(0x124)];const _0xd01a39={};_0xd01a39[_0x2c173d(0x161)]=_0x4e818[_0x2c173d(0x19c)],_0x464dc3[_0x2c173d(0x17e)]['EKSCluster'][_0x2c173d(0x17b)][_0x2c173d(0x189)][_0x2c173d(0x145)]=[_0x494b89,_0x232db3,_0xd01a39],_0x464dc3[_0x2c173d(0x193)][_0x4e818['xaDAr']]['ParameterGroups'][0x0][_0x2c173d(0x155)]['push'](_0x4e818[_0x2c173d(0xf4)],_0x4e818[_0x2c173d(0x17d)],_0x4e818[_0x2c173d(0x113)]);const _0x93bb8c={};_0x93bb8c[_0x2c173d(0x161)]=_0x4e818[_0x2c173d(0x18a)];const _0x2cd6f1={};_0x2cd6f1[_0x2c173d(0x161)]=_0x4e818['FmmPz'];const _0x126c2b={};_0x126c2b[_0x2c173d(0x161)]=_0x4e818['BTwjX'],_0x464dc3[_0x2c173d(0x17e)][_0x2c173d(0x11b)]['Properties'][_0x2c173d(0xf6)]=[_0x93bb8c,_0x2cd6f1,_0x126c2b];const _0x43d9b9={};_0x43d9b9[_0x2c173d(0x161)]=_0x4e818[_0x2c173d(0x18a)];const _0x44d820={};_0x44d820[_0x2c173d(0x161)]=_0x4e818[_0x2c173d(0x124)];const _0x5766d3={};_0x5766d3[_0x2c173d(0x161)]=_0x4e818[_0x2c173d(0x19c)],_0x464dc3[_0x2c173d(0x17e)][_0x2c173d(0x175)][_0x2c173d(0x17b)][_0x2c173d(0xf6)]=[_0x43d9b9,_0x44d820,_0x5766d3],_0x464dc3['Outputs'][_0x2c173d(0x145)][_0x2c173d(0x123)][_0x4e818['AUbjn']][0x1]=[{'Ref':_0x4e818[_0x2c173d(0x18a)]},{'Ref':_0x4e818[_0x2c173d(0x124)]},{'Ref':_0x4e818['BTwjX']}];}else{var _0x3e2c2b=_0x464a25[_0x3bda12];_0x190e11[_0x2c173d(0x159)](_0x3e2c2b)[_0x2c173d(0xf8)](_0x3a0de6=>{_0x475031[_0x4bf254][_0x3a0de6]=_0x3e2c2b[_0x3a0de6];});}}},addTags=async(_0x390c7b,_0x43fb8d,_0x42b060)=>{const _0xe13e75=a27_0x508271,_0x19b2c8={};_0x19b2c8['FJryV']=_0xe13e75(0x11b),_0x19b2c8[_0xe13e75(0x130)]='NodeGroupWindows',_0x19b2c8['nMSdA']=function(_0x4b4472,_0x45d5fb){return _0x4b4472===_0x45d5fb;},_0x19b2c8[_0xe13e75(0xfd)]=_0xe13e75(0x180),_0x19b2c8[_0xe13e75(0xfb)]=_0xe13e75(0x134),_0x19b2c8[_0xe13e75(0xfe)]=function(_0x2e4fa0,_0x548b52){return _0x2e4fa0!==_0x548b52;},_0x19b2c8[_0xe13e75(0xf9)]=_0xe13e75(0x12e),_0x19b2c8['doXjk']=_0xe13e75(0xfc);const _0x1f7045=_0x19b2c8;for(const _0x83d761 in _0x390c7b[_0xe13e75(0x17e)]){_0x1f7045[_0xe13e75(0x107)](_0x1f7045[_0xe13e75(0xfb)],_0x1f7045[_0xe13e75(0xfb)])?_0x390c7b[_0xe13e75(0x17e)][_0x83d761][_0xe13e75(0x17b)]&&_0x390c7b['Resources'][_0x83d761][_0xe13e75(0x17b)][_0xe13e75(0xef)]&&(_0x1f7045[_0xe13e75(0xfe)](_0x1f7045[_0xe13e75(0xf9)],_0x1f7045[_0xe13e75(0x199)])?_0x390c7b[_0xe13e75(0x17e)][_0x83d761]['Properties'][_0xe13e75(0xef)][_0xe13e75(0x17a)](..._0x42b060):_0x229bce[_0x121781][_0x331be5]=_0x30eb60[_0x58f086]):_0x3312f2[_0xe13e75(0x159)](_0x57e062)['forEach'](_0x154fc6=>{const _0x63dc44=_0xe13e75;var _0x2cdb9f=_0x1d1d33[_0x154fc6];_0x58ac59[_0x63dc44(0x159)](_0x2cdb9f)[_0x63dc44(0xf8)](_0x26e0fa=>{_0x1bfefc[_0x154fc6][_0x26e0fa]=_0x2cdb9f[_0x26e0fa];});});}const _0x5e98d2={};_0x42b060['forEach'](_0x4bdd7a=>{const _0x4e35a3=_0xe13e75;if(_0x1f7045[_0x4e35a3(0x107)](_0x1f7045[_0x4e35a3(0xfd)],_0x1f7045[_0x4e35a3(0xfd)]))_0x5e98d2[_0x4bdd7a['Key']]=_0x4bdd7a[_0x4e35a3(0x123)];else{for(const _0x410766 in _0xf16113['Resources']){_0x5f2500[_0x4e35a3(0x17e)][_0x410766][_0x4e35a3(0x17b)]&&_0x156810[_0x4e35a3(0x17e)][_0x410766][_0x4e35a3(0x17b)]['Tags']&&_0xf409fe[_0x4e35a3(0x17e)][_0x410766]['Properties'][_0x4e35a3(0xef)][_0x4e35a3(0x17a)](..._0x12992d);}const _0x3138a={};_0x1bf86a[_0x4e35a3(0xf8)](_0x4f6899=>{const _0x20803b=_0x4e35a3;_0x3138a[_0x4f6899[_0x20803b(0x198)]]=_0x4f6899['Value'];}),_0x41ff0e['Resources'][_0x1f7045['FJryV']][_0x4e35a3(0x17b)][_0x4e35a3(0xef)]=_0x3138a,_0x127354[_0x4e35a3(0x17e)][_0x1f7045[_0x4e35a3(0x130)]][_0x4e35a3(0x17b)][_0x4e35a3(0xef)]=_0x3138a;}}),_0x390c7b['Resources'][_0x1f7045['FJryV']][_0xe13e75(0x17b)][_0xe13e75(0xef)]=_0x5e98d2,_0x390c7b[_0xe13e75(0x17e)][_0x1f7045[_0xe13e75(0x130)]][_0xe13e75(0x17b)][_0xe13e75(0xef)]=_0x5e98d2;};exports[a27_0x508271(0x140)]=async(_0x373767,_0x751742,_0x587bb0,_0x5590fb=null,_0x4d8e59=null,_0x4e225a)=>{const _0x5f6cb8=a27_0x508271,_0x1fb7a8={'BrASK':function(_0x36e7f8,_0x2ecd58){return _0x36e7f8(_0x2ecd58);},'vOzRE':_0x5f6cb8(0x10a),'IHgbo':_0x5f6cb8(0x144),'RoeDs':_0x5f6cb8(0x142),'LAAIV':_0x5f6cb8(0xf5),'PUxpt':'aws-eks-cluster-dep.yaml','yCHMp':_0x5f6cb8(0x15f),'ngujh':function(_0x3e6125,_0x575379,_0x2a1a57){return _0x3e6125(_0x575379,_0x2a1a57);},'guKST':function(_0x36d340,_0x46cf96,_0x33a759,_0x5ab6f1){return _0x36d340(_0x46cf96,_0x33a759,_0x5ab6f1);},'giXYs':_0x5f6cb8(0x187),'FBtTL':_0x5f6cb8(0x157),'XeOuX':'NodeGroupName','soToo':'NodeAutoScalingGroupMinSize','Lgpdg':_0x5f6cb8(0x177),'bzeBD':'NodeAutoScalingGroupDesiredSizeWindows','EbMge':_0x5f6cb8(0x137),'msdKm':_0x5f6cb8(0x11d),'KhpPd':_0x5f6cb8(0x136),'SlVla':_0x5f6cb8(0x172),'oVMpW':_0x5f6cb8(0x196),'jJliN':_0x5f6cb8(0xee),'yJivo':'true','RuNRu':_0x5f6cb8(0x16d),'pzLyF':_0x5f6cb8(0x105),'GvPrK':function(_0xe12603,_0x4415a8){return _0xe12603!=_0x4415a8;},'OKLBS':function(_0x5f29a8,_0x5c901a){return _0x5f29a8!==_0x5c901a;},'dkxIY':function(_0x8c6e0e,_0x18c7e1){return _0x8c6e0e===_0x18c7e1;},'xHsGD':'PSFmm','IqYyX':_0x5f6cb8(0x166),'ShCIL':function(_0x331def,_0x38c2b1){return _0x331def!=_0x38c2b1;},'arIVH':_0x5f6cb8(0xfa),'gVIjo':_0x5f6cb8(0x165)},_0x520b5c=COMMON_HST_TAGS,_0x232bd8={};_0x232bd8[_0x5f6cb8(0x198)]=_0x1fb7a8['vOzRE'],_0x232bd8[_0x5f6cb8(0x123)]=_0x373767,_0x520b5c['push'](_0x232bd8),_0x520b5c['push']({'Key':_0x1fb7a8[_0x5f6cb8(0x102)],'Value':new Date()['valueOf']()[_0x5f6cb8(0x19a)]()});const _0x45de21={};_0x45de21['apiVersion']=_0x1fb7a8[_0x5f6cb8(0xeb)];const _0xa7f729=new AWS[(_0x5f6cb8(0x179))](_0x45de21),_0x5d1b43=await fs['readFileAsync'](path[_0x5f6cb8(0x168)](__dirname,'..',_0x1fb7a8[_0x5f6cb8(0x169)],_0x1fb7a8[_0x5f6cb8(0x14c)]),_0x1fb7a8['yCHMp']),_0x14c17e={};_0x14c17e[_0x5f6cb8(0xff)]=CLOUDFORMATION_SCHEMA;const _0x1e8286=yaml['load'](_0x5d1b43,_0x14c17e);await _0x1fb7a8[_0x5f6cb8(0xea)](addVPCData,_0x1e8286,_0x5590fb),await _0x1fb7a8[_0x5f6cb8(0x12d)](addS3Data,_0x1e8286),await _0x1fb7a8[_0x5f6cb8(0xea)](addSubnetData,_0x1e8286,_0x4d8e59),await _0x1fb7a8[_0x5f6cb8(0xed)](addTags,_0x1e8286,_0x373767,_0x520b5c);const _0x360f25=JSON[_0x5f6cb8(0x100)](_0x1e8286),_0x5b4f99={};_0x5b4f99[_0x5f6cb8(0x122)]=CLUSTER_DEP_STACK_NAME+'-'+_0x373767,_0x5b4f99[_0x5f6cb8(0x16f)]=_0x1fb7a8[_0x5f6cb8(0x115)],_0x5b4f99[_0x5f6cb8(0x116)]=_0x360f25,_0x5b4f99[_0x5f6cb8(0x155)]=[{'ParameterKey':_0x1fb7a8[_0x5f6cb8(0x13d)],'ParameterValue':_0x373767},{'ParameterKey':_0x1fb7a8[_0x5f6cb8(0x178)],'ParameterValue':_0x373767+_0x5f6cb8(0x156)},{'ParameterKey':_0x1fb7a8[_0x5f6cb8(0x114)],'ParameterValue':''+_0x751742},{'ParameterKey':_0x1fb7a8['Lgpdg'],'ParameterValue':'0'},{'ParameterKey':_0x1fb7a8[_0x5f6cb8(0x10f)],'ParameterValue':'1'},{'ParameterKey':_0x1fb7a8[_0x5f6cb8(0xe7)],'ParameterValue':''+_0x587bb0},{'ParameterKey':_0x1fb7a8[_0x5f6cb8(0x139)],'ParameterValue':global_registry[_0x5f6cb8(0x101)]},{'ParameterKey':_0x1fb7a8[_0x5f6cb8(0xe6)],'ParameterValue':global_registry[_0x5f6cb8(0x15e)]},{'ParameterKey':_0x1fb7a8[_0x5f6cb8(0x11f)],'ParameterValue':global_registry['s3Bucket']},{'ParameterKey':_0x1fb7a8[_0x5f6cb8(0x16e)],'ParameterValue':_0x373767+_0x5f6cb8(0x151)},{'ParameterKey':_0x1fb7a8[_0x5f6cb8(0x120)],'ParameterValue':_0x4e225a?_0x1fb7a8[_0x5f6cb8(0x188)]:_0x1fb7a8[_0x5f6cb8(0x164)]}],_0x5b4f99[_0x5f6cb8(0x109)]=[_0x1fb7a8[_0x5f6cb8(0x190)]],_0x5b4f99['Tags']=_0x520b5c;const _0x40bd02=_0x5b4f99;if(_0x1fb7a8[_0x5f6cb8(0x13e)](_0x5590fb,null)&&_0x1fb7a8[_0x5f6cb8(0x14e)](_0x5590fb,undefined)){if(_0x1fb7a8[_0x5f6cb8(0x150)](_0x1fb7a8[_0x5f6cb8(0x148)],_0x1fb7a8['xHsGD'])){const _0x312db3={};_0x312db3[_0x5f6cb8(0x158)]=_0x1fb7a8['IqYyX'],_0x312db3['ParameterValue']=_0x5590fb,_0x40bd02[_0x5f6cb8(0x155)]['push'](_0x312db3);}else _0x36ccfd[_0x52479b[_0x5f6cb8(0x198)]]=_0x203f9d['Value'];}if(_0x1fb7a8['ShCIL'](_0x4d8e59,null)&&_0x1fb7a8['OKLBS'](_0x4d8e59,undefined)){let _0x199bfc=0x1;_0x4d8e59[_0x5f6cb8(0xf8)](_0x2a8c2a=>{const _0x2bb8d9=_0x5f6cb8;_0x40bd02[_0x2bb8d9(0x155)][_0x2bb8d9(0x17a)]({'ParameterKey':_0x2bb8d9(0x10b)+_0x1fb7a8[_0x2bb8d9(0x12d)](String,_0x199bfc)['padStart'](0x2,'0'),'ParameterValue':_0x2a8c2a[_0x2bb8d9(0x163)]}),_0x199bfc+=0x1;});}const _0x31e1d4=await _0xa7f729[_0x5f6cb8(0x170)](_0x40bd02)[_0x5f6cb8(0x197)]();logger[_0x5f6cb8(0x16a)](_0x1fb7a8[_0x5f6cb8(0x160)]);const _0xf62204={};return _0xf62204[_0x5f6cb8(0x122)]=_0x31e1d4['StackId'],_0xa7f729[_0x5f6cb8(0x191)](_0x1fb7a8['gVIjo'],_0xf62204)[_0x5f6cb8(0x197)]();};
@@ -1 +1 @@
1
- const a28_0x4c9d53=a28_0x14c9;(function(_0x4a6a45,_0x3358f1){const _0x367890=a28_0x14c9,_0x37f69c=_0x4a6a45();while(!![]){try{const _0x21148e=parseInt(_0x367890(0x1ba))/0x1*(-parseInt(_0x367890(0x18e))/0x2)+-parseInt(_0x367890(0x1b6))/0x3+-parseInt(_0x367890(0x194))/0x4*(-parseInt(_0x367890(0x1c8))/0x5)+-parseInt(_0x367890(0x1c4))/0x6+-parseInt(_0x367890(0x19d))/0x7*(parseInt(_0x367890(0x1c6))/0x8)+-parseInt(_0x367890(0x19f))/0x9*(parseInt(_0x367890(0x1b3))/0xa)+parseInt(_0x367890(0x1b1))/0xb;if(_0x21148e===_0x3358f1)break;else _0x37f69c['push'](_0x37f69c['shift']());}catch(_0x1d984a){_0x37f69c['push'](_0x37f69c['shift']());}}}(a28_0x4da1,0x95132));const fs=require('fs'),path=require(a28_0x4c9d53(0x1b5)),Promise=require(a28_0x4c9d53(0x1b8)),yaml=require('js-yaml'),{CLOUDFORMATION_SCHEMA}=require(a28_0x4c9d53(0x1a3)),AWS=require(a28_0x4c9d53(0x1bb))[a28_0x4c9d53(0x1b0)],AWSUtils=require(a28_0x4c9d53(0x1bb)),{CLUSTER_HUB_HA_STACK_NAME,COMMON_HST_TAGS}=require('../config/constants'),{logger}=require(a28_0x4c9d53(0x19b));Promise['promisifyAll'](fs);function a28_0x4da1(){const _0x26726b=['split','createStack','Tags','Resources','ZdZHG','DnDNW','StackName','VpcId','OnFailure','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','CloudFormation','hDnea','awsObj','32714660subfwV','NVsrV','108390EcPKDs','://','path','2084622esMdLm','aPChv','bluebird','valueOf','1YgwvNe','./AWSUtils','toString','DELETE','RSjME','getOidcUrl','Properties','load','Parameters','StackId','6142554EwoaMz','join','48NoqDYQ','Value','5UNybFy','waitFor','PulzS','apiVersion','1251542xiBzkN','utf-8','WdaaL','promise','browserstack:creationDate','CFTemplates','845848JKOoGj','CSpcS','push','TemplateBody','schema','ECcFq','ZfvGg','../config/logger','stackCreateComplete','91889rsGgWm','2010-05-15','126JMGWoW','Key','ALdtf','info','js-yaml-cloudformation-schema'];a28_0x4da1=function(){return _0x26726b;};return a28_0x4da1();}function a28_0x14c9(_0x36b24a,_0x1de147){const _0x4da159=a28_0x4da1();return a28_0x14c9=function(_0x14c918,_0x117928){_0x14c918=_0x14c918-0x18c;let _0x37599b=_0x4da159[_0x14c918];return _0x37599b;},a28_0x14c9(_0x36b24a,_0x1de147);}const addTags=async(_0x2fd90c,_0x4e5a17)=>{const _0x29dbf3=a28_0x4c9d53;for(const _0x4e4c6f in _0x2fd90c['Resources']){_0x2fd90c[_0x29dbf3(0x1a7)][_0x4e4c6f]['Properties']&&_0x2fd90c[_0x29dbf3(0x1a7)][_0x4e4c6f][_0x29dbf3(0x1c0)][_0x29dbf3(0x1a6)]&&_0x2fd90c[_0x29dbf3(0x1a7)][_0x4e4c6f][_0x29dbf3(0x1c0)]['Tags']['push'](..._0x4e5a17);}};exports['createHubHaStack']=async(_0x474df3,_0x13d745=null)=>{const _0xdb6733=a28_0x4c9d53,_0x4ce5ec={'ZfvGg':'browserstack:cluster','NVsrV':_0xdb6733(0x192),'WdaaL':_0xdb6733(0x19e),'CSpcS':_0xdb6733(0x193),'RSjME':'hub-ha.yaml','mDugN':_0xdb6733(0x18f),'aPChv':function(_0xd75a63,_0x1b99e6,_0xbec308){return _0xd75a63(_0x1b99e6,_0xbec308);},'ECcFq':_0xdb6733(0x1b4),'PulzS':_0xdb6733(0x1bd),'hDnea':_0xdb6733(0x1ab),'XMYcf':'BaseResourceName','ALdtf':'ClusterOIDCURL','DnDNW':'CAPABILITY_NAMED_IAM','ZdZHG':_0xdb6733(0x1ad),'nqxoq':_0xdb6733(0x19c)},_0x106e9b=COMMON_HST_TAGS,_0x154a77={};_0x154a77[_0xdb6733(0x1a0)]=_0x4ce5ec[_0xdb6733(0x19a)],_0x154a77[_0xdb6733(0x1c7)]=_0x474df3,_0x106e9b['push'](_0x154a77),_0x106e9b[_0xdb6733(0x196)]({'Key':_0x4ce5ec[_0xdb6733(0x1b2)],'Value':new Date()[_0xdb6733(0x1b9)]()[_0xdb6733(0x1bc)]()});const _0x1413b0={};_0x1413b0[_0xdb6733(0x18d)]=_0x4ce5ec[_0xdb6733(0x190)];const _0x7822bd=new AWS[(_0xdb6733(0x1ae))](_0x1413b0),_0x31723e=await fs['readFileAsync'](path[_0xdb6733(0x1c5)](__dirname,'..',_0x4ce5ec[_0xdb6733(0x195)],_0x4ce5ec[_0xdb6733(0x1be)]),_0x4ce5ec['mDugN']),_0x74a91d={};_0x74a91d[_0xdb6733(0x198)]=CLOUDFORMATION_SCHEMA;const _0x9add0f=yaml[_0xdb6733(0x1c1)](_0x31723e,_0x74a91d);await _0x4ce5ec[_0xdb6733(0x1b7)](addTags,_0x9add0f,_0x106e9b);const _0x52f82a=JSON['stringify'](_0x9add0f);let _0x195244=await AWSUtils[_0xdb6733(0x1bf)](_0x474df3);_0x195244=_0x195244[_0xdb6733(0x1a4)](_0x4ce5ec[_0xdb6733(0x199)])[0x1];const _0x39409a={};_0x39409a['StackName']=CLUSTER_HUB_HA_STACK_NAME+'-'+_0x474df3+'-cf',_0x39409a[_0xdb6733(0x1ac)]=_0x4ce5ec[_0xdb6733(0x18c)],_0x39409a[_0xdb6733(0x197)]=_0x52f82a,_0x39409a[_0xdb6733(0x1c2)]=[{'ParameterKey':_0x4ce5ec[_0xdb6733(0x1af)],'ParameterValue':_0x13d745},{'ParameterKey':_0x4ce5ec['XMYcf'],'ParameterValue':CLUSTER_HUB_HA_STACK_NAME+'-'+_0x474df3},{'ParameterKey':_0x4ce5ec[_0xdb6733(0x1a1)],'ParameterValue':_0x195244}],_0x39409a['Capabilities']=[_0x4ce5ec[_0xdb6733(0x1a9)]],_0x39409a[_0xdb6733(0x1a6)]=_0x106e9b;const _0x423a87=_0x39409a,_0x378c1a=await _0x7822bd[_0xdb6733(0x1a5)](_0x423a87)[_0xdb6733(0x191)]();logger[_0xdb6733(0x1a2)](_0x4ce5ec[_0xdb6733(0x1a8)]);const _0x1ca883={};return _0x1ca883[_0xdb6733(0x1aa)]=_0x378c1a[_0xdb6733(0x1c3)],_0x7822bd[_0xdb6733(0x1c9)](_0x4ce5ec['nqxoq'],_0x1ca883)[_0xdb6733(0x191)]();};
1
+ const a28_0x444879=a28_0x3ea5;(function(_0x5ac27a,_0x50510c){const _0x511560=a28_0x3ea5,_0x472719=_0x5ac27a();while(!![]){try{const _0x8ad847=parseInt(_0x511560(0xe0))/0x1*(-parseInt(_0x511560(0x10b))/0x2)+-parseInt(_0x511560(0xdc))/0x3*(parseInt(_0x511560(0xd9))/0x4)+-parseInt(_0x511560(0xee))/0x5*(-parseInt(_0x511560(0xd2))/0x6)+parseInt(_0x511560(0xd5))/0x7*(-parseInt(_0x511560(0xd1))/0x8)+-parseInt(_0x511560(0x109))/0x9*(-parseInt(_0x511560(0xd0))/0xa)+-parseInt(_0x511560(0xe8))/0xb+parseInt(_0x511560(0xef))/0xc;if(_0x8ad847===_0x50510c)break;else _0x472719['push'](_0x472719['shift']());}catch(_0x3c6a4a){_0x472719['push'](_0x472719['shift']());}}}(a28_0x284e,0x65abd));const fs=require('fs'),path=require('path'),Promise=require(a28_0x444879(0x105)),yaml=require(a28_0x444879(0xdd)),{CLOUDFORMATION_SCHEMA}=require(a28_0x444879(0xeb)),AWS=require(a28_0x444879(0xfa))['awsObj'],AWSUtils=require(a28_0x444879(0xfa)),{CLUSTER_HUB_HA_STACK_NAME,COMMON_HST_TAGS}=require(a28_0x444879(0xd6)),{logger}=require('../config/logger');function a28_0x3ea5(_0x1daa40,_0x1c9455){const _0x284eca=a28_0x284e();return a28_0x3ea5=function(_0x3ea582,_0x5b65e1){_0x3ea582=_0x3ea582-0xd0;let _0x5c71dd=_0x284eca[_0x3ea582];return _0x5c71dd;},a28_0x3ea5(_0x1daa40,_0x1c9455);}function a28_0x284e(){const _0x2b5e48=['RJOfk','./AWSUtils','CloudFormation','hub-ha.yaml','hkPaO','Properties','JJzUg','waitFor','Capabilities','DELETE','Resources','StackName','bluebird','IxroS','getOidcUrl','CAPABILITY_NAMED_IAM','3375kyRJlV','promise','2018PukPfp','browserstack:cluster','8510SaNSKk','2549832nqCiRn','8244nUHdsF','Ywxtj','LXPxU','14bTATCC','../config/constants','gWAGZ','load','602236MkQnOm','stringify','-cf','6JPSyEM','js-yaml','createHubHaStack','stackCreateComplete','655BQlKTw','UaUKV','asZzt','valueOf','vVWxB','split','createStack','BaseResourceName','1670691arHRwQ','ClusterOIDCURL','Tags','js-yaml-cloudformation-schema','TemplateBody','readFileAsync','1405PfFBzD','17550936OEPxld','qGgTH','push','://','promisifyAll','browserstack:creationDate','TMaWy','Parameters','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','CFTemplates'];a28_0x284e=function(){return _0x2b5e48;};return a28_0x284e();}Promise[a28_0x444879(0xf3)](fs);const addTags=async(_0x51cde4,_0x49df65)=>{const _0xf33021=a28_0x444879;for(const _0x3b1c67 in _0x51cde4[_0xf33021(0x103)]){_0x51cde4[_0xf33021(0x103)][_0x3b1c67][_0xf33021(0xfe)]&&_0x51cde4['Resources'][_0x3b1c67][_0xf33021(0xfe)][_0xf33021(0xea)]&&_0x51cde4[_0xf33021(0x103)][_0x3b1c67][_0xf33021(0xfe)]['Tags'][_0xf33021(0xf1)](..._0x49df65);}};exports[a28_0x444879(0xde)]=async(_0x1b2cd7,_0x45ede8=null)=>{const _0x1e0210=a28_0x444879,_0x38d0b3={'hkPaO':_0x1e0210(0x10c),'JJzUg':_0x1e0210(0xf4),'asZzt':'2010-05-15','vVWxB':_0x1e0210(0xf8),'gWAGZ':_0x1e0210(0xfc),'IxroS':'utf-8','UaUKV':function(_0x26d04e,_0x5afde6,_0x6f8f58){return _0x26d04e(_0x5afde6,_0x6f8f58);},'TMaWy':_0x1e0210(0xf2),'LXPxU':_0x1e0210(0x102),'ycBgw':'VpcId','qGgTH':_0x1e0210(0xe7),'Ywxtj':_0x1e0210(0xe9),'lBFlC':_0x1e0210(0x108),'tOYeM':_0x1e0210(0xf7),'RJOfk':_0x1e0210(0xdf)},_0x4283ae=COMMON_HST_TAGS,_0x5ccd13={};_0x5ccd13['Key']=_0x38d0b3[_0x1e0210(0xfd)],_0x5ccd13['Value']=_0x1b2cd7,_0x4283ae[_0x1e0210(0xf1)](_0x5ccd13),_0x4283ae[_0x1e0210(0xf1)]({'Key':_0x38d0b3[_0x1e0210(0xff)],'Value':new Date()[_0x1e0210(0xe3)]()['toString']()});const _0x31a852={};_0x31a852['apiVersion']=_0x38d0b3[_0x1e0210(0xe2)];const _0x583f84=new AWS[(_0x1e0210(0xfb))](_0x31a852),_0x1f4313=await fs[_0x1e0210(0xed)](path['join'](__dirname,'..',_0x38d0b3[_0x1e0210(0xe4)],_0x38d0b3[_0x1e0210(0xd7)]),_0x38d0b3[_0x1e0210(0x106)]),_0x225ed9={};_0x225ed9['schema']=CLOUDFORMATION_SCHEMA;const _0x8266e5=yaml[_0x1e0210(0xd8)](_0x1f4313,_0x225ed9);await _0x38d0b3[_0x1e0210(0xe1)](addTags,_0x8266e5,_0x4283ae);const _0x2b5632=JSON[_0x1e0210(0xda)](_0x8266e5);let _0x18749a=await AWSUtils[_0x1e0210(0x107)](_0x1b2cd7);_0x18749a=_0x18749a[_0x1e0210(0xe5)](_0x38d0b3[_0x1e0210(0xf5)])[0x1];const _0x205cde={};_0x205cde[_0x1e0210(0x104)]=CLUSTER_HUB_HA_STACK_NAME+'-'+_0x1b2cd7+_0x1e0210(0xdb),_0x205cde['OnFailure']=_0x38d0b3[_0x1e0210(0xd4)],_0x205cde[_0x1e0210(0xec)]=_0x2b5632,_0x205cde[_0x1e0210(0xf6)]=[{'ParameterKey':_0x38d0b3['ycBgw'],'ParameterValue':_0x45ede8},{'ParameterKey':_0x38d0b3[_0x1e0210(0xf0)],'ParameterValue':CLUSTER_HUB_HA_STACK_NAME+'-'+_0x1b2cd7},{'ParameterKey':_0x38d0b3[_0x1e0210(0xd3)],'ParameterValue':_0x18749a}],_0x205cde[_0x1e0210(0x101)]=[_0x38d0b3['lBFlC']],_0x205cde[_0x1e0210(0xea)]=_0x4283ae;const _0x421146=_0x205cde,_0x5ce40e=await _0x583f84[_0x1e0210(0xe6)](_0x421146)[_0x1e0210(0x10a)]();logger['info'](_0x38d0b3['tOYeM']);const _0x1e065b={};return _0x1e065b[_0x1e0210(0x104)]=_0x5ce40e['StackId'],_0x583f84[_0x1e0210(0x100)](_0x38d0b3[_0x1e0210(0xf9)],_0x1e065b)[_0x1e0210(0x10a)]();};
@@ -1 +1 @@
1
- const a29_0x1694b0=a29_0x6e50;function a29_0xf6fe(){const _0x1a303b=['loadFromString','RbacAuthorizationV1Api','3687624fdhDCC','./utilityMethods','createK8sClient','AppsV1Api','2dgdBeL','existsSync','ApiregistrationV1Api','bluebird','NetworkingV1Api','105lFBSlv','insecure-skip-tls-verify','StorageV1Api','545776xEQeYR','cluster','getKubeConfigData','SVRRt','658503jlpBcU','47568WxSMgs','dump','js-yaml','2460972FIIGvc','hQVda','4310684hySEVH','mkdirSync','@kubernetes/client-node','132552eFjppW','makeApiClient'];a29_0xf6fe=function(){return _0x1a303b;};return a29_0xf6fe();}(function(_0xbb4e5b,_0x3994b0){const _0x4a52f3=a29_0x6e50,_0x38bfb6=_0xbb4e5b();while(!![]){try{const _0x33014a=parseInt(_0x4a52f3(0x1d3))/0x1+parseInt(_0x4a52f3(0x1db))/0x2*(-parseInt(_0x4a52f3(0x1e7))/0x3)+parseInt(_0x4a52f3(0x1e8))/0x4*(-parseInt(_0x4a52f3(0x1e0))/0x5)+-parseInt(_0x4a52f3(0x1ce))/0x6+parseInt(_0x4a52f3(0x1d0))/0x7+parseInt(_0x4a52f3(0x1e3))/0x8+parseInt(_0x4a52f3(0x1d7))/0x9;if(_0x33014a===_0x3994b0)break;else _0x38bfb6['push'](_0x38bfb6['shift']());}catch(_0x1a878a){_0x38bfb6['push'](_0x38bfb6['shift']());}}}(a29_0xf6fe,0x54b2f));function a29_0x6e50(_0x209188,_0x358e7d){const _0xf6feb=a29_0xf6fe();return a29_0x6e50=function(_0x6e50f1,_0x3ed40d){_0x6e50f1=_0x6e50f1-0x1cc;let _0xe12663=_0xf6feb[_0x6e50f1];return _0xe12663;},a29_0x6e50(_0x209188,_0x358e7d);}const fs=require('fs'),yaml=require(a29_0x1694b0(0x1cd)),Promise=require(a29_0x1694b0(0x1de)),{getDirForConfig}=require(a29_0x1694b0(0x1d8));Promise['promisifyAll'](fs),exports[a29_0x1694b0(0x1d9)]=async(_0x2e9988,_0x32ce04)=>{const _0x4e7e65=a29_0x1694b0,_0x5bca22={'hQVda':function(_0xfe3949){return _0xfe3949();},'kywIi':_0x4e7e65(0x1e1),'SVRRt':_0x4e7e65(0x1d2)},_0x470c82=_0x5bca22[_0x4e7e65(0x1cf)](getDirForConfig);!fs[_0x4e7e65(0x1dc)](_0x470c82)&&fs[_0x4e7e65(0x1d1)](_0x470c82);let _0xce73bf=await _0x2e9988[_0x4e7e65(0x1e5)]();if(_0x32ce04){const _0x412424=yaml['load'](_0xce73bf);_0x412424['clusters'][0x0][_0x4e7e65(0x1e4)][_0x5bca22['kywIi']]=!![],_0xce73bf=yaml[_0x4e7e65(0x1cc)](_0x412424);}const _0x4db11c=await import(_0x5bca22[_0x4e7e65(0x1e6)]),_0x579627=new _0x4db11c['KubeConfig']();_0x579627[_0x4e7e65(0x1d5)](_0xce73bf);const _0x98c15e=_0x579627[_0x4e7e65(0x1d4)](_0x4db11c['CoreV1Api']),_0x2cb870=_0x579627[_0x4e7e65(0x1d4)](_0x4db11c[_0x4e7e65(0x1da)]),_0x47d949=_0x579627[_0x4e7e65(0x1d4)](_0x4db11c[_0x4e7e65(0x1df)]),_0x48edf7=_0x579627[_0x4e7e65(0x1d4)](_0x4db11c[_0x4e7e65(0x1d6)]),_0x31de5b=_0x579627[_0x4e7e65(0x1d4)](_0x4db11c[_0x4e7e65(0x1dd)]),_0x8531b6=_0x579627[_0x4e7e65(0x1d4)](_0x4db11c[_0x4e7e65(0x1e2)]);return[_0x98c15e,_0x2cb870,_0x47d949,_0x48edf7,_0x31de5b,_0x8531b6,_0x579627];};
1
+ const a29_0x23473f=a29_0x3761;(function(_0x3548d5,_0xb67795){const _0x287303=a29_0x3761,_0x34c5c0=_0x3548d5();while(!![]){try{const _0x3b53d3=parseInt(_0x287303(0xe3))/0x1*(parseInt(_0x287303(0xe2))/0x2)+parseInt(_0x287303(0xe1))/0x3*(parseInt(_0x287303(0xe7))/0x4)+parseInt(_0x287303(0xf2))/0x5+-parseInt(_0x287303(0xf5))/0x6+parseInt(_0x287303(0xfa))/0x7+-parseInt(_0x287303(0xe4))/0x8+-parseInt(_0x287303(0xef))/0x9;if(_0x3b53d3===_0xb67795)break;else _0x34c5c0['push'](_0x34c5c0['shift']());}catch(_0x265f91){_0x34c5c0['push'](_0x34c5c0['shift']());}}}(a29_0x5b2f,0x62755));function a29_0x5b2f(){const _0x5b8ac1=['4148336wbpywt','NetworkingV1Api','./utilityMethods','4KgjcGN','existsSync','bluebird','getKubeConfigData','makeApiClient','createK8sClient','ApiregistrationV1Api','@kubernetes/client-node','6868917GqSIVI','insecure-skip-tls-verify','AppsV1Api','3995205HqKztB','cluster','mkdirSync','2499600kNEQZU','dump','promisifyAll','RbacAuthorizationV1Api','EtBxe','1588790zwbbyl','load','1103469Jnakwa','1415612IgvyAV','1cPblcR'];a29_0x5b2f=function(){return _0x5b8ac1;};return a29_0x5b2f();}function a29_0x3761(_0x5200d5,_0x4c3332){const _0x5b2f8e=a29_0x5b2f();return a29_0x3761=function(_0x37619a,_0x3c0e5b){_0x37619a=_0x37619a-0xe0;let _0x567bcd=_0x5b2f8e[_0x37619a];return _0x567bcd;},a29_0x3761(_0x5200d5,_0x4c3332);}const fs=require('fs'),yaml=require('js-yaml'),Promise=require(a29_0x23473f(0xe9)),{getDirForConfig}=require(a29_0x23473f(0xe6));Promise[a29_0x23473f(0xf7)](fs),exports[a29_0x23473f(0xec)]=async(_0x382d2d,_0x6585e8)=>{const _0x35ffa2=a29_0x23473f,_0x6f3f54={'QgPwZ':function(_0x454695){return _0x454695();},'EtBxe':_0x35ffa2(0xf0),'UXuLs':_0x35ffa2(0xee)},_0x4d6a05=_0x6f3f54['QgPwZ'](getDirForConfig);!fs[_0x35ffa2(0xe8)](_0x4d6a05)&&fs[_0x35ffa2(0xf4)](_0x4d6a05);let _0x4c1dcc=await _0x382d2d[_0x35ffa2(0xea)]();if(_0x6585e8){const _0x21db44=yaml[_0x35ffa2(0xe0)](_0x4c1dcc);_0x21db44['clusters'][0x0][_0x35ffa2(0xf3)][_0x6f3f54[_0x35ffa2(0xf9)]]=!![],_0x4c1dcc=yaml[_0x35ffa2(0xf6)](_0x21db44);}const _0x21f6ed=await import(_0x6f3f54['UXuLs']),_0x3745a3=new _0x21f6ed['KubeConfig']();_0x3745a3['loadFromString'](_0x4c1dcc);const _0xede20a=_0x3745a3[_0x35ffa2(0xeb)](_0x21f6ed['CoreV1Api']),_0x38fc34=_0x3745a3[_0x35ffa2(0xeb)](_0x21f6ed[_0x35ffa2(0xf1)]),_0x1ce4c6=_0x3745a3[_0x35ffa2(0xeb)](_0x21f6ed[_0x35ffa2(0xe5)]),_0x2373e9=_0x3745a3[_0x35ffa2(0xeb)](_0x21f6ed[_0x35ffa2(0xf8)]),_0x248d1b=_0x3745a3[_0x35ffa2(0xeb)](_0x21f6ed[_0x35ffa2(0xed)]),_0x431282=_0x3745a3['makeApiClient'](_0x21f6ed['StorageV1Api']);return[_0xede20a,_0x38fc34,_0x1ce4c6,_0x2373e9,_0x248d1b,_0x431282,_0x3745a3];};
@@ -1 +1 @@
1
- function a30_0x556e(_0x523bc7,_0x13cffa){const _0x36dc41=a30_0x36dc();return a30_0x556e=function(_0x556ec2,_0x45085a){_0x556ec2=_0x556ec2-0x1c4;let _0x19d89f=_0x36dc41[_0x556ec2];return _0x19d89f;},a30_0x556e(_0x523bc7,_0x13cffa);}const a30_0x2168b3=a30_0x556e;(function(_0x54aa60,_0x3556d8){const _0x5b5d38=a30_0x556e,_0x331e65=_0x54aa60();while(!![]){try{const _0x5c2c4f=parseInt(_0x5b5d38(0x1de))/0x1+parseInt(_0x5b5d38(0x1c6))/0x2*(parseInt(_0x5b5d38(0x1d7))/0x3)+parseInt(_0x5b5d38(0x1c9))/0x4*(parseInt(_0x5b5d38(0x1c5))/0x5)+-parseInt(_0x5b5d38(0x1cc))/0x6*(parseInt(_0x5b5d38(0x1e3))/0x7)+-parseInt(_0x5b5d38(0x1da))/0x8+-parseInt(_0x5b5d38(0x1c4))/0x9+-parseInt(_0x5b5d38(0x1d4))/0xa*(parseInt(_0x5b5d38(0x1d2))/0xb);if(_0x5c2c4f===_0x3556d8)break;else _0x331e65['push'](_0x331e65['shift']());}catch(_0x13037b){_0x331e65['push'](_0x331e65['shift']());}}}(a30_0x36dc,0x29634));function a30_0x36dc(){const _0x1a9ab1=['FileSystemId','OutputKey','EFSFileSystemId','1603NDSaoX','avQnP','2728548qwCaxd','516670SehGGf','484754JpFFWW','deleteEFSMountTarget','OutputValue','8YcOzUv','No\x20Mount\x20targets\x20found\x20for\x20the\x20EFS\x20FileSystem\x20ID,\x20skipping\x20mount\x20target\x20deletion.','../config/logger','354GwkIxd','Mount\x20target\x20','DaZnX','error','MountTargets','region','11cbhoaT','../config/constants','116690nqDIXh','EFS\x20FileSystem\x20ID\x20found:\x20','oEEfB','3SwIeFE','info','describeMountTargets','1990280Cddxex','promise','MountTargetId','Error\x20deleting\x20EFS\x20mount\x20targets:','297616sOsqFe','deleteMountTarget'];a30_0x36dc=function(){return _0x1a9ab1;};return a30_0x36dc();}const {logger}=require(a30_0x2168b3(0x1cb)),awsSDK=require('aws-sdk'),{global_registry}=require(a30_0x2168b3(0x1d3));exports[a30_0x2168b3(0x1c7)]=async _0x627428=>{const _0xeee166=a30_0x2168b3,_0x32afbb={};_0x32afbb[_0xeee166(0x1e4)]=_0xeee166(0x1ca),_0x32afbb[_0xeee166(0x1ce)]='No\x20EFS\x20FileSystem\x20ID\x20found\x20in\x20stack\x20outputs,\x20skipping\x20mount\x20target\x20deletion.',_0x32afbb[_0xeee166(0x1d6)]=_0xeee166(0x1dd);const _0x415fd6=_0x32afbb;try{const _0x16207b={};_0x16207b[_0xeee166(0x1d1)]=global_registry['clusterRegion'];const _0x3e284e=new awsSDK['EFS'](_0x16207b),_0x3e788d=_0x627428['find'](_0x3ef6d2=>_0x3ef6d2[_0xeee166(0x1e1)]===_0xeee166(0x1e2))?.[_0xeee166(0x1c8)];if(_0x3e788d){logger[_0xeee166(0x1d8)](_0xeee166(0x1d5)+_0x3e788d+'.\x20Deleting\x20mount\x20targets...');const _0xf34719={};_0xf34719[_0xeee166(0x1e0)]=_0x3e788d;const _0x2d28c7=_0xf34719,_0x690f12=await _0x3e284e[_0xeee166(0x1d9)](_0x2d28c7)[_0xeee166(0x1db)]();if(_0x690f12)for(const _0x2d1d0d of _0x690f12[_0xeee166(0x1d0)]){const _0x346db6={};_0x346db6[_0xeee166(0x1dc)]=_0x2d1d0d[_0xeee166(0x1dc)];const _0x2ebbb3=_0x346db6;await _0x3e284e[_0xeee166(0x1df)](_0x2ebbb3)[_0xeee166(0x1db)](),logger[_0xeee166(0x1d8)](_0xeee166(0x1cd)+_0x2d1d0d[_0xeee166(0x1dc)]+'\x20deleted\x20successfully');}else logger['info'](_0x415fd6[_0xeee166(0x1e4)]);}else logger[_0xeee166(0x1d8)](_0x415fd6[_0xeee166(0x1ce)]);}catch(_0x41f89a){logger[_0xeee166(0x1cf)](_0x415fd6[_0xeee166(0x1d6)],_0x41f89a);}};
1
+ const a30_0x2379de=a30_0x40f2;(function(_0x1e2c0d,_0x4994ef){const _0x45baf8=a30_0x40f2,_0x52050e=_0x1e2c0d();while(!![]){try{const _0x3d46a8=-parseInt(_0x45baf8(0x1ae))/0x1*(parseInt(_0x45baf8(0x1bd))/0x2)+parseInt(_0x45baf8(0x1b4))/0x3+parseInt(_0x45baf8(0x1ad))/0x4*(parseInt(_0x45baf8(0x1b5))/0x5)+-parseInt(_0x45baf8(0x1be))/0x6+-parseInt(_0x45baf8(0x1b2))/0x7*(-parseInt(_0x45baf8(0x1bf))/0x8)+parseInt(_0x45baf8(0x1bb))/0x9+-parseInt(_0x45baf8(0x1cb))/0xa;if(_0x3d46a8===_0x4994ef)break;else _0x52050e['push'](_0x52050e['shift']());}catch(_0x349137){_0x52050e['push'](_0x52050e['shift']());}}}(a30_0x5051,0x951d0));const {logger}=require(a30_0x2379de(0x1c2)),awsSDK=require('aws-sdk'),{global_registry}=require(a30_0x2379de(0x1b6));function a30_0x40f2(_0x149a1c,_0x59c60a){const _0x5051ce=a30_0x5051();return a30_0x40f2=function(_0x40f2a8,_0x3de65f){_0x40f2a8=_0x40f2a8-0x1ac;let _0x1f250c=_0x5051ce[_0x40f2a8];return _0x1f250c;},a30_0x40f2(_0x149a1c,_0x59c60a);}exports[a30_0x2379de(0x1ba)]=async _0x353a3d=>{const _0x30ea66=a30_0x2379de,_0x210bf0={};_0x210bf0['DPRSh']=_0x30ea66(0x1c5),_0x210bf0[_0x30ea66(0x1b7)]='No\x20EFS\x20FileSystem\x20ID\x20found\x20in\x20stack\x20outputs,\x20skipping\x20mount\x20target\x20deletion.',_0x210bf0[_0x30ea66(0x1cc)]=_0x30ea66(0x1b0);const _0x44af75=_0x210bf0;try{const _0x21b885={};_0x21b885[_0x30ea66(0x1ca)]=global_registry[_0x30ea66(0x1b3)];const _0x639b03=new awsSDK[(_0x30ea66(0x1b8))](_0x21b885),_0x41e393=_0x353a3d[_0x30ea66(0x1c4)](_0xc90aa2=>_0xc90aa2['OutputKey']===_0x30ea66(0x1b1))?.[_0x30ea66(0x1c1)];if(_0x41e393){logger[_0x30ea66(0x1bc)](_0x30ea66(0x1af)+_0x41e393+'.\x20Deleting\x20mount\x20targets...');const _0x502e9c={};_0x502e9c['FileSystemId']=_0x41e393;const _0x45e8ff=_0x502e9c,_0x28696e=await _0x639b03[_0x30ea66(0x1c3)](_0x45e8ff)[_0x30ea66(0x1c6)]();if(_0x28696e)for(const _0x167551 of _0x28696e[_0x30ea66(0x1c0)]){const _0x1eaef6={};_0x1eaef6[_0x30ea66(0x1ac)]=_0x167551['MountTargetId'];const _0x2244d0=_0x1eaef6;await _0x639b03[_0x30ea66(0x1c8)](_0x2244d0)['promise'](),logger[_0x30ea66(0x1bc)](_0x30ea66(0x1c9)+_0x167551[_0x30ea66(0x1ac)]+'\x20deleted\x20successfully');}else logger['info'](_0x44af75[_0x30ea66(0x1b9)]);}else logger[_0x30ea66(0x1bc)](_0x44af75[_0x30ea66(0x1b7)]);}catch(_0x81710c){logger[_0x30ea66(0x1c7)](_0x44af75[_0x30ea66(0x1cc)],_0x81710c);}};function a30_0x5051(){const _0x31cb3e=['5648uIKdyJ','MountTargets','OutputValue','../config/logger','describeMountTargets','find','No\x20Mount\x20targets\x20found\x20for\x20the\x20EFS\x20FileSystem\x20ID,\x20skipping\x20mount\x20target\x20deletion.','promise','error','deleteMountTarget','Mount\x20target\x20','region','3953550WFqcQG','VttQk','MountTargetId','16gCLzdP','11358yEwAUF','EFS\x20FileSystem\x20ID\x20found:\x20','Error\x20deleting\x20EFS\x20mount\x20targets:','EFSFileSystemId','5824mDBLnY','clusterRegion','2435451CswxqZ','420655okYjPW','../config/constants','vTCdK','EFS','DPRSh','deleteEFSMountTarget','2022147vwhiMV','info','112bsQJdE','1909470FlPZNO'];a30_0x5051=function(){return _0x31cb3e;};return a30_0x5051();}
@@ -1 +1 @@
1
- const a31_0x3500e2=a31_0x2fb3;(function(_0x713279,_0x41dcaa){const _0x4317c0=a31_0x2fb3,_0x3a0a8a=_0x713279();while(!![]){try{const _0x3c0602=-parseInt(_0x4317c0(0xf6))/0x1+-parseInt(_0x4317c0(0xf7))/0x2+parseInt(_0x4317c0(0x104))/0x3+-parseInt(_0x4317c0(0x108))/0x4+parseInt(_0x4317c0(0xfe))/0x5*(-parseInt(_0x4317c0(0xf2))/0x6)+-parseInt(_0x4317c0(0x101))/0x7+-parseInt(_0x4317c0(0x109))/0x8*(-parseInt(_0x4317c0(0xfc))/0x9);if(_0x3c0602===_0x41dcaa)break;else _0x3a0a8a['push'](_0x3a0a8a['shift']());}catch(_0x2810ee){_0x3a0a8a['push'](_0x3a0a8a['shift']());}}}(a31_0x501b,0x94437));const AWS=require(a31_0x3500e2(0x102))[a31_0x3500e2(0xf9)],{logger}=require(a31_0x3500e2(0xfa));function a31_0x2fb3(_0xc2535a,_0x462c01){const _0x501bd2=a31_0x501b();return a31_0x2fb3=function(_0x2fb3b9,_0x290b1d){_0x2fb3b9=_0x2fb3b9-0xf2;let _0x14fc81=_0x501bd2[_0x2fb3b9];return _0x14fc81;},a31_0x2fb3(_0xc2535a,_0x462c01);}function a31_0x501b(){const _0x18395d=['342AXtUHg','stackDeleteComplete','40BQfyfp','ZoEMp','CloudFormation','3786657wbkhDk','./AWSUtils','deleteClusterStack','619872VmlFsf','MPrAe','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','deleteStack','2756468PNccpq','641128mtVdBH','566232cJoJAW','SYlBT','StackName','apiVersion','402688YirSHF','513926YEDjKF','waitFor','awsObj','../config/logger','debug'];a31_0x501b=function(){return _0x18395d;};return a31_0x501b();}exports[a31_0x3500e2(0x103)]=async _0x31c56e=>{const _0x57e3d2=a31_0x3500e2,_0x32c772={};_0x32c772[_0x57e3d2(0x105)]='2010-05-15',_0x32c772[_0x57e3d2(0xff)]=_0x57e3d2(0x106),_0x32c772[_0x57e3d2(0xf3)]=_0x57e3d2(0xfd);const _0x1a04fc=_0x32c772,_0xfc0bca={};_0xfc0bca[_0x57e3d2(0xf5)]=_0x1a04fc[_0x57e3d2(0x105)];const _0x306721=new AWS[(_0x57e3d2(0x100))](_0xfc0bca),_0x277199={};_0x277199[_0x57e3d2(0xf4)]=_0x31c56e;const _0x556e84=_0x277199,_0x1596fb=await _0x306721[_0x57e3d2(0x107)](_0x556e84)['promise']();logger[_0x57e3d2(0xfb)](_0x1a04fc[_0x57e3d2(0xff)]);const _0x4a131b={};return _0x4a131b[_0x57e3d2(0xf4)]=_0x31c56e,_0x306721[_0x57e3d2(0xf8)](_0x1a04fc[_0x57e3d2(0xf3)],_0x4a131b)['promise']();};
1
+ const a31_0x3b5808=a31_0x12f7;function a31_0x12f7(_0x30d373,_0x4b832c){const _0x3e41b7=a31_0x3e41();return a31_0x12f7=function(_0x12f793,_0xbffe0c){_0x12f793=_0x12f793-0xb3;let _0x2a69a4=_0x3e41b7[_0x12f793];return _0x2a69a4;},a31_0x12f7(_0x30d373,_0x4b832c);}(function(_0x27f891,_0x136235){const _0x13ca58=a31_0x12f7,_0x46aa95=_0x27f891();while(!![]){try{const _0x127e81=parseInt(_0x13ca58(0xc5))/0x1+-parseInt(_0x13ca58(0xb9))/0x2+-parseInt(_0x13ca58(0xb3))/0x3*(-parseInt(_0x13ca58(0xbb))/0x4)+parseInt(_0x13ca58(0xbf))/0x5+-parseInt(_0x13ca58(0xbc))/0x6+-parseInt(_0x13ca58(0xb6))/0x7+-parseInt(_0x13ca58(0xbe))/0x8*(-parseInt(_0x13ca58(0xc3))/0x9);if(_0x127e81===_0x136235)break;else _0x46aa95['push'](_0x46aa95['shift']());}catch(_0x1adf6e){_0x46aa95['push'](_0x46aa95['shift']());}}}(a31_0x3e41,0xd6ccd));function a31_0x3e41(){const _0x2b4e7b=['deleteClusterStack','1201943eoDLRr','3885JkGRbr','wcLwK','../config/logger','2822673ySHTgg','deleteStack','2010-05-15','3468874ogQZoN','debug','1832xwpCsc','7208322ACPpUN','promise','8LEbtaZ','6894670fUqnnj','YNkKc','./AWSUtils','StackName','9404073Tjjstf'];a31_0x3e41=function(){return _0x2b4e7b;};return a31_0x3e41();}const AWS=require(a31_0x3b5808(0xc1))['awsObj'],{logger}=require(a31_0x3b5808(0xb5));exports[a31_0x3b5808(0xc4)]=async _0x509b27=>{const _0x14412f=a31_0x3b5808,_0x2a2923={};_0x2a2923[_0x14412f(0xc0)]=_0x14412f(0xb8),_0x2a2923['aumio']='Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete',_0x2a2923[_0x14412f(0xb4)]='stackDeleteComplete';const _0x26e8b1=_0x2a2923,_0xc73af4={};_0xc73af4['apiVersion']=_0x26e8b1[_0x14412f(0xc0)];const _0x4b348b=new AWS['CloudFormation'](_0xc73af4),_0xd4d3e4={};_0xd4d3e4[_0x14412f(0xc2)]=_0x509b27;const _0x14e994=_0xd4d3e4,_0x42f5e3=await _0x4b348b[_0x14412f(0xb7)](_0x14e994)[_0x14412f(0xbd)]();logger[_0x14412f(0xba)](_0x26e8b1['aumio']);const _0x17cb08={};return _0x17cb08[_0x14412f(0xc2)]=_0x509b27,_0x4b348b['waitFor'](_0x26e8b1['wcLwK'],_0x17cb08)[_0x14412f(0xbd)]();};
@@ -1 +1 @@
1
- function a32_0x3052(_0xa3e248,_0x1b17c7){const _0x31027e=a32_0x3102();return a32_0x3052=function(_0x305291,_0x36ce56){_0x305291=_0x305291-0x11d;let _0x27a697=_0x31027e[_0x305291];return _0x27a697;},a32_0x3052(_0xa3e248,_0x1b17c7);}function a32_0x3102(){const _0x1e1366=['apiVersion','371900gXwYHg','../config/logger','describeClusterStack','1571544Flesey','2010-05-15','CloudFormation','awsObj','qGfwb','3117776qwamAe','1545104HUzEMF','8VsELAX','./AWSUtils','2263056vpCpzP','1297200AofxjH','promise','1061354BZXZNM','21ufGFtN'];a32_0x3102=function(){return _0x1e1366;};return a32_0x3102();}const a32_0x273e77=a32_0x3052;(function(_0x1dd3d6,_0x20c9fc){const _0xf75ad7=a32_0x3052,_0x175b75=_0x1dd3d6();while(!![]){try{const _0x318fe1=parseInt(_0xf75ad7(0x11f))/0x1+-parseInt(_0xf75ad7(0x12b))/0x2+-parseInt(_0xf75ad7(0x11d))/0x3*(parseInt(_0xf75ad7(0x12c))/0x4)+-parseInt(_0xf75ad7(0x122))/0x5+parseInt(_0xf75ad7(0x12e))/0x6+parseInt(_0xf75ad7(0x120))/0x7*(parseInt(_0xf75ad7(0x12a))/0x8)+-parseInt(_0xf75ad7(0x125))/0x9;if(_0x318fe1===_0x20c9fc)break;else _0x175b75['push'](_0x175b75['shift']());}catch(_0x4a27ed){_0x175b75['push'](_0x175b75['shift']());}}}(a32_0x3102,0xb01c4));const AWS=require(a32_0x273e77(0x12d))[a32_0x273e77(0x128)],{logger}=require(a32_0x273e77(0x123));exports[a32_0x273e77(0x124)]=async _0x2576ad=>{const _0x1e34d1=a32_0x273e77,_0x45aa3e={};_0x45aa3e[_0x1e34d1(0x129)]=_0x1e34d1(0x126);const _0x118157=_0x45aa3e,_0x3ecb5f={};_0x3ecb5f[_0x1e34d1(0x121)]=_0x118157['qGfwb'];const _0x38e7a4=new AWS[(_0x1e34d1(0x127))](_0x3ecb5f),_0x2580c9={};_0x2580c9['StackName']=_0x2576ad;const _0x56c4bf=_0x2580c9;return _0x38e7a4['describeStacks'](_0x56c4bf)[_0x1e34d1(0x11e)]();};
1
+ const a32_0x3f3011=a32_0x3ab3;function a32_0x3ab3(_0x147cc4,_0x3e4178){const _0x25c030=a32_0x25c0();return a32_0x3ab3=function(_0x3ab31c,_0x6c46df){_0x3ab31c=_0x3ab31c-0x1d9;let _0x1fe928=_0x25c030[_0x3ab31c];return _0x1fe928;},a32_0x3ab3(_0x147cc4,_0x3e4178);}(function(_0x31be72,_0xade341){const _0x955feb=a32_0x3ab3,_0x108e65=_0x31be72();while(!![]){try{const _0x1c90cb=parseInt(_0x955feb(0x1e3))/0x1*(-parseInt(_0x955feb(0x1ef))/0x2)+-parseInt(_0x955feb(0x1de))/0x3*(-parseInt(_0x955feb(0x1ee))/0x4)+parseInt(_0x955feb(0x1da))/0x5+-parseInt(_0x955feb(0x1e1))/0x6*(parseInt(_0x955feb(0x1e7))/0x7)+-parseInt(_0x955feb(0x1e0))/0x8*(-parseInt(_0x955feb(0x1e8))/0x9)+parseInt(_0x955feb(0x1d9))/0xa*(parseInt(_0x955feb(0x1ea))/0xb)+parseInt(_0x955feb(0x1df))/0xc*(-parseInt(_0x955feb(0x1e6))/0xd);if(_0x1c90cb===_0xade341)break;else _0x108e65['push'](_0x108e65['shift']());}catch(_0x16d3ea){_0x108e65['push'](_0x108e65['shift']());}}}(a32_0x25c0,0xcf9b3));function a32_0x25c0(){const _0x2a657e=['./AWSUtils','15vRhlsL','3833040GEVXLF','8mmwmdL','220842QWnOaR','StackName','1zPEkEt','describeClusterStack','kTPBj','13Sletug','301YOQqBt','4419081WcHcuy','promise','187GgfnEU','CloudFormation','../config/logger','describeStacks','576796HKYChP','1533196zSsxlD','apiVersion','514390IGkBqV','7163035weUraE','2010-05-15','awsObj'];a32_0x25c0=function(){return _0x2a657e;};return a32_0x25c0();}const AWS=require(a32_0x3f3011(0x1dd))[a32_0x3f3011(0x1dc)],{logger}=require(a32_0x3f3011(0x1ec));exports[a32_0x3f3011(0x1e4)]=async _0x312a10=>{const _0x4be569=a32_0x3f3011,_0x4702cb={};_0x4702cb[_0x4be569(0x1e5)]=_0x4be569(0x1db);const _0x8000fa=_0x4702cb,_0x4c38fc={};_0x4c38fc[_0x4be569(0x1f0)]=_0x8000fa[_0x4be569(0x1e5)];const _0x4cd021=new AWS[(_0x4be569(0x1eb))](_0x4c38fc),_0x34ce9f={};_0x34ce9f[_0x4be569(0x1e2)]=_0x312a10;const _0x49de08=_0x34ce9f;return _0x4cd021[_0x4be569(0x1ed)](_0x49de08)[_0x4be569(0x1e9)]();};