databricks-sdk-go icon indicating copy to clipboard operation
databricks-sdk-go copied to clipboard

[WIP] DATABRICKS_CA_BUNDLE

Open mgyucht opened this issue 1 year ago • 0 comments

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 test passing
  • [ ] make fmt applied
  • [ ] relevant integration tests applied

mgyucht avatar Mar 11 '24 21:03 mgyucht