mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #483] [Bug] v0.3.0 部署节点在分支后无法找到申请的证书 #303
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#303
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LeoChen98 on GitHub (Mar 6, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/483
Originally assigned to: @usual2970 on GitHub.
描述问题
如题,当流程中存在分支(包括并行分支和条件分支)时,在分支后的部署节点无法正确获取到前面申请的证书。
复现步骤
复现该问题的步骤:
正常在流程树中添加部署节点即可
期望的结果
分支后节点应当正确获取申请的证书
截图
环境
其他信息
@d960124 commented on GitHub (Mar 9, 2025):
是的,我也碰到了,并行分支即使在申请证书之后,只有第一个分支的部署配置中,能下拉选择证书,并行的其它分支下拉列表找不到证书,把并行,修改成串行就可以了
但是,串行不方便对每个部署进行精细化的配置及消息通知,建议优化!