Skip to content

Commit

Permalink
Break stomp config
Browse files Browse the repository at this point in the history
Deliberately break stomp config to reproduce a bug, see DiamondLightSource/blueapi#775 (comment)

Will revert after testing.
  • Loading branch information
callumforrester authored Jan 16, 2025
1 parent 7a5b7fa commit aa421fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions services/daq-blueapi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit aa421fb

Please sign in to comment.