You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/10/02 01:25:15 UTC

[GitHub] [camel-kafka-connector] yuhusolutions commented on issue #1440: Azure authentication erros on 3.18.x

yuhusolutions commented on issue #1440:
URL: https://github.com/apache/camel-kafka-connector/issues/1440#issuecomment-1264522627

   This is related to the change introduced in https://issues.apache.org/jira/browse/CAMEL-18099  
   
   You can look at the doc of the `Azure Storage Blob` component: https://camel.apache.org/components/3.18.x/azure-storage-blob-component.html 
   
   The default behavior starting from >=3.18 is relying on [AzureIdentity](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/identity/azure-identity#environment-variables) in alignment with [understand-authorization-for-data-operation](https://learn.microsoft.com/en-us/azure/storage/common/authorize-data-access?toc=%2Fazure%2Fstorage%2Fblobs%2Ftoc.json#understand-authorization-for-data-operations).
   
   If you wish to use shared account key, you would need to set `credentialType=SHARED_ACCOUNT_KEY`. 
   
   It looks like the extra property was not mapped when the deps. where bumped to 3.18.
   
   https://github.com/apache/camel-kafka-connector/blob/main/connectors/camel-azure-storage-blob-sink-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestorageblobsink/CamelAzurestorageblobsinkSinkConnectorConfig.java
   
   https://github.com/apache/camel-kafka-connector/blob/main/connectors/camel-azure-storage-blob-source-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/azurestorageblobsource/CamelAzurestorageblobsourceSourceConnectorConfig.java


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org