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

MQ: Automate Azure Identity SDK Manual/Vendor Tests #4773

Open
6 tasks
joshfree opened this issue Jul 7, 2023 · 1 comment
Open
6 tasks

MQ: Automate Azure Identity SDK Manual/Vendor Tests #4773

joshfree opened this issue Jul 7, 2023 · 1 comment
Labels
Azure.Identity Client This issue points to a problem in the data-plane of the library. test-enhancement
Milestone

Comments

@joshfree
Copy link
Member

joshfree commented Jul 7, 2023

We should leverage @christothes 's work on https://github.com/Azure/azure-sdk-for-net/pull/33017/files to fully automate the list of manual/vendor test scenarios which are documented in the issues here: https://github.com/Azure/azure-sdk/issues?q=is%3Aopen+is%3Aissue+label%3AAzure.Identity

This includes:

- [ ] Automate Azure Service Fabric testing - We don't have in C++

  • All these use IMDS endpoints and can be combined (if needed):
  • Automate Azure Functions testing
  • Automate VM MSI testing
  • Automate Azure WebJobs testing

- [ ] Automate Pod Identity testing
- [ ] Automate Cloudshell testing

@antkmsft
Copy link
Member

FWIW, we do have an "E2E" test for Managed Identity (https://github.com/Azure/azure-sdk-for-cpp/tree/b54d509c72fb76598832bcf1fcd5c4a89b245782/sdk/identity/azure-identity/test/e2e) - it is a tool - you/vendor build an exe/binary, and run it in the targeted environment, and the tool prints whether it was successful or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Identity Client This issue points to a problem in the data-plane of the library. test-enhancement
Projects
Status: Backlog
Development

No branches or pull requests

3 participants
@joshfree @antkmsft and others