From 4eca9bc091af27a4ffa61dc04a19d0ae3277a35b Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Tue, 2 Apr 2019 20:30:10 +0200 Subject: [PATCH] Greenwave: use SSL (amqps) url Signed-off-by: Clement Verna --- roles/openshift-apps/greenwave/templates/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/greenwave/templates/config.toml b/roles/openshift-apps/greenwave/templates/config.toml index 5b4b5848ac..1b2cacddcc 100644 --- a/roles/openshift-apps/greenwave/templates/config.toml +++ b/roles/openshift-apps/greenwave/templates/config.toml @@ -2,7 +2,7 @@ # For complete details on all configuration options, see the documentation # https://fedora-messaging.readthedocs.io/en/latest/configuration.html. -amqp_url = "amqp://greenwave{{ env_suffix }}:@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub" +amqp_url = "amqps://greenwave{{ env_suffix }}:@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub" publish_exchange = "amq.topic"