fix(cli): align auth plugin selection#11076
Conversation
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
|
The following comment was made by an LLM, it may be inaccurate: Based on my search, I found one potentially related PR: PR #11058: fix: allow user plugins to override built-in auth plugins This PR appears related because it also deals with auth plugin behavior and user plugins overriding built-in plugins, which aligns with the "last-wins behavior" mentioned in PR #11076. All other results are the current PR (#11076) itself or unrelated auth/plugin features from earlier dates. |
d05e83d to
8d69fe1
Compare
|
Didn't realize #11058 was PR'ed for the same issue. Their implementation is much simpler, whereas this implementation looks to recreate the logic used in the TUI fromEntries() approach. |
00637c0 to
71e0ba2
Compare
f1ae801 to
08fa7f7
Compare
|
#11058 has been merged, woohoo! Closed as this is no longer necessary. |
Summary
Test Plan
Fixes #10898