Closed Hathoute closed 3 days ago
So yeah, the key under resource_servers
is different in the generated snippet vs. the expected one.
Should be good now, took some time to have a working environment on my Windows laptop.
@Hathoute thank you for the quick turnaround, I have cherry-picked https://github.com/rabbitmq/rabbitmq-server/pull/12751/commits/6459111f86fedfe16557d45dc04a006c8611d4a9 to #12752 and will deal with any flakes that may pop up.
@Hathoute in case you'd like to test this change in a build, use RabbitMQ 4.1.0-alpha.0081e1d0
.
A 4.0.4
equivalent is 4.0.4-alpha.63e327fc
.
Proposed Changes
Fix #12750 by introducing a synonyms map that will map
additional_scopes_key
toextra_scopes_source
, instead of replacingextra_scopes_source
in the schema which will be a breaking change.There's probably a better way to handle this, as this is my first time writing erlang code, let me know what you think.
Types of Changes
Checklist
CONTRIBUTING.md
documentrabbitmq-auth-backend-oauth2
)