mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #865] [MERGED] fix: 腾讯云更新ssl关联资源失败 #1058
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#1058
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?
📋 Pull Request Information
Original PR: https://github.com/certimate-go/certimate/pull/865
Author: @Netrvin
Created: 7/13/2025
Status: ✅ Merged
Merged: 7/15/2025
Merged by: @fudiwei
Base:
main← Head:patch1📝 Commits (2)
392575afix: 腾讯云更新ssl关联资源失败dbc45fefix: 部分任务失败时任务状态仍未成功📊 Changes
4 files changed (+17 additions, -2 deletions)
View changed files
📝
pkg/core/ssl-deployer/providers/tencentcloud-clb/tencentcloud_clb.go(+3 -0)📝
pkg/core/ssl-deployer/providers/tencentcloud-cos/tencentcloud_cos.go(+3 -0)📝
pkg/core/ssl-deployer/providers/tencentcloud-ssl-deploy/tencentcloud_ssl_deploy.go(+3 -0)📝
pkg/core/ssl-deployer/providers/tencentcloud-ssl-update/tencentcloud_ssl_update.go(+8 -2)📄 Description
https://cloud.tencent.com/document/product/400/91649

在我的实际调用过程中,DeployStatus一直为0,无法通过判断该值进入下一阶段
另外,该场景是否有好方法,可以更新工作流中保存的原证书ID,从而避免该任务仅能运行一次,就必须人工更新
相关issue: https://github.com/certimate-go/certimate/issues/811
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.