|
6 | 6 | "update_catalog": true, |
7 | 7 | "link_github": true, |
8 | 8 | "support_level": "kf-community", |
| 9 | + "release_dir": "AzureAppGatewayOrchestrator\\bin\\Release", |
9 | 10 | "description": "The Azure Application Gateway Orchestrator extension acts as a proxy between Keyfactor and Azure that allows Keyfactor to manage Application Gateway certificates.", |
10 | 11 | "about": { |
11 | 12 | "orchestrator": { |
|
27 | 28 | "supportsInventory": true, |
28 | 29 | "platformSupport": "Unused" |
29 | 30 | }, |
30 | | - "store_types": { |
31 | | - "AzureAppGW" : { |
| 31 | + "UOFramework": "10.1", |
| 32 | + "store_types": [ |
| 33 | + { |
32 | 34 | "Name": "Azure Application Gateway", |
33 | 35 | "ShortName": "AzureAppGW", |
34 | 36 | "Capability": "AzureAppGW", |
|
39 | 41 | "Discovery": true, |
40 | 42 | "Enrollment": false, |
41 | 43 | "Remove": true |
42 | | - } |
43 | | - }, |
44 | | - "Properties": [ |
45 | | - { |
46 | | - "Name": "ServerUsername", |
47 | | - "DisplayName": "Server Username", |
48 | | - "Type": "Secret", |
49 | | - "DependsOn": null, |
50 | | - "DefaultValue": null, |
51 | | - "Required": true |
52 | 44 | }, |
53 | | - { |
54 | | - "Name": "ServerPassword", |
55 | | - "DisplayName": "Server Password", |
56 | | - "Type": "Secret", |
57 | | - "DependsOn": null, |
58 | | - "DefaultValue": null, |
59 | | - "Required": true |
60 | | - }, |
61 | | - { |
62 | | - "Name": "ServerUseSsl", |
63 | | - "DisplayName": "Use SSL", |
64 | | - "Type": "Bool", |
65 | | - "DependsOn": null, |
66 | | - "DefaultValue": "true", |
67 | | - "Required": false |
68 | | - } |
69 | | - ], |
70 | | - "EntryParameters": [ |
71 | | - { |
72 | | - "Name": "HTTPListenerName", |
73 | | - "DisplayName": "HTTP Listener Name", |
74 | | - "Type": "String", |
75 | | - "RequiredWhen": { |
76 | | - "HasPrivateKey": false, |
77 | | - "OnAdd": false, |
78 | | - "OnRemove": false, |
79 | | - "OnReenrollment": false |
| 45 | + "Properties": [ |
| 46 | + { |
| 47 | + "Name": "ServerUsername", |
| 48 | + "DisplayName": "Server Username", |
| 49 | + "Type": "Secret", |
| 50 | + "DependsOn": null, |
| 51 | + "DefaultValue": null, |
| 52 | + "Required": true |
| 53 | + }, |
| 54 | + { |
| 55 | + "Name": "ServerPassword", |
| 56 | + "DisplayName": "Server Password", |
| 57 | + "Type": "Secret", |
| 58 | + "DependsOn": null, |
| 59 | + "DefaultValue": null, |
| 60 | + "Required": true |
| 61 | + }, |
| 62 | + { |
| 63 | + "Name": "ServerUseSsl", |
| 64 | + "DisplayName": "Use SSL", |
| 65 | + "Type": "Bool", |
| 66 | + "DependsOn": null, |
| 67 | + "DefaultValue": "true", |
| 68 | + "Required": false |
| 69 | + } |
| 70 | + ], |
| 71 | + "EntryParameters": [ |
| 72 | + { |
| 73 | + "Name": "HTTPListenerName", |
| 74 | + "DisplayName": "HTTP Listener Name", |
| 75 | + "Type": "String", |
| 76 | + "RequiredWhen": { |
| 77 | + "HasPrivateKey": false, |
| 78 | + "OnAdd": false, |
| 79 | + "OnRemove": false, |
| 80 | + "OnReenrollment": false |
| 81 | + } |
80 | 82 | } |
81 | | - } |
82 | | - ], |
83 | | - "PasswordOptions": { |
84 | | - "EntrySupported": false, |
85 | | - "StoreRequired": false, |
86 | | - "Style": "Default" |
87 | | - }, |
88 | | - "PrivateKeyAllowed": "Required", |
89 | | - "ServerRequired": true, |
90 | | - "PowerShell": false, |
91 | | - "BlueprintAllowed": false, |
92 | | - "CustomAliasAllowed": "Required", |
93 | | - "ServerRegistration": 13, |
94 | | - "InventoryEndpoint": "/AnyInventory/Update" |
95 | | - |
96 | | - } |
| 83 | + ], |
| 84 | + "PasswordOptions": { |
| 85 | + "EntrySupported": false, |
| 86 | + "StoreRequired": false, |
| 87 | + "Style": "Default" |
| 88 | + }, |
| 89 | + "PrivateKeyAllowed": "Required", |
| 90 | + "ServerRequired": true, |
| 91 | + "PowerShell": false, |
| 92 | + "BlueprintAllowed": false, |
| 93 | + "CustomAliasAllowed": "Required", |
| 94 | + "ServerRegistration": 13, |
| 95 | + "InventoryEndpoint": "/AnyInventory/Update" |
| 96 | + } |
| 97 | + ] |
97 | 98 | } |
98 | 99 | } |
99 | 100 | } |
0 commit comments