-
Notifications
You must be signed in to change notification settings - Fork 97
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
Replace Azure Service Principal auth with Azure Workload Identity auth for long-running tests on AKS #7806
base: main
Are you sure you want to change the base?
Replace Azure Service Principal auth with Azure Workload Identity auth for long-running tests on AKS #7806
Conversation
Signed-off-by: willdavsmith <[email protected]>
786de5a
to
9dc769a
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7806 +/- ##
==========================================
- Coverage 59.21% 59.19% -0.02%
==========================================
Files 579 579
Lines 38697 38697
==========================================
- Hits 22914 22908 -6
- Misses 14145 14149 +4
- Partials 1638 1640 +2 ☔ View full report in Codecov by Sentry. |
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.
Are we still doing this?
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Let's hold off on merging this until we can test that it works |
Description
Note: I need to update the application in azure to reference the long-running tests AKS cluster OIDC endpoint
Type of change