cloudnative-pg / cloudnative-pg/plugin-barman-cloud
[feature request] Allow ObjectStore config to ignore endpointCA SSL validation
Open
- Dominant language
- Go
- Stars
- 191
- Forks
- 72
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 21
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.