-
Notifications
You must be signed in to change notification settings - Fork 0
/
integration-manifest.json
163 lines (163 loc) · 8.82 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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"$schema": "https://keyfactor.github.io/v2/integration-manifest-schema.json",
"name": "Azure Application Gateway Orchestrator",
"integration_type": "orchestrator",
"status": "production",
"description": "The Azure Application Gateway Orchestrator Extension is an extension to the Keyfactor Universal Orchestrator that allows for the management of certificates on Azure Application Gateways, including the ability to add and bind certificates to HTTPS listeners.",
"support_level": "kf-supported",
"release_dir": "AzureAppGatewayOrchestrator\\bin\\Release",
"link_github": true,
"update_catalog": true,
"about": {
"orchestrator": {
"UOFramework": "10.4",
"pam_support": false,
"win": {
"supportsManagementAdd": true,
"supportsManagementRemove": true,
"supportsCreateStore": false,
"supportsDiscovery": true,
"supportsReenrollment": false,
"supportsInventory": true
},
"linux": {
"supportsManagementAdd": true,
"supportsManagementRemove": true,
"supportsCreateStore": false,
"supportsDiscovery": true,
"supportsReenrollment": false,
"supportsInventory": true
},
"store_types": [
{
"Name": "Azure Application Gateway Certificate",
"ShortName": "AzureAppGw",
"Capability": "AzureAppGw",
"LocalStore": false,
"ClientMachineDescription": "The Azure Tenant (directory) ID that owns the Service Principal.",
"StorePathDescription": "Azure resource ID of the application gateway, following the format: /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/applicationGateways/<application-gateway-name>.",
"SupportedOperations": {
"Add": true,
"Remove": true,
"Enrollment": false,
"Discovery": true,
"Inventory": true
},
"Properties": [
{
"Name": "ServerUsername",
"DisplayName": "Server Username",
"Type": "Secret",
"Description": "Application ID of the service principal, representing the identity used for managing the Application Gateway.",
"Required": false
},
{
"Name": "ServerPassword",
"DisplayName": "Server Password",
"Type": "Secret",
"Description": "A Client Secret that the extension will use to authenticate with the Azure Resource Management API for managing Application Gateway certificates, OR the password that encrypts the private key in ClientCertificate",
"Required": false
},
{
"Name": "ClientCertificate",
"DisplayName": "Client Certificate",
"Type": "Secret",
"Description": "The client certificate used to authenticate with Azure Resource Management API for managing Application Gateway certificates. See the [requirements](#client-certificate-or-client-secret) for more information.",
"Required": false
},
{
"Name": "AzureCloud",
"DisplayName": "Azure Global Cloud Authority Host",
"Type": "MultipleChoice",
"DefaultValue": "public,china,germany,government",
"Description": "Specifies the Azure Cloud instance used by the organization.",
"Required": false
},
{
"Name": "ServerUseSsl",
"DisplayName": "Use SSL",
"Type": "Bool",
"DefaultValue": "true",
"Description": "Specifies whether SSL should be used for communication with the server. Set to 'true' to enable SSL, and 'false' to disable it.",
"Required": true
}
],
"PasswordOptions": {
"EntrySupported": false,
"StoreRequired": false,
"Style": "Default"
},
"PrivateKeyAllowed": "Required",
"ServerRequired": true,
"PowerShell": false,
"BlueprintAllowed": false,
"CustomAliasAllowed": "Required"
},
{
"Name": "Azure Application Gateway Certificate Binding",
"ShortName": "AppGwBin",
"Capability": "AzureAppGwBin",
"LocalStore": false,
"ClientMachineDescription": "The Azure Tenant (directory) ID that owns the Service Principal.",
"StorePathDescription": "Azure resource ID of the application gateway, following the format: /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Network/applicationGateways/<application-gateway-name>.",
"SupportedOperations": {
"Add": true,
"Remove": false,
"Enrollment": false,
"Discovery": true,
"Inventory": false
},
"Properties": [
{
"Name": "ServerUsername",
"DisplayName": "Server Username",
"Type": "Secret",
"Description": "Application ID of the service principal, representing the identity used for managing the Application Gateway.",
"Required": false
},
{
"Name": "ServerPassword",
"DisplayName": "Server Password",
"Type": "Secret",
"Description": "A Client Secret that the extension will use to authenticate with the Azure Resource Management API for managing Application Gateway certificates, OR the password that encrypts the private key in ClientCertificate",
"Required": false
},
{
"Name": "ClientCertificate",
"DisplayName": "Client Certificate",
"Type": "Secret",
"Description": "The client certificate used to authenticate with Azure Resource Management API for managing Application Gateway certificates. See the [requirements](#client-certificate-or-client-secret) for more information.",
"Required": false
},
{
"Name": "AzureCloud",
"DisplayName": "Azure Global Cloud Authority Host",
"Type": "MultipleChoice",
"DefaultValue": "public,china,germany,government",
"Description": "Specifies the Azure Cloud instance used by the organization.",
"Required": false
},
{
"Name": "ServerUseSsl",
"DisplayName": "Use SSL",
"Type": "Bool",
"DefaultValue": "true",
"Description": "Specifies whether SSL should be used for communication with the server. Set to 'true' to enable SSL, and 'false' to disable it.",
"Required": true
}
],
"PasswordOptions": {
"EntrySupported": false,
"StoreRequired": false,
"Style": "Default"
},
"PrivateKeyAllowed": "Required",
"ServerRequired": true,
"PowerShell": false,
"BlueprintAllowed": false,
"CustomAliasAllowed": "Required"
}
]
}
}
}