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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 6fb286f162fccee84ff04bedd6bf5d2c11bff52c
Author: Andrea Cosentino <[email protected]>
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 <[email protected]>
---
 .../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 be28d246969..1c4de1cc611 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
@@ -61,6 +61,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

Reply via email to