databricks-sdk-java
databricks-sdk-java copied to clipboard
Refactor DatabricksConfig.getOidcEndpoints to a provider class & Cache oidc endpoints
Still WIP but would love to get early feedback before I put more effort into this.
Changes
- Refactoring getting oidc endpoints out of DatabricksConfig into a spearate provider class
- Adding a static cache for oidc endpoints.
Tests
WIP will fix/add units tests.