AdheipSingh opened a new issue #10845:
URL: https://github.com/apache/druid/issues/10845
- Currently if i try to reference azure configs ( deepstroage in common
runtime ), get an error
```
Caused by: com.fasterxml.jackson.databind.exc.MismatchedInputException:
Cannot deserialize instance of `java.lang.String` out of START_OBJECT token
at [Source: UNKNOWN; line: -1, column: -1] (through reference chain:
org.apache.druid.storage.azure.AzureAccountConfig["key"])
```
-
https://github.com/apache/druid/blob/753bce324bdf8c7c5b2b602f89c720749bfa6e22/extensions-core/azure-extensions/src/main/java/org/apache/druid/storage/azure/AzureAccountConfig.java#L45
- The above link should use PasswordProvider as is used for AWS here
https://github.com/apache/druid/blob/753bce324bdf8c7c5b2b602f89c720749bfa6e22/cloud/aws-common/src/main/java/org/apache/druid/common/aws/AWSCredentialsConfig.java#L34
cc @nishantmonu51
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]