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
Hello,
I noticed that Thanos cannot authenticate with Azure when using the UserAssignedID as it doesn't allow you to set a client secret and a tenant id.
I could make it to work through environment variables, which is fine for most use cases, but for the use case where you want to interact with multiple Azure buckets, this makes it impossible. The environment variables I used are AZURE_TENANT_ID, AZURE_CLIENT_ID and AZURE_CLIENT_SECRET.
So I'm creating this ticket to track/request the possibility of setting client_secret and tenant_id when using UserAssigendID.
The text was updated successfully, but these errors were encountered:
DylanGuedes
changed the title
Azure client not authenticating correctly with UserAssignedID
Azure can only authenticate with UserAssignedID through environment variables
Nov 20, 2024
DylanGuedes
changed the title
Azure can only authenticate with UserAssignedID through environment variables
Azure can only authenticate with client_id through environment variables
Nov 20, 2024
Hello,
I noticed that Thanos cannot authenticate with Azure when using the
UserAssignedID
as it doesn't allow you to set a client secret and a tenant id.I could make it to work through environment variables, which is fine for most use cases, but for the use case where you want to interact with multiple Azure buckets, this makes it impossible. The environment variables I used are
AZURE_TENANT_ID
,AZURE_CLIENT_ID
andAZURE_CLIENT_SECRET
.So I'm creating this ticket to track/request the possibility of setting
client_secret
andtenant_id
when usingUserAssigendID
.The text was updated successfully, but these errors were encountered: