We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
orchestrator
1 parent f657ba4 commit 9bb8e94Copy full SHA for 9bb8e94
1 file changed
integration-manifest.json
@@ -1,13 +1,20 @@
1
{
2
"$schema": "https://keyfactor.github.io/integration-manifest-schema.json",
3
- "integration_type": "api-client",
+ "integration_type": "orchestrator",
4
"name": "Sectigo Metadata Sync",
5
- "status": "pilot",
+ "status": "production",
6
"description": "Sectigo Metadata Sync Application",
7
- "link_github": true,
8
- "update_catalog": true,
+ "link_github": false,
+ "update_catalog": false,
9
"support_level": "kf-community",
10
"release_project": "sectigo-metadata-sync/SectigoMetadataSync.csproj",
11
"release_dir": "sectigo-metadata-sync/bin/Release",
12
- "about": {}
+ "about": {
13
+ "orchestrator": {
14
+ "keyfactor_platform_version": "N/A",
15
+ "UOFramework": "N/A",
16
+ "pam_support": false,
17
+ "store_types": []
18
+ }
19
20
}
0 commit comments