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

ABS add support for using a Service principle via EnvCreds #728

Merged
merged 2 commits into from
Nov 1, 2023

Conversation

NickSchouten
Copy link
Contributor

It allows abs:// to be used without a sas token. In this case it will fall back on Azure identities Environment credentials. This allows you to use a service principle for authentication with azure.

Changes:
abs.py changed the regex
abs.py added a default for when sas token is empty. It will use env creds in this case.
tests for ABS without a sas token

Dependecies:
azure-identity -- because we will be using EnvironmentCredential from it

@MSeal
Copy link
Member

MSeal commented Nov 1, 2023

Thanks for the addition! Will get it into this next release.

@MSeal MSeal merged commit d5a986c into nteract:main Nov 1, 2023
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