microsoft / nutter

Testing framework for Databricks notebooks
MIT License
288 stars 42 forks source link

Unable to use a SPN for auth running tests #64

Open storey247 opened 3 years ago

storey247 commented 3 years ago

Azure Databricks allows for authentication via SPN as well as PAT, but currently Nutter only supports the PAT token auth approach.

This recently blocked us using Nutter on an engagement with a customer because they wouldn't allow us to generate PAT tokens and insisted that we auth via SPN.

It would be really great if the Nutter cli could be configured use the standard SPN auth flow of the current user, instead of only allowing PAT

giventocode commented 3 years ago

Thanks for the feedback.