WIP: (2.10.0) Console: Add support for multiple authentication schemes #506

Draft
zzz wants to merge 1 commits from zzz/i2p.i2p:jetty-multiauth into master
Owner
  • Add support for SHA-256 digests
  • Remove separate realm for prometheus plugin, no longer required
  • Jetty does not support multiple schemes natively, they are working on it for 12.1.0.
  • Jetty does not support SHA-256 digests natively, and have said they're not going to do it.
  • TODO: Add support for SHA-256 digests to the HTTP proxy (probably in a separate PR).
- Add support for SHA-256 digests - Remove separate realm for prometheus plugin, no longer required - Jetty does not support multiple schemes natively, they are working on it for 12.1.0. - Jetty does not support SHA-256 digests natively, and have said they're not going to do it. - TODO: Add support for SHA-256 digests to the HTTP proxy (probably in a separate PR).
zzz added this to the 2.10.0 milestone 2025-05-04 15:55:30 -04:00
zzz added the
console
jetty
labels 2025-05-04 15:55:30 -04:00
zzz self-assigned this 2025-05-04 15:55:30 -04:00
zzz added 1 commit 2025-05-04 15:55:44 -04:00
Add support for SHA-256 digests
Remove separate realm for prometheus plugin, no longer required
zzz requested review from idk 2025-05-04 15:55:46 -04:00
zzz referenced this issue from a commit 2025-05-04 16:56:07 -04:00
Author
Owner

This will conflict with the Jetty 12 PR.
Probably will not be merged as-is, may defer until after Jetty 12 or discard it.
Jetty is also working on something for 12.1, possibly based on this PR, that we could backport: https://github.com/jetty/jetty.project/issues/13127

This will conflict with the Jetty 12 PR. Probably will not be merged as-is, may defer until after Jetty 12 or discard it. Jetty is also working on something for 12.1, possibly based on this PR, that we could backport: https://github.com/jetty/jetty.project/issues/13127
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u jetty-multiauth:zzz-jetty-multiauth
git checkout zzz-jetty-multiauth
Sign in to join this conversation.
No Reviewers
No Label
console
jetty
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: I2P_Developers/i2p.i2p#506
No description provided.