VC-51819 + VC-51672: Update NGTS Strata spec — remove Application, users, teams, and renewal ops#1232
Open
rajitshah-ca wants to merge 8 commits into
Conversation
|
Visit the preview URL for this PR (updated for commit 5f5b175): https://pan-dev-f1b58--pr1232-76mufee9.web.app (expires Wed, 20 May 2026 06:12:43 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 9359a9fa100d5fdb082f75280473a90b1f96eb51 |
68adaef to
65a0a8f
Compare
Adds full NGTS API reference under SCM > NGTS Configuration, mirroring developer.venafi.com/tlsprotectcloud with all 30 API categories and 183 endpoints. Spec generated from devhub-manager merged OAS, transformed to meet PANW Spectral standards (0 errors). POC branch — pending proper workflow through pandev-tools and api-specs MR. EPIC: VC-50859
Replaces manually generated spec with output from ua-repo CI pipeline (Generate PANW Spec job, MR-353). Spec is now produced automatically by devhub-manager + transform-to-panw-spec.py on every siteconf.yaml change. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Update spec to use scmOAuth + scmToken (Bearer JWT) matching other SCM APIs. Rewrite intro page auth section to describe OAuth2 client credentials flow instead of API key. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ata spec These operations are not needed for Strata pan.dev publication. Source of truth: ua-repo MR-355 (merged 2026-04-28). Removed: - Application category (10 operationIds): applications_getAll, applications_getById, applications_create, applications_update, applications_delete, applications_invitations_create, applications_getScanafiConfigById, applications_assignToCertificates, applications_getByName, certificateissuingtemplates_getByAlias - Certificate Renewal Configuration: get-v1-application-renewal-configuration, put-v1-application-renewal-configuration Spec regenerated from ua-repo CI (job 14131433168). Spectral linted locally against techpubs/docs/api-specs netsec-ruleset.yaml — 0 errors.
…672, VC-51819)
Removes 12 paths no longer present in the NGTS Strata spec:
- /v1/users, /v1/users/{id} and sub-paths (6 paths)
- /v1/useraccounts (1 path)
- /v1/teams, /v1/teams/{id} and sub-paths (5 paths)
Built from ua-repo CI pipeline 2516789573 (job 14314023258, commit 68dcc20)
which incorporates MR-355 (VC-51819 Application removal) and MR-357 (VC-51672 users/teams removal).
…-51671)
Removes /v1/connectors and /v1/connectors/{id} paths and the Webhooks
tag. Mirrors ua-repo MR-358 (merged 2026-05-15).
65a0a8f to
bb74d70
Compare
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.
Adds the Venafi NGTS TLS Protect Cloud API reference to the Strata Cloud Manager section of pan.dev, and excludes operations that are not in scope for the Strata publication.
Added
NGTS TLS Protect Cloud API — 97 paths across 25 categories:
Certificates, Certificate Installations, Certificate Discovery, Certificate Import, Private Key Import, Certificate Request, Certificate Policy, Credential Management, Machine Identities, Machine Types, Machines, Event Logs, VSatellite, Certificate Inventory Monitoring, Certificate Auto-renewal Monitoring, Certificate Expiration Reports, Tags, Workload Identity Manager Configurations, Workload Identity Manager Sub CA Providers, Workload Identity Manager Policies, Workload Identity Manager Intermediate Certificates, Certificate Approvals, Certificate Revocation Approvals, Plugins, Service Accounts
Files:
Excluded from the full spec (not published to pan.dev)
Application category (VC-51819, ua-repo MR-355 — merged 2026-04-28):
Certificate Renewal Configuration (VC-51819, ua-repo MR-355):
Users, UserAccounts, and Teams (VC-51672, ua-repo MR-357 — merged 2026-05-08):
Webhooks (VC-51671, ua-repo MR-358 — merged 2026-05-15):
Full spec scope: 111 paths → 97 paths published (-14)
Why
NGTS is scoping the Strata pan.dev publication to certificate and machine identity management operations only. Application management, user/team management, and webhook connectors are excluded from this publication. Source of truth: ua-repo `siteconf-pandev.yaml`.
Validation
Relation to existing #1167
This branch was forked from `add-ngts-api-docs` and contains all of #1167's commits plus the VC-51819, VC-51672, and VC-51671 spec changes. Once this merges, #1167 can be closed (or rebased) to avoid conflicts.