Archy setup and proxy

Hi,

Does anyone has an idea on how to install & run archy behind a proxy ?

The first step of the installation is OK but once archy has to refresh the objects of my org it seems it can't connect to it because it does not use the proxy.
I get endless request :

PS C:\archy> ./archy.bat refresh --debug
Architect Scripting running under Node version '10.4.1'
ArchSessionId:ByJE1HObL
processing the configuration setting 'authToken'.
processing the configuration setting 'clientId'.
getting the value for the setting 'clientId' from the Archy configuration file.
processing the configuration setting 'clientSecret'.
getting the value for the setting 'clientSecret' from the Archy configuration file.
processing the configuration setting 'debug'.
processing the configuration setting 'homeDir'.
getting the value for the setting 'homeDir' from the Archy configuration file.
processing the configuration setting 'location'.
getting the value for the setting 'location' from the Archy configuration file.
processing the configuration setting 'outputDir'.


                   Runtime Configuration

authToken: ''
source - undefined

clientId: '***'
source - config file: 'C:\Users\Administrator.archy_config'

clientSecret: '***'
source - config file: 'C:\Users\Administrator.archy_config'

debug: true
source - command line parameter

homeDir: 'C:\archy\archyHome'
source - config file: 'C:\Users\Administrator.archy_config'

location: 'prod_eu_west_1'
source - config file: 'C:\Users\Administrator.archy_config'

outputDir: ''
source - undefined

  • setting the endTerminatesProcess to false -- [ArchSession, ArchSessionId:'***']

startup Mode: Using client ID and secret. Treating as client credentials grant.

Is there a way to use a proxy for these requests ?

Best Regards

Hi Loic_Hesling,
Thanks for the feedback. Unfortunately at this time there is no way to configure Archy to use a proxy. This is something that we can look into for a future version of Archy. This will actually be something we need to add to Architect Scripting first since Archy is built on top of Scripting and then provide a way to specify proxy settings that also works with the PureCloud platform SDK as Archy uses that as well.

Thanks,
Jon

Ok though so.

In the meantime I'm using VS Code Online, the only drawback is that I can't use the feature to call the flow directly on the localhost.
But I can at least develop and push flows on my org from there, which is enough for now.
I'll keep digging through the exercice but I can already tell it's a great shortcut to develop flows, nice piece of work !

Thanks,

Loïc

Thank you! Let us know if you run into any more issues.

Thanks,
Jon

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.