-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.sample.dev
More file actions
24 lines (22 loc) · 1.17 KB
/
.env.sample.dev
File metadata and controls
24 lines (22 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# SSA (Secure Service Account) credentials for 3LO robot token minting.
# Use a SERVER-TO-SERVER app for these values.
# If you intentionally use the same app as CLIENT_ID/CLIENT_SECRET, values may be identical.
# Canonical SSA names:
CLIENT_ID_SSA=your_server_to_server_client_id_here
CLIENT_SECRET_SSA=your_server_to_server_client_secret_here
# Legacy aliases (optional):
APS_SSA_CLIENT_ID=your_server_to_server_client_id_here
APS_SSA_CLIENT_SECRET=your_server_to_server_client_secret_here
APS_SSA_SERVICE_ACCOUNT_ID=sa_oxygen_id_here
APS_SSA_KEY_ID=ssa_key_id_here
APS_SSA_PRIVATE_KEY=\"-----BEGIN PRIVATE KEY-----\\n...\\n-----END PRIVATE KEY-----\"
APS_SSA_SCOPE=code:all data:read data:write data:create data:search
# Integration test configuration (ACC live environment)
APS_TEST_PROJECT_ID=b.project_or_acc_project_id
APS_TEST_FOLDER_ID=urn:adsk.wipprod:fs.folder:co.xxxxx
APS_TEST_SOURCE_VERSION_URN=urn:adsk.wipprod:fs.file:vf.xxxxx?version=1
APS_TEST_SOURCE_ITEM_URN=urn:adsk.wipprod:dm.lineage:xxxx
# Optional e2e test inputs
APS_TEST_PUBLIC_ACTIVITY_ALIAS=nickname.ActivityName+alias
APS_TEST_PUBLIC_ACTIVITY_SIGNATURE=base64_signature
APS_TEST_WORKITEM_CONFIG_JSON={\"example\":true}