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

[dagster-azure] fix azure compute log manager credentialing #26157

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dpeng817
Copy link
Contributor

@dpeng817 dpeng817 commented Nov 27, 2024

Summary & Motivation

I think the existing credentialing here is busted - BlobServiceClient doesn't accept a bare secret string anymore - instead, in order to pass a secret, you need a fully qualified dictionary.

Technically this is a breaking change but I don't see how it could be working right now anyway.

How I Tested These Changes

Tested manually with a local dagster installation running the compute log manager live. Downstream I'll add actual integration tests.

@dpeng817 dpeng817 marked this pull request as ready for review November 27, 2024 03:14
@dpeng817 dpeng817 requested a review from prha November 27, 2024 03:19
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