-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
UI: Skip OpenAPI call for unmanaged auth methods #25364
Conversation
CI Results: |
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.
Any test coverage we can add for this? Might help us make sure we're covering any situations we're not considering.
We already have test coverage that the tabs are expected on the pages where I'm removing the call, so I figured that is sufficient. But if you have ideas of other scenarios to test for this I'm open to it! |
Build Results: |
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.
Test coverage looks good. Took a closer look and anything else seems like duplicating what we already look at. Thank you!
c6bf477
to
470822f
Compare
Rebased from main so I wouldn't have any merge conflicts on the backport with the |
* Skip fetching OpenAPI if the auth method is not managable in the UI. Fixes #24160 * remove map * add changelog
* Skip fetching OpenAPI if the auth method is not managable in the UI. Fixes #24160 * remove map * add changelog
:q:q: * Skip fetching OpenAPI if the auth method is not managable in the UI. Fixes #24160 * remove map * add changelog
This PR skips the OpenAPI call on auth methods which are not managed in the UI. Resolves #24160