meta-pytorch / meta-pytorch/data

Azure test is broken due to missing authentications

Open
#904 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
1.3k
Forks
179
Avg merge
6d 1h
Merged PRs (30d)
2

Description

🐛 Describe the bug

See example CI test result:
https://github.com/pytorch/data/actions/runs/3496367745/jobs/5854203850#step:13:527

To resolve it, we need to properly set environment variables AZURE_CLIENT_ID, AZURE_TENANT_ID and AZURE_CLIENT_SECRET as shown in https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/identity/azure-identity/TROUBLESHOOTING.md#troubleshoot-environmentcredential-authentication-issues

To temporarily mitigate the problem, I am going to skip the test

Versions

main

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the linked CI job to identify the Azure test and how it is currently skipped. Read the Azure Identity troubleshooting guidance linked in the issue, then check the repository's CI environment configuration for AZURE_CLIENT_ID, AZURE_TENANT_ID, and AZURE_CLIENT_SECRET. Done means the Azure test no longer fails because those environment variables are missing.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, python
Domain
authentication, ci-cd, cloud, testing-qa
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.