-
Notifications
You must be signed in to change notification settings - Fork 12
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
Feature req: identity-based connection #73
Comments
@aaronpowell, I'd like to contribute and make identity-based connections a reality if no one has the time. To achieve that, I'll need to communicate with you and/or other authors of the library first. This is because it is going to change a major type, My idea for the implementation is to add a new boolean member The next step after @aaronpowell, please let me know what you think especially whether these implementation ideas are too intrusive to the existing codebase. Thank you. |
The change is probably not that huge, it'd just be adding another two properties to the In the future, maybe it'd be better to refactor to use the Submit a PR and I'll review and we can iterate as needed. |
Hi @aaronpowell,
|
looking for the same capability I tried to build it myself also but I think the build tooling needs to be updated, first |
ok great. thanks! BTW I was able to build by updating dotnet tools and using a global.json for .Net 6 |
Do you only support Connection-String connections?
Please add support for identity-based connection.
In the upstream, this is done using the
DefaultAzureCredential
class provided by theAzure.Identity
client library.This would be a function called
Cosmos.fromCredential
which works likeMany thanks.
The text was updated successfully, but these errors were encountered: