-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintegration-manifest.json
More file actions
49 lines (49 loc) · 1.93 KB
/
integration-manifest.json
File metadata and controls
49 lines (49 loc) · 1.93 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
{
"$schema": "https://keyfactor.github.io/v2/integration-manifest-schema.json",
"name": "HID Global AnyCA REST plugin",
"release_dir": "HydrantCAProxy/bin/Release",
"release_project": "HydrantCAProxy/HydrantIdCAPlugin.csproj",
"description": "AnyCA Gateway REST plugin that extends HydrantId Certificate Authority Service to Keyfactor Command",
"status": "production",
"integration_type": "anyca-plugin",
"support_level": "kf-supported",
"link_github": true,
"update_catalog": true,
"gateway_framework": "24.2",
"about": {
"carest": {
"ca_plugin_config": [
{
"name": "HydrantIdBaseUrl",
"description": "The Base URL For the HydrantId Endpoint similar to https://acm-stage.hydrantid.com. Get this from HydrantId."
},
{
"name": "HydrantIdAuthId",
"description": "The AuthId Obtained from HydrantId."
},
{
"name": "HydrantIdAuthKey",
"description": "The AuthKey Obtained from HydrantId."
},
{
"name": "Enabled",
"description": "Flag to Enable or Disable the CA connector."
}
],
"enrollment_config": [
{
"name": "ValidityPeriod",
"description": "The desired lifetime time period could be Days, Months or Years."
},
{
"name": "ValidityUnits",
"description": "The desired lifetime time value some number indicating days, months or years."
},
{
"name": "RenewalDays",
"description": "The window that determines whether it is a renewal vs a re-issue."
}
]
}
}
}