-
Notifications
You must be signed in to change notification settings - Fork 100
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
Fixes #7561 - adding side effect import of kubernetes auth plugins. #7562
Conversation
…uth plugins. Signed-off-by: Nick Beenham <1985327+superbeeny@users.noreply.github.com>
517ba9f
to
fc8e787
Compare
Thanks @superbeeny - were you able to confirm that this fixes your issue? Should be possible to test a local build with |
Yes, I built the binary to confirm as well ➜ radius git:(superbeeny/fix7561) sudo cp ./dist/darwin_arm64/release/rad /usr/local/bin/rad-edge
Password:
➜ radius git:(superbeeny/fix7561) rad-edge version
RELEASE VERSION BICEP COMMIT
edge 517ba9f 0.33.0 517ba9fd64f69130f83e5f78943871c173f3fa68
➜ radius git:(superbeeny/fix7561) rad init
Unable to verify Radius installation. Cause: Kubernetes cluster unreachable: no Auth Provider found for name "oidc".
➜ radius git:(superbeeny/fix7561) rad-edge init
Select an existing environment or create a new one
> 1. dev |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7562 +/- ##
=======================================
Coverage 63.59% 63.59%
=======================================
Files 414 414
Lines 23309 23309
=======================================
Hits 14823 14823
Misses 7224 7224
Partials 1262 1262 ☔ View full report in Codecov by Sentry. |
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... |
Awesome, thanks! |
Description
Adding 1 line to import the kubernetes auth plugins in the rad cli.
Type of change
Fixes: #7561