【发布时间】:2023-03-04 10:40:01
【问题描述】:
我在查找有关如何向外部客户端公开 HTTPS API 的解释时遇到问题。
Vault on Kubernetes Reference Architecture
页面以本页末尾的简短说明结束,没有关于如何操作的更多信息
将 Vault HTTPS API 配置为可供外界访问。
这个tutorial 使用禁用 TLS
或者这个tutorial
它在 minicube 上工作,它的行为与真正的 k8s 不同,而且它也没有 TLS
the funny thing is that the main tutorial configuration the vault server cluster in k8s do use TLS
我只想用 TLS 制作 curl API,它会给我我设置的密码
我该怎么做?
【问题讨论】:
标签: ssl kubernetes https client hashicorp-vault