You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/12/18 10:49:39 UTC

(camel) 03/07: CAMEL-18590 - Camel-Azure components: Define a unique configuration for authentication - Azure Datalake - Migration Docs

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch CAMEL-18590-datalake-fix
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b2d0c2b68aa92d3ee064717474f8f6b2bf60fbfc
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 18 11:33:13 2023 +0100

    CAMEL-18590 - Camel-Azure components: Define a unique configuration for authentication - Azure Datalake - Migration Docs
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc         | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc
index bfc0737228a..b2e89cfecf9 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc
@@ -51,6 +51,16 @@ With the AZURE_IDENTITY mode the user will be able to use the Default Azure Cred
 With the AZURE_SAS mode the user could explicitly set the token parameter.
 This is part of the effort explained in CAMEL-18590.
 
+=== camel-azure-storage-datalake
+
+The useDefaultIdentity parameter has been removed in favor of the credentialType parameter. Now user should select between AZURE_IDENTITY, CLIENT_SECRET, SHARED_KEY_CREDENTIAL, AZURE_SAS and SERVICE_CLIENT_INSTANCE
+With the SHARED_KEY_CREDENTIAL mode the user could explicitly set the sharedKey parameter or a SharedKeyCredential instace.
+With the AZURE_IDENTITY mode the user will be able to use the Default Azure Credentials Chain.
+With the AZURE_SAS mode the user could explicitly set the sasSignature or sasCredential parameter.
+With the CLIENT_SECRET mode the user could explicitly set clientId, clientSecret and tenantId or specify a ClientSecretCredential instance.
+With the SERVICE_CLIENT_INSTANCE the user could explicity set a serviceClient parameter by passing a DataLakeServiceClient instance.
+This is part of the effort explained in CAMEL-18590.
+
 == Camel Spring Boot
 
 === Auto Configuration