[PR #921] [MERGED] [Feature] 华为云 OBS #1075

Closed
opened 2026-03-03 01:07:34 +03:00 by kerem · 0 comments
Owner

📋 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: nextHead: next


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/certimate-go/certimate/pull/921 **Author:** [@YangRucheng](https://github.com/YangRucheng) **Created:** 8/12/2025 **Status:** ✅ Merged **Merged:** 9/5/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `next` ← **Head:** `next` --- ### 📝 Commits (2) - [`e00d9cf`](https://github.com/certimate-go/certimate/commit/e00d9cf1a4e58f4952ff58f1361a45c0eddcd57b) feat(ssl-deployer): add huaweicloud-obs - [`b6ad208`](https://github.com/certimate-go/certimate/commit/b6ad2083f38e4f926e28a5c579b853ad83603b4f) feat: ui ### 📊 Changes **11 files changed** (+3956 additions, -3645 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description resolve #918 我对 react 不熟悉,照葫芦画瓢写了一下,可能需要修改。 华为云 OBS 的 SDK 不支持配置证书,只能使用 API。详见 [文档](https://support.huaweicloud.com/usermanual-obs/obs_06_3200.html) 实测不支持 EC256 证书,我在与客服确认。 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:07:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#1075
No description provided.