astarte-platform/astarte

Housekeeping vhost management envs are misnamed

开放

#1,627 创建于 2025年11月27日

 (0 条评论) (0 个反应) (0 位负责人)Elixir (59 个派生)auto 404
app:housekeepingdocumentationgood first issueuser experience

仓库指标

星标
 (271 个星标)
PR 合并指标
 (平均合并 4天) (30 天内合并 38 个 PR)

描述

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.

贡献者指南