astarte-platform/astarte

Housekeeping vhost management envs are misnamed

Open

#1,627 opened on Nov 27, 2025

 (0 comments) (0 reactions) (0 assignees)Elixir (59 forks)auto 404
app:housekeepingdocumentationgood first issueuser experience

Repository metrics

Stars
 (271 stars)
PR merge metrics
 (Avg merge 4d) (38 merged PRs in 30d)

Description

Since https://github.com/astarte-platform/astarte/pull/1475, Housekeeping is able to create a new RabbitMQ vhost for each Astarte realm. This is possible via the RMQ HTTP API. However, envs that allow to set the RabbitMQ URL are named like HOUSEKEEPING_AMQP_*, which is misleading because it seems to relate to AMQP and not HTTP. Rename the envs to more clearly match their purpose, e.g. HOUSEKEEPING_RABBITMQ_MANAGEMENT_*.

Note that this also implied we're tied to RabbitMQ as AMQP broker, as long as we use RMQ HTTP APIs for vhost creation.

Contributor guide