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

feat: migrate from autorest/adal to azidentity #1028

Merged
merged 3 commits into from Feb 8, 2023

Conversation

aramase
Copy link
Member

@aramase aramase commented Dec 2, 2022

Signed-off-by: Anish Ramasekar anish.ramasekar@gmail.com

Reason for Change:

Requirements

  • squashed commits
  • included documentation
  • added unit tests and e2e tests (if applicable).

Issue Fixed:

fixes #996

Does this change contain code from or inspired by another project?

  • Yes
  • No

If "Yes," did you notify that project's maintainers and provide attribution?

Special Notes for Reviewers:

@aramase aramase force-pushed the azidentity branch 4 times, most recently from 9ebca13 to ec56abc Compare December 2, 2022 00:50
@github-actions
Copy link

This PR is stale because it has been open 14 days with no activity. Please comment or this will be closed in 7 days.

@github-actions github-actions bot added the stale label Dec 17, 2022
@aramase aramase added wip and removed stale labels Dec 19, 2022
@aramase aramase force-pushed the azidentity branch 2 times, most recently from f8c31e5 to ca90e74 Compare February 3, 2023 21:49
@codecov-commenter
Copy link

codecov-commenter commented Feb 3, 2023

Codecov Report

Merging #1028 (94ef9fd) into master (1ceb617) will decrease coverage by 2.82%.
The diff coverage is 7.22%.

@@            Coverage Diff             @@
##           master    #1028      +/-   ##
==========================================
- Coverage   59.16%   56.34%   -2.82%     
==========================================
  Files          10       10              
  Lines        1097     1072      -25     
==========================================
- Hits          649      604      -45     
- Misses        413      443      +30     
+ Partials       35       25      -10     

@aramase
Copy link
Member Author

aramase commented Feb 3, 2023

/azp run pr-e2e-azure

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@aramase aramase marked this pull request as ready for review February 4, 2023 08:52
@aramase aramase requested a review from nilekhc as a code owner February 4, 2023 08:52
@aramase aramase removed the wip label Feb 4, 2023
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
@nilekhc
Copy link
Contributor

nilekhc commented Feb 6, 2023

/azp run pr-e2e-azure

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member Author

@aramase aramase left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Windows tests are failing because the image we use for test pods is broken on windows

  Warning  FailedMount  26s                kubelet            MountVolume.SetUp failed for volume "secrets-store-inline" : rpc error: code = Unknown desc = failed to mount secrets store objects for pod key-9zhtd/busybox-secrets-store-inline-crd, err: error connecting to provider "azure": provider not found: provider "azure"
  Normal   Pulling      5s                 kubelet            Pulling image "k8s.gcr.io/e2e-test-images/busybox:1.29"
  Warning  Failed       4s                 kubelet            Failed to pull image "k8s.gcr.io/e2e-test-images/busybox:1.29": rpc error: code = NotFound desc = failed to pull and unpack image "k8s.gcr.io/e2e-test-images/busybox:1.29": no match for platform in manifest: not found

i'll debug this in a bit and update the image to a working one in a different PR!

@aramase
Copy link
Member Author

aramase commented Feb 6, 2023

Windows tests are failing because the image we use for test pods is broken on windows

  Warning  FailedMount  26s                kubelet            MountVolume.SetUp failed for volume "secrets-store-inline" : rpc error: code = Unknown desc = failed to mount secrets store objects for pod key-9zhtd/busybox-secrets-store-inline-crd, err: error connecting to provider "azure": provider not found: provider "azure"
  Normal   Pulling      5s                 kubelet            Pulling image "k8s.gcr.io/e2e-test-images/busybox:1.29"
  Warning  Failed       4s                 kubelet            Failed to pull image "k8s.gcr.io/e2e-test-images/busybox:1.29": rpc error: code = NotFound desc = failed to pull and unpack image "k8s.gcr.io/e2e-test-images/busybox:1.29": no match for platform in manifest: not found

i'll debug this in a bit and update the image to a working one in a different PR!

#1079 should resolve this!

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
@aramase
Copy link
Member Author

aramase commented Feb 7, 2023

/azp run pr-e2e-azure

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@aramase aramase merged commit ceac760 into Azure:master Feb 8, 2023
@aramase aramase deleted the azidentity branch February 8, 2023 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate from autorest/adal to azidentity
3 participants