mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #1106] [MERGED] feat: add volcengine vod provider #1142
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#1142
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/1106
Author: @belier-cn
Created: 12/16/2025
Status: ✅ Merged
Merged: 12/17/2025
Merged by: @fudiwei
Base:
main← Head:volcengine-vod-provider📝 Commits (4)
d76c8d2feat: add volcengine vod providera62bab3refactor: clean codeb9c7bd6refactor: clean code80ee7f2refactor: clean code📊 Changes
12 files changed (+551 additions, -0 deletions)
View changed files
➕
internal/certmgmt/deployers/sp_volcengine_vod.go(+29 -0)📝
internal/domain/provider.go(+1 -0)➕
pkg/core/deployer/providers/volcengine-vod/consts.go(+17 -0)➕
pkg/core/deployer/providers/volcengine-vod/volcengine_vod.go(+260 -0)➕
pkg/core/deployer/providers/volcengine-vod/volcengine_vod_test.go(+86 -0)📝
ui/src/components/workflow/designer/forms/BizDeployNodeConfigFieldsProvider.tsx(+2 -0)➕
ui/src/components/workflow/designer/forms/BizDeployNodeConfigFieldsProviderVolcEngineVOD.tsx(+134 -0)📝
ui/src/domain/provider.ts(+2 -0)📝
ui/src/i18n/locales/en/nls.provider.json(+1 -0)📝
ui/src/i18n/locales/en/nls.workflow.nodes.json(+9 -0)📝
ui/src/i18n/locales/zh/nls.provider.json(+1 -0)📝
ui/src/i18n/locales/zh/nls.workflow.nodes.json(+9 -0)📄 Description
关联问题 #598
添加“火山引擎-视频点播”证书部署,已在本地测试通过
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.