mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
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#1017
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/699
Author: @Lensual
Created: 5/17/2025
Status: ✅ Merged
Merged: 5/20/2025
Merged by: @fudiwei
Base:
main← Head:feat-ssh-jumpserver📝 Commits (3)
4a8eaa9feat: ssh jump server support36dd4efupdate: update formSchema for jump server & fix username validate messagefe993b5Merge branch 'main' into feat-ssh-jumpserver📊 Changes
6 files changed (+267 additions, -23 deletions)
View changed files
📝
internal/deployer/providers.go(+25 -12)📝
internal/domain/access.go(+14 -6)📝
internal/pkg/core/deployer/providers/ssh/ssh.go(+80 -3)📝
ui/src/components/access/AccessFormSSHConfig.tsx(+140 -2)📝
ui/src/i18n/locales/en/nls.access.json(+4 -0)📝
ui/src/i18n/locales/zh/nls.access.json(+4 -0)📄 Description
动机
需要部署证书的目标服务器在内网,需要通过ssh跳板访问。
查阅issue发现 #49 #95 没有对应的PR。
特征
修改
sshClient改为使用net.Conn来创建,net.Conn可以由本机发起,也可以由跳板机的sshClient发起domain.AccessConfigForSSH和ssh.DeployerConfig,用于跳板机配置。SSH部署表单增加跳板机配置项预览
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.