bcgov / gwa-cli

Apache License 2.0
6 stars 1 forks source link

Product is not created with gwa apply command #90

Closed ikethecoder closed 1 year ago

ikethecoder commented 1 year ago

Step 1: Generate config file with following command gwa generate-config --template client-credentials-shared-idp --service my-service --upstream https://httpbin.org/ --org ministry-of-health --org-unit planning-and-innovation-division

Step 2 : Apply 'gwa apply' to publish gateway service, credential issuer, dataset and product define in gw-config.yml file

Actual Result : Product is not created with gwa apply command, gateway service, credential issuer, dataset are published successfully. However, product is also published with second attempt

Expected Result : All the entities in gw-config.yml file should be created successfully in first attempt

ikethecoder commented 1 year ago

Related to a Portal issue https://github.com/bcgov/api-services-portal/issues/946