-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintegration-manifest.json
More file actions
96 lines (96 loc) · 3.53 KB
/
integration-manifest.json
File metadata and controls
96 lines (96 loc) · 3.53 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
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"$schema": "https://keyfactor.github.io/v2/integration-manifest-schema.json",
"integration_type": "orchestrator",
"name": "Fastly Certificate Orchestrator",
"status": "production",
"link_github": true,
"release_dir": "FastlyOrchestrator/bin/Release",
"release_project": "FastlyOrchestrator/FastlyOrchestrator.csproj",
"update_catalog": true,
"support_level": "kf-supported",
"description": "The Fastly Orchestrator allows users to inventory only Fastly Managed TLS Certificates at this time.",
"about": {
"orchestrator": {
"UOFramework": "10.1",
"pam_support": true,
"keyfactor_platform_version": "10.4",
"win": {
"supportsCreateStore": false,
"supportsDiscovery": false,
"supportsManagementAdd": false,
"supportsManagementRemove": false,
"supportsReenrollment": false,
"supportsInventory": true,
"platformSupport": "Unused"
},
"linux": {
"supportsCreateStore": false,
"supportsDiscovery": false,
"supportsManagementAdd": false,
"supportsManagementRemove": false,
"supportsReenrollment": false,
"supportsInventory": true,
"platformSupport": "Unused"
},
"store_types": [
{
"Name": "Fastly",
"ShortName": "Fastly",
"Capability": "Fastly",
"LocalStore": false,
"SupportedOperations": {
"Add": false,
"Create": false,
"Discovery": false,
"Enrollment": false,
"Remove": false
},
"Properties": [
{
"Name": "ServerUsername",
"DisplayName": "Server Username",
"Type": "Secret",
"DependsOn": "",
"DefaultValue": "",
"Required": false,
"Description": "Username to log into PAM Server, otherwise the username field is not used. (This field is automatically created)"
},
{
"Name": "ServerPassword",
"DisplayName": "Server Password",
"Type": "Secret",
"DependsOn": "",
"DefaultValue": "",
"Required": false,
"Description": "The Password may be used in conjunction with a supported PAM provider. If no PAM provider is used, this field is used to store the API key provided by Fastly to access their APIs. (This field is automatically created)"
},
{
"Name": "ServerUseSsl",
"DisplayName": "Use SSL",
"Type": "Bool",
"DependsOn": "",
"DefaultValue": "true",
"Required": true,
"Description": "Determine whether the server uses SSL or not (This field is automatically created)"
}
],
"EntryParameters": [
],
"PasswordOptions": {
"EntrySupported": false,
"StoreRequired": false,
"Style": "Default"
},
"StorePathValue": "",
"PrivateKeyAllowed": "Forbidden",
"ServerRequired": true,
"PowerShell": false,
"BlueprintAllowed": false,
"CustomAliasAllowed": "Forbidden",
"ClientMachineDescription": "The base URL address for the Fastly API. (i.e., https://api.fastly.com)",
"StorePathDescription": "This orchestrator currently does not manage a particular store path. This orchestrator only inventories certificates supported and managed by Fastly."
}
]
}
}
}