mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #621] [MERGED] Fix Azure KeyVault bug & Support custom certificate name in Azure KeyVault #999
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#999
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/621
Author: @fondoger
Created: 4/16/2025
Status: ✅ Merged
Merged: 4/19/2025
Merged by: @usual2970
Base:
main← Head:fondoger/keyvault📝 Commits (3)
364ceb2Fix Azure KeyVault bug0004eacModify code according to code suggestions283b150refactor: re-impl azure keyvault deployer📊 Changes
7 files changed (+233 additions, -11 deletions)
View changed files
📝
internal/deployer/providers.go(+6 -5)📝
internal/pkg/core/deployer/providers/azure-keyvault/azure_keyvault.go(+104 -4)📝
internal/pkg/core/uploader/providers/azure-keyvault/azure_keyvault.go(+11 -2)➕
internal/pkg/core/uploader/providers/azure-keyvault/azure_keyvault_test.go(+87 -0)📝
ui/src/components/workflow/node/DeployNodeConfigFormAzureKeyVaultConfig.tsx(+17 -0)📝
ui/src/i18n/locales/en/nls.workflow.nodes.json(+4 -0)📝
ui/src/i18n/locales/zh/nls.workflow.nodes.json(+4 -0)📄 Description
fix: https://github.com/usual2970/certimate/issues/619.
PR介绍:
指定证书名称的例子:

PR 测试成功的证据:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.