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/15 10:49:44 UTC

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

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

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

commit 0f0a0d8f0edaa7dd967d8bc02b795c87dc286fed
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Dec 15 11:34:10 2023 +0100

    CAMEL-18590 - Camel-Azure components: Define a unique configuration for authentication - Azure Files - Migration Docs
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc            | 8 ++++++++
 1 file changed, 8 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 8b79b865cd3..050676bb9de 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
@@ -33,3 +33,11 @@ With the CONNECTION_STRING mode the user could explicitly set the connectionStri
 With the TOKEN_CREDENTIAL mode the user could pass a TokenCredential instance.
 With the AZURE_IDENTITY mode the user will be able to use the Default Azure Credentials Chain.
 This is part of the effort explained in CAMEL-18590.
+
+=== camel-azure-files
+
+The credentialType parameter has been introduced with three possible values: AZURE_IDENTITY, SHARED_ACCOUNT_KEY and AZURE_SAS.
+With the SHARED_ACCOUNT_KEY mode the user could explicitly set the sharedKey parameter.
+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 token parameter.
+This is part of the effort explained in CAMEL-18590.