@@ -44,19 +44,14 @@ OSDU uses the Postman tool to do majority of API testing. Here are the pre-requi
...
@@ -44,19 +44,14 @@ OSDU uses the Postman tool to do majority of API testing. Here are the pre-requi
_Pre-requisites:_
_Pre-requisites:_
1. Deployed OSDU on GCP deployed with [examples](https://community.opengroup.org/osdu/platform/deployment-and-operations/infra-gcp-provisioning/-/tree/release/0.15/examples/simple_osdu)(for release **M12/v0.15**) or newer ones
1. Deployed OSDU on GCP deployed with [examples](https://community.opengroup.org/osdu/platform/deployment-and-operations/infra-gcp-provisioning/-/tree/release/0.23/examples/simple_osdu)(for release **M20/v0.23**) or newer ones
2. A valid Google account that is used during OSDU deployment (used as the "admin_user_email" Terraform variable)
2. A valid Google account that is used during OSDU deployment (used as the "admin_user_email" Terraform variable)
_Steps:_
_Steps:_
1.**Download Postman environment file for the OSDU installation:**
1.**Download Postman environment file for the OSDU installation:**
- Login to the GCP console of your project
- Navigate to "Cloud Functions" > "postman-function-python" > "TRIGGER"
- Click on Trigger URL (image 1)
As a result, the _gcp-.postman_environment.json_ file should be downloaded.
Since release M19/v0.22 GC installation comes with `config` service that allows download of Postman environment file. Simply use link `https://<your_domain>/api/config/v1/postman-environment` and save the page.