ArcticDB
ArcticDB copied to clipboard
Add support for Azure AD default credential
Reference Issues/PRs
https://github.com/man-group/ArcticDB/issues/1200
What does this implement or fix?
Add support for Azure AD default credential.
Bind DefaultAzureCredential
in azure C++ SDK to python layer for the support. Such design is for the future support of other AD credentials which require assigning many parameters.
Any other comments?
Checklist
Checklist for code changes...
- [x] Have you updated the relevant docstrings, documentation and copyright notice?
- [x] Is this contribution tested against all ArcticDB's features?
- [x] Do all exceptions introduced raise appropriate error messages?
- [x] Are API changes highlighted in the PR description?
- [x] Is the PR labelled as enhancement or bug so it appears in autogenerated release notes?