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

enhancement: azure blob store support with client credentials #961

Merged

Conversation

nikhilsinhaparseable
Copy link
Contributor

@nikhilsinhaparseable nikhilsinhaparseable commented Oct 14, 2024

add env P_AZR_CLIENT_ID, P_AZR_CLIENT_SECRET and P_AZR_TENANT_ID
access key P_AZR_ACCESS_KEY is made optional now
hence, there are two ways of authentication now along with mandatory parameters P_AZR_URL, P_AZR_ACCOUNT and P_AZR_CONTAINER-

  1. use P_AZR_ACCESS_KEY
  2. use P_AZR_CLIENT_ID, P_AZR_CLIENT_SECRET and P_AZR_TENANT_ID

add env P_AZR_CLIENT_ID, P_AZR_CLIENT_SECRET and P_AZR_TENANT_ID
access key is made optional now
@nitisht nitisht merged commit 3b2505f into parseablehq:main Oct 14, 2024
8 checks passed
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

Successfully merging this pull request may close these issues.

2 participants