cloudnative-pg / cloudnative-pg/plugin-barman-cloud
[feature request] Allow ObjectStore config to ignore endpointCA SSL validation
未关闭
- 主要语言
- Go
- 星标
- 191
- 派生
- 72
- 平均合并
- 1 天 16 小时
- 30 天内合并 PR
- 18
描述
More of a feature request, I would like to see an option in the `ObjectStore` spec to ignore the endpoint's SSL certificate validation. For example:
```yaml
apiVersion: barmancloud.cnpg.io/v1
kind: ObjectStore
metadata:
name: my-obj-store
spec:
configuration:
endpointURL: https://minio.dev-or-lab-environment
endpointCA:
ignore: true
```
Occasionally, the CA certificate might not be available or we simply wish to ignore it because it's not relevant.
贡献指南
调研方向
首先定位 ObjectStore 规范以及对 configuration.endpointCA 和 endpointURL 的处理。跟踪对象存储设置期间如何应用 endpoint CA,然后验证 endpointCA.ignore 是否按要求更改证书验证,同时现有行为在默认情况下保持不变。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- go
- 领域
- cloud
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100