Describe the bug
Testing this scenario: https://www.rabbitmq.com/docs/oauth2-examples-proxy produces that rabbitmq container doesn't boot up:
2024-10-10 15:03:13.181787+00:00 [error] <0.156.0> auth_oauth2.issuer invalid, According to the JWT Specification, Key Server URL must be https. 2024-10-10 15:03:13.185982+00:00 [error] <0.156.0> Error preparing configuration in phase validation: 2024-10-10 15:03:13.186080+00:00 [error] <0.156.0> - auth_oauth2.issuer invalid, According to the JWT Specification, Key Server URL must be https.
Reproduction steps
As described in the tutorial:
export MODE=oauth2-proxy
make start-rabbitmq
Expected behavior
rabbitmq container should boot up.
Additional context
No response