From c7a04eda1f986ec0674c4bb9a497e4e6e7353edd Mon Sep 17 00:00:00 2001 From: "hubert.rutkowski" Date: Mon, 7 Oct 2024 16:51:25 +0200 Subject: [PATCH 1/2] Remove basic auth. Add client id/secret auth method. --- .../general-shared-text/databricks-volumes-platform.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/snippets/general-shared-text/databricks-volumes-platform.mdx b/snippets/general-shared-text/databricks-volumes-platform.mdx index a1f45588..687a13ae 100644 --- a/snippets/general-shared-text/databricks-volumes-platform.mdx +++ b/snippets/general-shared-text/databricks-volumes-platform.mdx @@ -16,14 +16,14 @@ Also fill in the following fields based on your authentication type, depending o - **Token** : The Databricks personal access token value. -- For username and password (basic) authentication (AWS only): +- For OAuth machine-to-machine (M2M) authentication (AWS, Azure, and GCP): - - **Username** : The Databricks username value. - - **Password** : The associated Databricks password value. + - **Client ID** : The Databricks username value. + - **Client Secret** : The associated Databricks password value. The following authentication types are currently not supported: -- OAuth machine-to-machine (M2M) authentication (AWS, Azure, and GCP). +- Username and password (basic) authentication (AWS only). - OAuth user-to-machine (U2M) authentication (AWS, Azure, and GCP). - Azure managed identities (MSI) authentication (Azure only). - Microsoft Entra ID service principal authentication (Azure only). From 356b1e2b9336273bbb178d16cf7b57a06b39e8ee Mon Sep 17 00:00:00 2001 From: "hubert.rutkowski" Date: Mon, 7 Oct 2024 17:25:43 +0200 Subject: [PATCH 2/2] Fix the client id and secret descriptions. --- snippets/general-shared-text/databricks-volumes-platform.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/general-shared-text/databricks-volumes-platform.mdx b/snippets/general-shared-text/databricks-volumes-platform.mdx index 687a13ae..f9cbea8a 100644 --- a/snippets/general-shared-text/databricks-volumes-platform.mdx +++ b/snippets/general-shared-text/databricks-volumes-platform.mdx @@ -18,8 +18,8 @@ Also fill in the following fields based on your authentication type, depending o - For OAuth machine-to-machine (M2M) authentication (AWS, Azure, and GCP): - - **Client ID** : The Databricks username value. - - **Client Secret** : The associated Databricks password value. + - **Client ID** : The Databricks client ID value for the corresponding service principal. + - **Client Secret** : The associated Databricks service principal OAuth secret. The following authentication types are currently not supported: