Skip to content

rabbitmq_management: Fix issue with oauth2+basic_auth (backport #15793)#15832

Merged
michaelklishin merged 12 commits intov4.3.xfrom
mergify/bp/v4.3.x/pr-15793
Mar 25, 2026
Merged

rabbitmq_management: Fix issue with oauth2+basic_auth (backport #15793)#15832
michaelklishin merged 12 commits intov4.3.xfrom
mergify/bp/v4.3.x/pr-15793

Conversation

@mergify
Copy link
Copy Markdown

@mergify mergify bot commented Mar 25, 2026

Proposed Changes

Fix: OAuth2 + basic auth — basic-auth users lost stored credentials on reload

Types of Changes

What types of changes does your code introduce to this project?
Put an x in the boxes that apply

  • Bug fix (non-breaking change which fixes issue #NNNN)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause an observable behavior change in existing systems)
  • Documentation improvements (corrections, new content, etc)
  • Cosmetic change (whitespace, formatting, etc)
  • Build system and/or CI

Checklist

Put an x in the boxes that apply.
You can also fill these out after creating the PR.
This is simply a reminder of what we are going to look for before merging your code.

  • Mandatory: I (or my employer/client) have have signed the CA (see https://github.com/rabbitmq/cla)
  • I have read the CONTRIBUTING.md document
  • I have added tests that prove my fix is effective or that my feature works
  • All tests pass locally with my changes
  • If relevant, I have added necessary documentation to https://github.com/rabbitmq/rabbitmq-website
  • If relevant, I have added this change to the first version(s) in release-notes that I expect to introduce it

Further Comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution
you did and what alternatives you considered, etc.


This is an automatic backport of pull request #15793 done by [Mergify](https://mergify.com).

MarcialRosales and others added 12 commits March 25, 2026 17:12
the user logged in via basic auth and on
page reload, the credentials were deleted.

(cherry picked from commit 796fa5f)
(cherry picked from commit 00009ef)
(cherry picked from commit 928b94e)
(cherry picked from commit 07afabb)
(cherry picked from commit 4711599)
(cherry picked from commit 3800112)
It is quietly ignored but considered to be
a poor practice.

(cherry picked from commit 9e85a18)
@michaelklishin michaelklishin added this to the 4.3.0 milestone Mar 25, 2026
@michaelklishin michaelklishin merged commit c885d2d into v4.3.x Mar 25, 2026
185 checks passed
@michaelklishin michaelklishin deleted the mergify/bp/v4.3.x/pr-15793 branch March 25, 2026 17:38
michaelklishin added a commit that referenced this pull request Mar 25, 2026
rabbitmq_management: Fix issue with oauth2+basic_auth (backport #15793) (backport #15832)
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.

2 participants