mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #921] [MERGED] [Feature] 华为云 OBS #1075
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#1075
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/921
Author: @YangRucheng
Created: 8/12/2025
Status: ✅ Merged
Merged: 9/5/2025
Merged by: @fudiwei
Base:
next← Head:next📝 Commits (2)
e00d9cffeat(ssl-deployer): add huaweicloud-obsb6ad208feat: ui📊 Changes
11 files changed (+3956 additions, -3645 deletions)
View changed files
📝
internal/deployer/providers.go(+12 -1)📝
internal/domain/provider.go(+1 -0)➕
pkg/core/ssl-deployer/providers/huaweicloud-obs/huaweicloud_obs.go(+124 -0)➕
pkg/core/ssl-deployer/providers/huaweicloud-obs/huaweicloud_obs_test.go(+85 -0)📝
ui/src/components/workflow/node/DeployNodeConfigForm.tsx(+588 -585)➕
ui/src/components/workflow/node/DeployNodeConfigFormHuaweiCloudOBSConfig.tsx(+91 -0)📝
ui/src/domain/provider.ts(+698 -696)📝
ui/src/i18n/locales/en/nls.provider.json(+1 -0)📝
ui/src/i18n/locales/en/nls.workflow.nodes.json(+1081 -1084)📝
ui/src/i18n/locales/zh/nls.provider.json(+196 -197)📝
ui/src/i18n/locales/zh/nls.workflow.nodes.json(+1079 -1082)📄 Description
resolve #918
我对 react 不熟悉,照葫芦画瓢写了一下,可能需要修改。
华为云 OBS 的 SDK 不支持配置证书,只能使用 API。详见 文档
实测不支持 EC256 证书,我在与客服确认。
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.