rabbitmq-server
rabbitmq-server copied to clipboard
Fix AMQP 1.0 Authentication issue with OAuth tokens on v3.10
Proposed Changes
Authenticate an internal AMQP connection created from an AMQP 1.0 Session using an Oauth token previously obtained during the connection establishment phase.
This is a backport of this PR applied to v3.11.x branch.
Types of Changes
What types of changes does your code introduce to this project?
Put an x
in the boxes that apply
- [x] 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