Skip to content

Fix Enroll failures reporting INPROCESS instead of FAILED, surface fl… - #25

Merged
bhillkeyfactor merged 1 commit into
feature/dns-pluginsfrom
feature/dns-plugins-multiname-certs
Sep 22, 2026
Merged

bhillkeyfactor merged 1 commit into
feature/dns-pluginsfrom
feature/dns-plugins-multiname-certs

Conversation

@bhillkeyfactor

Copy link
Copy Markdown
Contributor

…ow summary in StatusMessage

Every early-return failure path in Enroll (plus the catch-all exception handler) set Status = 30 (INPROCESS) instead of FAILED, so Command treated these as still-pending rather than errors and never surfaced them in the UI. Follow the same fix already proven on feature/ev-ov-dv-multiname-certs: use EndEntityStatus.FAILED throughout, and add FlowLogger.GetSummary() (a concise step list, distinct from the ASCII-tree RenderFlow() used for Trace logs) to prepend what the plugin actually attempted ahead of the terse error text. Also fixes the reissue "one click not available" message incorrectly saying "Renew" instead of "Reissue".

…ow summary in StatusMessage

Every early-return failure path in Enroll (plus the catch-all
exception handler) set Status = 30 (INPROCESS) instead of FAILED,
so Command treated these as still-pending rather than errors and
never surfaced them in the UI. Follow the same fix already proven
on feature/ev-ov-dv-multiname-certs: use EndEntityStatus.FAILED
throughout, and add FlowLogger.GetSummary() (a concise step list,
distinct from the ASCII-tree RenderFlow() used for Trace logs) to
prepend what the plugin actually attempted ahead of the terse error
text. Also fixes the reissue "one click not available" message
incorrectly saying "Renew" instead of "Reissue".
@bhillkeyfactor
bhillkeyfactor merged commit f92fd04 into feature/dns-plugins Sep 22, 2026
21 checks passed
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.

1 participant