Skip to content

Attach flow summary to EnrollmentContext on success, not just StatusM… - #26

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

…essage

Command's enrollment UI doesn't surface StatusMessage on a successful/pending result at all - only EnrollmentContext is shown, so the flow summary added for failures was invisible on the success path. Add AttachFlowSummary (following the same fix already proven on feature/ev-ov-dv-multiname-certs) to also attach a "Flow Summary" entry to EnrollmentContext for success/pending results, alongside whatever DCV instructions came back, and use it for the FAILED results returned from GetEnrollmentResult/GetRenewResponse/ GetReIssueResult, which the earlier Status=30 fix didn't cover since they're already FAILED coming out of RequestManager.

Called after TryPublishCnameDcvAsync in the New enrollment path so the "Flow Summary" entry is never present yet when DNS auto-publish walks EnrollmentContext looking for real CNAME records to publish.

…essage

Command's enrollment UI doesn't surface StatusMessage on a
successful/pending result at all - only EnrollmentContext is shown,
so the flow summary added for failures was invisible on the success
path. Add AttachFlowSummary (following the same fix already proven
on feature/ev-ov-dv-multiname-certs) to also attach a "Flow Summary"
entry to EnrollmentContext for success/pending results, alongside
whatever DCV instructions came back, and use it for the FAILED
results returned from GetEnrollmentResult/GetRenewResponse/
GetReIssueResult, which the earlier Status=30 fix didn't cover since
they're already FAILED coming out of RequestManager.

Called after TryPublishCnameDcvAsync in the New enrollment path so
the "Flow Summary" entry is never present yet when DNS auto-publish
walks EnrollmentContext looking for real CNAME records to publish.
@bhillkeyfactor
bhillkeyfactor merged commit e908cef 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