rabbitmq / rabbitmq-auth-backend-http

HTTP-based authorisation and authentication for RabbitMQ
Other
199 stars 72 forks source link

Topic access check broken because of variable map in the context #53

Closed acogoluegnes closed 7 years ago

acogoluegnes commented 7 years ago

rabbitmq/rabbitmq-server#1229 introduced a variableMap in the context argument of rabbit_authz_backend:check_topic_access/4 and the HTTP backend doesn't handle the conversion of a map into an HTTP parameter.