ArcticDB
ArcticDB copied to clipboard
EPIC: SSL Verification
Azure
- [x] #514
AWS
- [ ] AWS equivalent of issue 514, the SSL certificate path needs to be made configurable with a sensible default. Should be easier than Azure as the SDK supports the
capath
option already.
General
- [ ] Whether to use
ssl
verification is stored in the protobuf config and persisted, which is incorrect. In any case it is circular, you can't look up the config in storage until you know wheter to usessl
verification. It should be removed. SSL validation should be on-by-default but easy to disable. Bear in mind that internal use cases will probably need to keep it disabled. The current setup should be reworked and the old docs removed and revamped. The olds docs are here https://github.com/man-group/ArcticDB/blob/462815fcedc0ac099e56662622c0f76045f61ae0/docs/mkdocs/docs/runtime_config.md?plain=1#L62 . - [ ] Documentation for SSL verification and how to disable it.