Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure can only authenticate with client_id through environment variables #156

Open
DylanGuedes opened this issue Nov 20, 2024 · 1 comment

Comments

@DylanGuedes
Copy link

DylanGuedes commented 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 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.

@DylanGuedes DylanGuedes changed the title Azure client not authenticating correctly with UserAssignedID Azure can only authenticate with UserAssignedID through environment variables Nov 20, 2024
@DylanGuedes 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
@DylanGuedes
Copy link
Author

PR #157 tackles this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant