Skip to content
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

Only support bearer auth #2248

Merged
merged 1 commit into from
Feb 11, 2025
Merged

Only support bearer auth #2248

merged 1 commit into from
Feb 11, 2025

Conversation

coolreader18
Copy link
Collaborator

@coolreader18 coolreader18 commented Feb 11, 2025

Description of Changes

Follow up to #2181. If a client somehow can send basic auth but not bearer, they can also just use the ?token param.

API and ABI breaking changes

Breaks http api - not sure what the counts as. Nothing needed from users besides upgrading, though.

Expected complexity level and risk

1: this is covered by tests, and all the relevant client sdks have been updated to use bearer auth instead of basic.

Testing

  • I'm confident this is covered by smoketests.

Copy link
Contributor

@cloutiertyler cloutiertyler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good as planned.

@coolreader18 coolreader18 added this pull request to the merge queue Feb 11, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 11, 2025
@coolreader18 coolreader18 added this pull request to the merge queue Feb 11, 2025
Merged via the queue into master with commit e76ba2b Feb 11, 2025
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants