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

feat: support gateway ssl #507

Merged
merged 2 commits into from
Dec 10, 2022
Merged

feat: support gateway ssl #507

merged 2 commits into from
Dec 10, 2022

Conversation

skyoct
Copy link
Contributor

@skyoct skyoct commented Dec 10, 2022

支持gateway配置证书
配置方式:
在系统命名空间下新增一个secret 命名为xxx
然后创建secret

kubectl create secret -n laf tls app-tls-secret --cert=/root/lafyun/certs/lafyun.cer --key=/root/lafyun/certs/lafyun.key

然后在创建domain的时候指定certConfigRef为xxx

TODO
监听secret变化的时候更新网关内ssl配置

@skyoct skyoct requested a review from maslow December 10, 2022 14:52
@maslow maslow merged commit cec9454 into labring:main Dec 10, 2022
@skyoct skyoct deleted the feat/gateway_ssl branch December 10, 2022 15:21
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

Successfully merging this pull request may close these issues.

2 participants