-
Notifications
You must be signed in to change notification settings - Fork 57
Housekeeping vhost management envs are misnamed #1627
Copy link
Copy link
Open
Labels
app:housekeepingThis issue or pull request is about astarte_housekeeping applicationThis issue or pull request is about astarte_housekeeping applicationdocumentationThis issue or pull request is about documentationThis issue or pull request is about documentationgood first issueGood for newcomersGood for newcomersuser experienceThis issue is about user experienceThis issue is about user experience
Metadata
Metadata
Assignees
Labels
app:housekeepingThis issue or pull request is about astarte_housekeeping applicationThis issue or pull request is about astarte_housekeeping applicationdocumentationThis issue or pull request is about documentationThis issue or pull request is about documentationgood first issueGood for newcomersGood for newcomersuser experienceThis issue is about user experienceThis issue is about user experience
Type
Projects
Status
No status
Since #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.