Skip to content

Commit e7a4e32

Browse files
committed
-
1 parent 1294486 commit e7a4e32

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

databricks-sdk-java/src/main/java/com/databricks/sdk/core/DatabricksConfig.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,10 @@ public class DatabricksConfig {
5757
private String redirectUrl;
5858

5959
/**
60-
* The OpenID Connect discovery URL used to retrieve OIDC configuration and endpoints. Note: This
61-
* API is experimental and may change or be removed in future releases without notice.
60+
* The OpenID Connect discovery URL used to retrieve OIDC configuration and endpoints.
61+
*
62+
* <p><b>Note:</b> This API is experimental and may change or be removed in future releases
63+
* without notice.
6264
*/
6365
@ConfigAttribute(env = "DATABRICKS_DISCOVERY_URL")
6466
private String discoveryUrl;

databricks-sdk-java/src/main/java/com/databricks/sdk/core/DefaultCredentialsProvider.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ private void addOIDCCredentialsProviders(DatabricksConfig config) {
9898
// TODO: refactor the code so that the IdTokenSources are created within the
9999
// configure call of their corresponding CredentialsProvider. This will allow
100100
// us to simplify the code by validating IdTokenSources when they are created.
101+
// This would also need to be updated to support unified hosts.
101102
OpenIDConnectEndpoints endpoints = null;
102103
try {
103104
endpoints = config.getOidcEndpoints();

0 commit comments

Comments
 (0)