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

Support shared key credentials with blob SAS in latest store_azure.go #2

Merged
merged 4 commits into from
Nov 29, 2023

Conversation

ddowker
Copy link
Collaborator

@ddowker ddowker commented Nov 29, 2023

With the latest gazette azure changes upstream they changed store_azure.go SignGet() to work with user delegated credentials (UDC) and Container SAS storage. This change allows us to run with a shared key and Blob SAS as we used to do. The current upstream is a little inconsistent i believe as azureClient() routine seems to work with shared keys or UDC but the SignGet() only works with one.

This change might not be accepted upstream as we are opinionated that an azure:// scheme is for shared keys (this may be ok) but it works with Blob SAS as opposed to Container SAS (maybe that should be another level of choice).

@ddowker ddowker requested a review from harjsing7 November 29, 2023 23:29
@ddowker ddowker merged commit 3ba90ac into arize Nov 29, 2023
2 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