cockroachdb / cockroachdb/cockroach-operator
tls.crt and tls.key shouldn't be hardcoded for nodeTLSSecret
- 主要语言
- Go
- 星标
- 318
- 派生
- 104
- 平均合并
- 1 天 6 小时
- 30 天内合并 PR
- 1
描述
According to @keith-mcclellan, the API currently requires the filenames `tls.crt` and `tls.key`.
```
nodeTLSSecret:
description: '(Optional) The secret with certificates and a private
key for the TLS endpoint on the database port. The standard naming
of files is expected (tls.key, tls.crt, ca.crt) Default: ""'
type: string
```
When creating and signing certs with `cockroach cert create-node`, we have to manually rename the generated `node.crt` and `node.key` to those filenames in order for authentication to work. This is a less-than-ideal user experience.
`nodeTLSSecret` should be able to accept the `node.crt` and `node.key` generated by Cockroach.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。