databricks-sdk-go
databricks-sdk-go copied to clipboard
[WIP] DATABRICKS_CA_BUNDLE
Changes
This PR adds support for a DATABRICKS_CA_BUNDLE flag in the Go SDK. This would need to be ported to the Python and Java SDKs as well.
When this configuration parameter is specified, the SDK will consider the specified certificate bundle along with the system-level CA certificates when validating the server certificate while establishing TLS.
Tests
- [ ]
make testpassing - [ ]
make fmtapplied - [ ] relevant integration tests applied