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

Programmatic authentication for Azure #527

Closed
alexeiakimov opened this issue Dec 20, 2021 · 3 comments · Fixed by #606
Closed

Programmatic authentication for Azure #527

alexeiakimov opened this issue Dec 20, 2021 · 3 comments · Fixed by #606
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed storage/azure Azure Blog storage related

Comments

@alexeiakimov
Copy link

Description

It would be nice to provide API which allows to specify the Azure credentials in the code. Currently the Azure storage implementation only relies on the environment variables, which makes it difficult to access two independent storages in the same program. In case of AWS S3 the problem does not exists because the API allows to use a custom rusoto S3 client with a static credentials provider.

Use Case
A program needs to access two delta tables stored in Azure using two independent access credentials.

Related Issue(s)

@alexeiakimov alexeiakimov added the enhancement New feature or request label Dec 20, 2021
@houqp houqp added good first issue Good for newcomers help wanted Extra attention is needed storage/azure Azure Blog storage related labels Dec 24, 2021
@thovoll
Copy link
Contributor

thovoll commented Dec 31, 2021

This sounds like a good use case. Note that the auth is currently in flux as we are in the process of adopting the ADLS Gen2 API.

See #489 and #499.

@roeap roeap mentioned this issue May 15, 2022
@alexeiakimov
Copy link
Author

Many thanks for implementing this. When will it be released? If the release date has not been fixed yet, which revision of main could you suggest as a stable enough? Thank you.

@houqp
Copy link
Member

houqp commented Aug 7, 2022

@alexeiakimov the main branch is usually quite stable from a bug's point of view, so you can just consume it using git.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed storage/azure Azure Blog storage related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants