Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

证书管理-支持使用certmanager管理证书 #376

Open
ningpengtao-coder opened this issue Dec 4, 2024 · 6 comments
Open

证书管理-支持使用certmanager管理证书 #376

ningpengtao-coder opened this issue Dec 4, 2024 · 6 comments

Comments

@ningpengtao-coder
Copy link

ningpengtao-coder commented Dec 4, 2024

背景:
目前创建证书时,仅支持手工填写“证书数据”和”私钥数据“,使用起来并不是很方便,可以使用certmanager自动签发证书。
需求:
1.增加证书类别”手工填写“和”使用certmanager管理“。
2.当证书类别为”使用certmanager管理“,可以在ingress中注入annotation "cert-manager.io/cluster-issuer"。

@ningpengtao-coder ningpengtao-coder changed the title 证书管理-支持使用certmanage管理证书 证书管理-支持使用certmanager管理证书 Dec 4, 2024
@CH3CHO
Copy link
Collaborator

CH3CHO commented Dec 4, 2024

注入的注解值是什么呢?

@ningpengtao-coder
Copy link
Author

@CH3CHO ClusterIssuers类型资源的名称 ,我这里部署的是“letsencrypt”。

@CH3CHO
Copy link
Collaborator

CH3CHO commented Dec 4, 2024

@CH3CHO ClusterIssuers类型资源的名称 ,我这里部署的是“letsencrypt”。

所以这个值是需要用户输入的咯?

@ningpengtao-coder
Copy link
Author

@CH3CHO 这个值可以是控制台的环境变量,也可以当证书类型为”使用certmanager管理“,增加个下拉选框去选择“ClusterIssuers类型资源的名称”。

@CH3CHO
Copy link
Collaborator

CH3CHO commented Dec 4, 2024

ClusterIssuers

所以需要给Console加个读取ClusterIssuers资源的权限咯?

@ningpengtao-coder
Copy link
Author

@CH3CHO 对,当你有多个ClusterIssuers资源的时候。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants