cloudnative-pg / cloudnative-pg/plugin-barman-cloud

[feature request] Allow ObjectStore config to ignore endpointCA SSL validation

Open
#443 0 comments 7 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.