From aa421fbf63f909fa74e0ca1c848e1589293adfff Mon Sep 17 00:00:00 2001 From: Callum Forrester Date: Thu, 16 Jan 2025 10:22:36 +0000 Subject: [PATCH] Break stomp config Deliberately break stomp config to reproduce a bug, see https://github.com/DiamondLightSource/blueapi/issues/775#issuecomment-2592286809 Will revert after testing. --- services/daq-blueapi/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/services/daq-blueapi/values.yaml b/services/daq-blueapi/values.yaml index 61c549e..5ff3d71 100644 --- a/services/daq-blueapi/values.yaml +++ b/services/daq-blueapi/values.yaml @@ -49,10 +49,10 @@ blueapi: events: broadcast_status_events: False stomp: - auth: - username: p46 - password: ${RABBITMQ_PASSWORD} - host: daq-rabbitmq + auth: + username: p46 + password: ${RABBITMQ_PASSWORD} + host: daq-rabbitmq oidc: well_known_url: "https://authn.diamond.ac.uk/realms/master/.well-known/openid-configuration" client_id: "blueapi-cli"