mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #573] [MERGED] Support configuring independent CA for each workflow #986
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#986
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/573
Author: @fudiwei
Created: 3/30/2025
Status: ✅ Merged
Merged: 4/3/2025
Merged by: @usual2970
Base:
main← Head:main📝 Commits (10+)
deb3b2ffeat: manage ca authorizations6ad0d8efeat: support configuring independent ca in workflows09b5a21feat: make the builtin providers access field non mandatory1468e74fix: ari4ab6b72feat(ui): different provider range of accesses in AccessForma72737ffeat(ui): different provider range of accesses in AccessListf77c2dafeat: add ssl.com cad2eaea7feat: add buypass caf81b4b9feat(ui): hide notification channel entry in AcessList for now9b52472update README📊 Changes
63 files changed (+1948 additions, -634 deletions)
View changed files
📝
README.md(+1 -1)📝
README_EN.md(+1 -1)📝
internal/applicant/acme_ca.go(+19 -27)📝
internal/applicant/acme_user.go(+59 -27)📝
internal/applicant/applicant.go(+81 -53)📝
internal/applicant/providers.go(+5 -5)📝
internal/deployer/deployer.go(+13 -8)📝
internal/domain/access.go(+15 -2)📝
internal/domain/provider.go(+74 -50)📝
internal/domain/workflow.go(+47 -63)📝
internal/pkg/utils/maputil/getter.go(+22 -0)📝
internal/workflow/node-processor/apply_node.go(+12 -0)📝
migrations/1742209200_upgrade.go(+25 -15)➕
migrations/1743264000_upgrade.go(+173 -0)➖
ui/public/imgs/acme/google.svg(+0 -1)➕
ui/public/imgs/providers/buypass.png(+0 -0)➕
ui/public/imgs/providers/google.svg(+1 -0)📝
ui/public/imgs/providers/letsencrypt.svg(+0 -0)➕
ui/public/imgs/providers/sslcom.svg(+1 -0)📝
ui/public/imgs/providers/zerossl.svg(+0 -0)...and 43 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.