-
Notifications
You must be signed in to change notification settings - Fork 0
/
integration-manifest.json
63 lines (63 loc) · 2.15 KB
/
integration-manifest.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"$schema": "https://keyfactor.github.io/integration-manifest-schema.json",
"integration_type": "orchestrator",
"name": "Signum Orchestrator Extension",
"status": "production",
"support_level": "kf-supported",
"description": "The Signum Orchestrator Extension allows for the Inventorying of Signum private certificates. Discovery, Managment, and ReEnrollment are NOT supported in this integration. A Signum instance must be installed to use this integration along with the ability to consume Signum SOAP-based API endpoints using basic authentication.",
"link_github": true,
"update_catalog": true,
"release_dir": "Signum/bin/Release",
"about": {
"orchestrator": {
"UOFramework": "10.4.1",
"pam_support": true,
"win": {
"supportsCreateStore": false,
"supportsDiscovery": false,
"supportsManagementAdd": false,
"supportsManagementRemove": false,
"supportsReenrollment": false,
"supportsInventory": true
},
"linux": {
"supportsCreateStore": false,
"supportsDiscovery": false,
"supportsManagementAdd": false,
"supportsManagementRemove": false,
"supportsReenrollment": false,
"supportsInventory": true
},
"store_types": [
{
"Name": "Signum",
"ShortName": "Signum",
"Capability": "Signum",
"LocalStore": false,
"SupportedOperations": {
"Add": false,
"Create": false,
"Discovery": false,
"Enrollment": false,
"Remove": false
},
"Properties": [],
"EntryParameters": [],
"PasswordOptions": {
"EntrySupported": false,
"StoreRequired": false,
"Style": "Default"
},
"StorePathType": "",
"StorePathValue": "na",
"PrivateKeyAllowed": "Required",
"JobProperties": [],
"ServerRequired": true,
"PowerShell": false,
"BlueprintAllowed": false,
"CustomAliasAllowed": "Required"
}
]
}
}
}