-
Notifications
You must be signed in to change notification settings - Fork 548
fix: Remove apiKeyAuth #6763
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
base: main
Are you sure you want to change the base?
fix: Remove apiKeyAuth #6763
Conversation
Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP 404).\n |
Code Review Agent Run #30621eActionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
|
Changelist by BitoThis pull request implements the following key changes.
|
|
Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP 404).\n |
Description
Fixes #
Checklist:
Does this PR introduce a user-facing change?
Summary by Bito
This pull request removes the deprecated apiKeyAuth security scheme from the OpenAPI specification, standardizing on bearerAuth across numerous endpoints. The changes affect multiple API sections including deployment history, job management, cluster operations, and user management. By unifying the authentication mechanism, the update improves consistency and reduces potential configuration errors.