You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Team,
Our application is not able to connect to azure store using managed identities using S3Proxy.
I tried to use the below configuration
jclouds.azureblob.auth=azureAd
jclouds.azureblob.tenantId=
jclouds.azureblob.account=
AZureIdentity and Credentials is a manadatory field.As we are trying to connect to azure storage by passing an empty value as our assumption was we should be able to connctb to azure storage without providing credentials.I am getting the below error.
{
"status": 500,
"name": "INTERNAL_SERVER_ERROR",
"message": "Exception occurred at Azure server ",
"details": "Forbidden (Service: S3, Status Code: 403, Request ID: 4442587FB7D0A2F9)"
}
The text was updated successfully, but these errors were encountered:
anurag-prasad-bh
changed the title
Not able to not to azure blobstore using using managed-identities using S3 Proxy.
Not able to connect to azure blobstore using using managed-identities using S3 Proxy.
Aug 25, 2023
Hi Team,
Our application is not able to connect to azure store using managed identities using S3Proxy.
I tried to use the below configuration
jclouds.azureblob.auth=azureAd
jclouds.azureblob.tenantId=
jclouds.azureblob.account=
AZureIdentity and Credentials is a manadatory field.As we are trying to connect to azure storage by passing an empty value as our assumption was we should be able to connctb to azure storage without providing credentials.I am getting the below error.
{
"status": 500,
"name": "INTERNAL_SERVER_ERROR",
"message": "Exception occurred at Azure server ",
"details": "Forbidden (Service: S3, Status Code: 403, Request ID: 4442587FB7D0A2F9)"
}
The text was updated successfully, but these errors were encountered: