File: ibm-credentials-mcspv2.env

package info (click to toggle)
python-ibm-cloud-sdk-core 3.24.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 944 kB
  • sloc: python: 5,750; makefile: 40; xml: 7; sh: 7
file content (27 lines) | stat: -rw-r--r-- 839 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# MCSP v2 with only required properties
SERVICE1_AUTH_TYPE=mcspv2
SERVICE1_APIKEY=my-api-key
SERVICE1_AUTH_URL=https://mcspv2.ibm.com
SERVICE1_SCOPE_COLLECTION_TYPE=accounts
SERVICE1_SCOPE_ID=global_account

# MCSP v2 with all properties
SERVICE2_AUTH_TYPE=mcspv2
SERVICE2_APIKEY=my-api-key
SERVICE2_AUTH_URL=https://mcspv2.ibm.com
SERVICE2_SCOPE_COLLECTION_TYPE=accounts
SERVICE2_SCOPE_ID=global_account
SERVICE2_INCLUDE_BUILTIN_ACTIONS=true
SERVICE2_INCLUDE_CUSTOM_ACTIONS=true
SERVICE2_INCLUDE_ROLES=false
SERVICE2_PREFIX_ROLES=true
SERVICE2_CALLER_EXT_CLAIM={"productID": "prod-123"}
SERVICE2_AUTH_DISABLE_SSL=true

# MCSP v with error config
ERROR1_AUTH_TYPE=mcspv2
ERROR1_APIKEY=my-api-key
ERROR1_AUTH_URL=https://mcspv2.ibm.com
ERROR1_SCOPE_COLLECTION_TYPE=accounts
ERROR1_SCOPE_ID=global_account
ERROR1_CALLER_EXT_CLAIM={not json}