rabbitmq-server icon indicating copy to clipboard operation
rabbitmq-server copied to clipboard

Fix AMQP 1.0 Authentication issue with OAuth tokens on v3.10

Open MarcialRosales opened this issue 1 year ago • 0 comments

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

MarcialRosales avatar Mar 30 '23 13:03 MarcialRosales