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
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