Skip to content

Commit 20caff8

Browse files
author
efiocca
committed
Added release_dir and release_project to integration-manifest.json file
1 parent cf5d80d commit 20caff8

1 file changed

Lines changed: 6 additions & 21 deletions

File tree

integration-manifest.json

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,19 @@
11
{
22
"$schema": "https://keyfactor.github.io/integration-manifest-schema.json",
33
"integration_type": "orchestrator",
4-
"name": "Integration Template",
4+
"name": "AXIS IP Camera",
55
"status": "prototype",
6-
"support_level": "community",
7-
"description": "This project is meant to be a template to quickly build a basic integration product build. Currently in dev, a work in progress,",
8-
"link_github": false,
6+
"support_level": "kf-supported",
7+
"release_dir": "AxisIPCamera\\bin\\Release",
8+
"release_project":"AxisIPCamera\\AxisIPCamera.csproj",
99
"update_catalog": false,
10-
"release_dir": "UPDATE-THIS-WITH-PATH-TO-BINARY-BUILD-FOLDER",
10+
"link_github": false,
11+
"description": "This project is meant to be a template to quickly build a basic integration product build. Currently in dev, a work in progress,",
1112
"about": {
1213
"orchestrator": {
1314
"UOFramework": "10.1",
1415
"keyfactor_platform_version": "9.10",
1516
"pam_support": false,
16-
"win": {
17-
"supportsCreateStore": false,
18-
"supportsDiscovery": false,
19-
"supportsManagementAdd": false,
20-
"supportsManagementRemove": false,
21-
"supportsReenrollment": false,
22-
"supportsInventory": false
23-
},
24-
"linux": {
25-
"supportsCreateStore": false,
26-
"supportsDiscovery": false,
27-
"supportsManagementAdd": false,
28-
"supportsManagementRemove": false,
29-
"supportsReenrollment": false,
30-
"supportsInventory": false
31-
},
3217
"store_types": [
3318
{
3419
"Name": "MyOrchestratorStoreType",

0 commit comments

Comments
 (0)