-
Notifications
You must be signed in to change notification settings - Fork 253
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
implement federated_credential_flow and workload_identity_creds and add them to the environment_credential #1319
Conversation
…entials Signed-off-by: simon-an <26556185+simon-an@users.noreply.github.com>
@microsoft-github-policy-service agree |
Signed-off-by: simon-an <26556185+simon-an@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does the environment_credential not work? Can we not fix that? In our other languages for Azure SDKs, we have only the environment_credential that works for both user and app registrations.
Sorry i am not sure what you mean. If you look at the pr, it is implemented in the environment credential. I can rename the pr if that helps :) |
You added a public ( |
Yes. and what exactly is the problem with that? As far as is see it, the code in this repo is far away from a 1.0 version. So why don't you merge the working contribution and refactor it how you want it to be? I will not look at other language sdks. There are reason why i use rust and contribute (at least try) to the ecosystem. So if you want me to bring this PR in the direction that you want, please direct me to the specifications for the sdks, or describe exactly what you want me to change. (renaming, moving files, etc) Why is the seperation as a "credentials" not a valid pattern to implement this? |
First, thank you for the contribution. While the Azure SDK for Rust is not yet an official SDK, we do our best to follow the Azure SDK development guidelines. One of the principles we take to heart for this SDK is consistency across all of the SDKs. We would prefer future contributions to consider this and other principles set forth in the above guidelines. |
fixes #1305