maximiliysiss/rabbitmq-unsafe

By maximiliysiss

Updated 11 months ago

Unsecured RabbitMQ (Bitnami-based) for local development and CI/CD testing only.

Image
Message queues
Developer tools
0

307

maximiliysiss/rabbitmq-unsafe repository overview

RabbitMQ (Bitnami-based, unsecured)

This image is a custom wrapper around bitnami/rabbitmq with all built-in security restrictions disabled.
It is intended for local development and CI/CD pipelines, where convenience and ease of access are more important than strict security.

Features

  • Based on the stable Bitnami RabbitMQ image
  • loopback_users restrictions disabled → all users (including guest) can connect from any host
  • Simplified configuration for quick setup and testing
  • Ready-to-use for local environments and automated test pipelines

Use Cases

  • Local development where quick RabbitMQ access is needed without additional setup
  • CI/CD pipelines where services need RabbitMQ without authentication hurdles
  • Testing environments where security is not a concern

⚠️ Warning: This image must not be used in production.
All security restrictions are disabled, which makes it unsafe for any public or sensitive environment.

Example usage

services:
  rabbitmq:
    image: maximiliysiss/rabbitmq-unsafe:latest
    ports:
      - "5672:5672"    # AMQP
      - "15672:15672"  # Management UI

Then access the RabbitMQ Management UI at http://localhost:15672

Default credentials: guest/guest

Tag summary

Content type

Image

Digest

sha256:6aaee8d80

Size

173.9 MB

Last updated

11 months ago

docker pull maximiliysiss/rabbitmq-unsafe:1.0