-
Notifications
You must be signed in to change notification settings - Fork 19
/
source.yaml
35 lines (35 loc) · 1.41 KB
/
source.yaml
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
28
29
30
31
32
33
34
35
- name: smartsheet
repository: git@github.com:sailpoint/saas-conn-smartsheet.git
repositoryRef: main
readOnly: true
config: '{ "access_token" : "your_token_for_smartsheet" }'
- name: freshservice
repository: https://github.com/sailpoint/saas-conn-freshservice
repositoryRef: main
readOnly: true
config: '{ "company": "your_company", "apiKey": "your_api_key" }'
- name: github
repository: git@github.com:sailpoint/saas-conn-github-legit.git
repositoryRef: master
readOnly: true
config: '{ "org": "test", "token": "test" }'
- name: lastpass
repository: git@github.com:sailpoint/saas-conn-lastpass.git
repositoryRef: master
readOnly: true
config: '{ "cid": "test", "provhash": "test", "privateKey": "test", "apiKey": "test" }'
- name: docusign
repository: git@github.com:sailpoint/saas-conn-docusign.git
repositoryRef: master
readOnly: true
config: '{ "apiUrl": "test", "accountId": "test", "clientId": "test", "userId": "test", "privateKey": "test" }'
- name: aha
repository: git@github.com:sailpoint/saas-conn-aha.git
repositoryRef: master
readOnly: true
config: '{ "apiUrl": "test", "accountId": "test", "clientId": "test", "userId": "test", "privateKey": "test" }'
- name: scim
repository: git@github.com:sailpoint/saas-conn-scim.git
repositoryRef: master
readOnly: true
config: '{ "apiUrl": "test", "accountId": "test", "clientId": "test", "userId": "test", "privateKey": "test" }'