rabbitmq-server/deps/rabbitmq_auth_backend_inter...
Aaron Seo 007ee6b277 Add test suite for rabbitmq_auth_backend_internal_loopback
(cherry picked from commit 614ce25cc7)
2025-04-27 08:58:58 +00:00
..
schema Adds rabbit_auth_backend_internal_loopback 2025-04-27 08:58:57 +00:00
src Add test suite for rabbitmq_auth_backend_internal_loopback 2025-04-27 08:58:58 +00:00
test Add test suite for rabbitmq_auth_backend_internal_loopback 2025-04-27 08:58:58 +00:00
.gitignore Adds rabbit_auth_backend_internal_loopback 2025-04-27 08:58:57 +00:00
CODE_OF_CONDUCT.md Adds rabbit_auth_backend_internal_loopback 2025-04-27 08:58:57 +00:00
CONTRIBUTING.md Adds rabbit_auth_backend_internal_loopback 2025-04-27 08:58:57 +00:00
LICENSE Adds rabbit_auth_backend_internal_loopback 2025-04-27 08:58:57 +00:00
LICENSE-MPL-RabbitMQ Adds rabbit_auth_backend_internal_loopback 2025-04-27 08:58:57 +00:00
Makefile Add test suite for rabbitmq_auth_backend_internal_loopback 2025-04-27 08:58:58 +00:00
README.md Add test suite for rabbitmq_auth_backend_internal_loopback 2025-04-27 08:58:58 +00:00

README.md

RabbitMQ Internal Loopback Authentication Backend

This plugin provides authentication and authorisation backends for RabbitMQ for basic authentication for only (loopback) localhost connections.

Installation

As of 4.1.1, this plugin is distributed with RabbitMQ. Enable it with

rabbitmq-plugins enable rabbitmq_auth_backend_internal_loopback

Documentation

See the Access Control guide on rabbitmq.com.

Building from Source

See Plugin Development guide.

TL;DR: running

make dist

will build the plugin and put build artifacts under the ./plugins directory.

(c) 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.

Released under the MPL, the same license as RabbitMQ.