Skip to content

Added Nexus CM Procedures as Product ID's; conditional sync functionality; cleanup; unit tests#6

Merged
indrora merged 40 commits into
release-1.1from
add_procedures_AB#81415
May 21, 2026
Merged

Added Nexus CM Procedures as Product ID's; conditional sync functionality; cleanup; unit tests#6
indrora merged 40 commits into
release-1.1from
add_procedures_AB#81415

Conversation

@joevanwanzeeleKF
Copy link
Copy Markdown
Collaborator

  • Procedures as ProductIDsGetProductIds() now returns Nexus CA token procedure names dynamically from the /procedures endpoint rather than a single hardcoded value. Each certificate template in Command should be configured with a procedure name as its ProductID.
  • PaginationSynchronize and GetCertificateList now page through results in batches of 500, resolving failures that occurred when the max returned records limit (that defaults to 500) was reached.
  • Conditional synchronizationSynchronize throws NotSupportedException with a clear explanation when SyncProcedureField is not configured. When configured, sync reads the specified ExtendedCertSearch field from each certificate to resolve its ProductID. See documentation for CA-side requirements.
  • GetSingleRecord fixProductID is now resolved from the configured ExtendedCertSearch field instead of incorrectly using CertId.
  • ValidateProductInfo — now validates that ProductID is non-empty.
  • Fixed deadlock risk — replaced .Result with .GetAwaiter().GetResult() in GetProductIds().
  • General Cleanup — corrected "retreived" / "retreive" in log messages throughout.

joevanwanzeeleKF and others added 30 commits November 11, 2025 17:18
flattening exception to retain potential useful info

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@indrora indrora merged commit e01e230 into release-1.1 May 21, 2026
indrora added a commit that referenced this pull request May 21, 2026
…lity; cleanup; unit tests (#6) (#7)

* Implemented enrollment, added helper methods and API response handlers

* implemented cert retrieval methods on client.

* added additional logging, implemented revoke on client

* implemented sync and revoke; completed initial functionality

* added changelog and license headers

* added manifest, disabled auth cert domain check for nexus auth cert

* Updated enrollment to include first available procname for enrollment (error when there is no default set).

* updated request format for revocation

* cleanup

* documentation updates

* updated project settings for github build

* added keyfactor-bootstrap-workflow.yml

* updated manifest

* added docsource folder

* corrected the returned value on a revoke request

* Update nexus-certificate-manager-caplugin/NexusCertManagerCAPlugin.cs

flattening exception to retain potential useful info



* Update docsource/configuration.md



* Update nexus-certificate-manager-caplugin/NexusCertManagerClient.cs



* Update nexus-certificate-manager-caplugin/models/Helpers.cs



* Update nexus-certificate-manager-caplugin/NexusCertManagerCAPlugin.cs



* Update nexus-certificate-manager-caplugin/NexusCertManagerClient.cs



* Update nexus-certificate-manager-caplugin/NexusCertManagerCAPlugin.cs



* Update nexus-certificate-manager-caplugin/NexusCertManagerClient.cs



* Update nexus-certificate-manager-caplugin/NexusCertManagerCAPlugin.cs



* added check for partial sync

* Update nexus-certificate-manager-caplugin/NexusCertManagerCAPlugin.cs



* updating manifest for doctool build

* added configuration.md to solution

* updated gitignore

* Now returning Nexus CM processes as product ID's; implemented conditional sync functionality; cleanup; unit tests

* Update generated docs

* Change starter workflow version and update secrets

Updated workflow to use version 3 of the starter workflow and modified secrets.

* added .net6.0 build

* removed leftover comment from configuration.md

* Update generated docs

---------

Co-authored-by: Joe VanWanzeele <76071503+joevanwanzeeleKF@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Keyfactor <keyfactor@keyfactor.github.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants