From c6f1a84858bc3b4babbcefd1dbbfce8cd6bb8080 Mon Sep 17 00:00:00 2001 From: spbsoluble <1661003+spbsoluble@users.noreply.github.com> Date: Wed, 15 Oct 2025 13:30:43 -0700 Subject: [PATCH 1/2] chore(manifest): Update `integration-manifest.json` to reflect production support and update catalog. --- integration-manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integration-manifest.json b/integration-manifest.json index 8e464a9..c5f483a 100644 --- a/integration-manifest.json +++ b/integration-manifest.json @@ -2,12 +2,12 @@ "$schema": "https://keyfactor.github.io/v2/integration-manifest-schema.json", "integration_type": "orchestrator", "name": "AXIS IP Camera", - "status": "pilot", + "status": "production", "support_level": "kf-supported", "release_dir": "AxisIPCamera\\bin\\Release", "release_project":"AxisIPCamera\\AxisIPCamera.csproj", - "update_catalog": false, - "link_github": false, + "update_catalog": true, + "link_github": true, "description": "The Axis IP Camera Orchestrator Extension is used to inventory, manage Trust certs, and enroll for client certificates that can be bound to endpoints.", "about": { "orchestrator": { From 3317d02e2f4d43e4ebb3a099b81f72a12b0a6adf Mon Sep 17 00:00:00 2001 From: Sean <1661003+spbsoluble@users.noreply.github.com> Date: Thu, 16 Oct 2025 07:27:42 -0700 Subject: [PATCH 2/2] chore(docs): Add short description to integration manifest Added a short description field to the integration manifest. --- integration-manifest.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-manifest.json b/integration-manifest.json index c5f483a..4c1144a 100644 --- a/integration-manifest.json +++ b/integration-manifest.json @@ -9,6 +9,7 @@ "update_catalog": true, "link_github": true, "description": "The Axis IP Camera Orchestrator Extension is used to inventory, manage Trust certs, and enroll for client certificates that can be bound to endpoints.", + "short_description": "The Axis IP Camera Orchestrator Extension is used to inventory, manage Trust certs, and enroll for client certificates that can be bound to endpoints.", "about": { "orchestrator": { "UOFramework": "10.1", @@ -90,3 +91,4 @@ } } } +