feat(sectigo): expand to SCM Admin API, split into two models - #117
Merged
Merged
Conversation
…in API Merge the existing 7-operation REST Enrollment API spec with a new curated build from Sectigo's SCM Admin API (scm.devx.sectigo.com), bringing the latest spec to 229 operations across administrators, organizations, domains/DCV, all certificate types, persons, enrollment endpoints, custom fields, notifications, ACLs, ACME, Azure Key Vault accounts, and DNS connectors. Adds the full 308-operation Admin API spec alongside the existing dated Enrollment API spec, and rebuilds the Studio Project to one atomic workflow per curated operation across 24 folders. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…in models The prior expansion merged Sectigo's REST Enrollment API and SCM Admin API into one OpenAPI spec with two servers entries, but Itential Platform always sends every operation to a single configured host per Integration Model instance, so one of the two APIs would silently fail at runtime no matter which host was configured. Restores sectigo_certificate_manager-latest.json to the original 7-operation Enrollment-only spec (single server), and splits the Admin API's 222 curated operations into a new sectigo_scm_admin-latest.json (single server), with its own dated 308-operation full spec. Rebuilds the combined Studio Project so each task's locationType/app/adapter_id points at the correct model, and updates the README to document both specs and both required integration instances.
35 workflows across different resource categories shared identical generic names (e.g. two 'Create ACME Account' workflows for Public vs Universal accounts) with no way to tell them apart in the platform UI -- qualified each with its resource type. Also updated the root README's Sectigo row to list both products. Re-verified all imports against a live Itential Platform instance.
michaelelrom
added a commit
that referenced
this pull request
Sep 16, 2026
* feat(sectigo): expand Integration Model and Studio Project to SCM Admin API Merge the existing 7-operation REST Enrollment API spec with a new curated build from Sectigo's SCM Admin API (scm.devx.sectigo.com), bringing the latest spec to 229 operations across administrators, organizations, domains/DCV, all certificate types, persons, enrollment endpoints, custom fields, notifications, ACLs, ACME, Azure Key Vault accounts, and DNS connectors. Adds the full 308-operation Admin API spec alongside the existing dated Enrollment API spec, and rebuilds the Studio Project to one atomic workflow per curated operation across 24 folders. * fix(sectigo): split merged spec back into separate Enrollment and Admin models The prior expansion merged Sectigo's REST Enrollment API and SCM Admin API into one OpenAPI spec with two servers entries, but Itential Platform always sends every operation to a single configured host per Integration Model instance, so one of the two APIs would silently fail at runtime no matter which host was configured. Restores sectigo_certificate_manager-latest.json to the original 7-operation Enrollment-only spec (single server), and splits the Admin API's 222 curated operations into a new sectigo_scm_admin-latest.json (single server), with its own dated 308-operation full spec. Rebuilds the combined Studio Project so each task's locationType/app/adapter_id points at the correct model, and updates the README to document both specs and both required integration instances. * fix(sectigo): disambiguate duplicate workflow names, update vendor index 35 workflows across different resource categories shared identical generic names (e.g. two 'Create ACME Account' workflows for Public vs Universal accounts) with no way to tell them apart in the platform UI -- qualified each with its resource type. Also updated the root README's Sectigo row to list both products. Re-verified all imports against a live Itential Platform instance. --------- Co-authored-by: Michael Elrom <mike.elrom@itential.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sectigo/OpenAPIs/sectigo_scm_admin-latest.json(222 operations: administrators, organizations, domains, all certificate types, ACME accounts, and more) plus the full spec (308 operations), sourced from Sectigo's official SCM Admin API referenceTest plan