Skip to content

Commit 0aa0d38

Browse files
authored
Merge pull request #98 from IBM/dl-provider-latest
feat: directlink provider updated to latest spec
2 parents d1b888c + 0bd2ad1 commit 0aa0d38

File tree

3 files changed

+860
-456
lines changed

3 files changed

+860
-456
lines changed

dl.env.properties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ export DL_SERVICES_APIKEY="<IAM-API-KEY>"
33
export DL_SERVICES_LOCATION_NAME=dal09
44
export DL_SERVICES_LOCATION_LONG_NAME='Dallas 09'
55
export DL_SERVICES_SERVICE_URL=https://directlink.test.cloud.ibm.com/v1
6+
export DL_PROVIDER_SERVICES_URL_V2=https://directlink.test.cloud.ibm.com/provider/v2
7+
export DL_PROVIDER_SERVICES_APIKEY="<IAM-API-KEY>"
8+
export DL_PROVIDER_SERVICES_CUSTOMER_ACCT_ID="<UUID>"
69
export DL_SERVICES_IAM_URL=https://iam.test.cloud.ibm.com/identity/token
710
export DL_SERVICES_GW_NAME=SDK-PY-DL-gateway
11+
export DL_PROVIDER_SERVICES_GW_NAME=SDK-PVDR-PY-DL-gw
12+
export DL_PROVIDER_SERVICES_UPDATED_GW_NAME=SDK-PVDR-PY-DL-gw-updated
813
export DL_SERVICES_CONN_NAME=SDK-PY-DL-vc
914
export DL_SERVICES_AUTHENTICATION_KEY=crn:v1:public:is:us-south:a/3b1bd7fa2bc3406ea70ba4ade8aa3f1b::vpc:r134-1680db5a-7672-41af-89fb-bbbc94ac6964

0 commit comments

Comments
 (0)