Skip to main content
Level 2
May 21, 2020
Resuelto

IO Runtime local Setup Issues

  • May 21, 2020
  • 1 respuesta
  • 7216 visualizaciones

 

I am trying to set up the IO runtime dev environment locally. Directions here state that I need to setup a ".wskprops"
file with following details :

AUTH=<Your UUID>
APIHOST=adobeioruntime.net
NAMESPACE=<Your namespace>

What should be Auth variable set to ?

 

I understand that this is basic authentication string.

Should this be "CLIENT ID:CLIENT SECRET" ?

I have tried that and when I try to verify "wsk list". Keep getting this :

error: Unable to obtain the list of entities for namespace 'default': The supplied authentication is invalid

Este tema ha sido cerrado para respuestas.
Mejor respuesta de mihai-corlan

Hello Abhinav,

 

Did you create a Runtime namespace in the Developer Console - https://console.adobe.io ? If yes, then from the Console project overview page you can download the project configuration file and you will find the credential needed.

 

Cheers,

Mihai

1 respuesta

mihai-corlanAdobe EmployeeRespuesta
Adobe Employee
May 21, 2020

Hello Abhinav,

 

Did you create a Runtime namespace in the Developer Console - https://console.adobe.io ? If yes, then from the Console project overview page you can download the project configuration file and you will find the credential needed.

 

Cheers,

Mihai

Level 2
May 21, 2020

I did create a namespace and was able to download the config file.

 

Updated the ".wskprops" as shown in the attached screenshot. But still, continue to get the same error