admin管理员组

文章数量:1302982

This is my first POC in GW Cloud.

I am following the GW documentation to visualize the APD products from Cloud into my local and as per the document, i have configured the TENANT_ID and DEPLOYMENT_ID in the env variable. While restarting the server to refresh the changes, server starts to fail for claiming additional variables should be present and the expected variables are OKTA_CLIENT_ID , OKTA_CLIENT_SECRET , OKTA_AUTH_SERVER_URL and this is not given in the documentation.

It looks like, it tries to establish the connection with GWCP upon starting the server and uses it later,

Could someone share your views about the issue. How this connection works ? what stage it establish the connection with GWCP in local ?

This is my first POC in GW Cloud.

I am following the GW documentation to visualize the APD products from Cloud into my local and as per the document, i have configured the TENANT_ID and DEPLOYMENT_ID in the env variable. While restarting the server to refresh the changes, server starts to fail for claiming additional variables should be present and the expected variables are OKTA_CLIENT_ID , OKTA_CLIENT_SECRET , OKTA_AUTH_SERVER_URL and this is not given in the documentation.

It looks like, it tries to establish the connection with GWCP upon starting the server and uses it later,

Could someone share your views about the issue. How this connection works ? what stage it establish the connection with GWCP in local ?

Share asked Feb 10 at 17:39 Sathis K NSathis K N 172 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

I have found the answer, We have to configure the values for below attribute in env variables in local IDE to establish the connection with the GCC .

DEPLOYMENT_ID OKTA_CLIENT_SECRET OKTA_CLIENT_ID OKTA_AUTH_SERVER_URL

After configuring the above attributes , i am able to run the server and able to pull the APD products into my local to visualize.

本文标签: guidewireVisualize APD Products from APD in Local PCStack Overflow