Skip to content

Commit

Permalink
RHINENG-12788 add MQTT_BROKER_AUTH_TYPE to fix mqtt connection issue (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
r14chandra authored Sep 24, 2024
1 parent 1320372 commit 3884a91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ services:
- CLOUD_CONNECTOR_MQTT_BROKER_ADDRESS=mqtt://mqtt-broker:8883
- CLOUD_CONNECTOR_RHC_MESSAGE_KAFKA_BROKERS=kafka:29092
- CLOUD_CONNECTOR_CLIENT_ID_TO_ACCOUNT_ID_DEFAULT_ORG_ID=0002
- CLOUD_CONNECTOR_MQTT_BROKER_AUTH_TYPE="none"
entrypoint: /cloud-connector mqtt_message_consumer -l 0.0.0.0:8082
restart: always
depends_on:
Expand Down Expand Up @@ -225,6 +226,7 @@ services:
- CLOUD_CONNECTOR_MQTT_BROKER_ADDRESS=mqtt://mqtt-broker:8883
- CLOUD_CONNECTOR_RHC_MESSAGE_KAFKA_BROKERS=kafka:29092
- CLOUD_CONNECTOR_CLIENT_ID_TO_ACCOUNT_ID_DEFAULT_ORG_ID=0002
- CLOUD_CONNECTOR_MQTT_BROKER_AUTH_TYPE="none"
entrypoint: /cloud-connector kafka_message_consumer -l 0.0.0.0:8083
restart: always
depends_on:
Expand All @@ -246,6 +248,7 @@ services:
- CLOUD_CONNECTOR_CONNECTION_DATABASE_HOST=db-cloud-connector
- CLOUD_CONNECTOR_MQTT_BROKER_ADDRESS=mqtt://mqtt-broker:8883
- CLOUD_CONNECTOR_CLIENT_ID_TO_ACCOUNT_ID_DEFAULT_ORG_ID=0002
- CLOUD_CONNECTOR_MQTT_BROKER_AUTH_TYPE="none"
entrypoint: /cloud-connector api_server -l 0.0.0.0:8081
restart: always
depends_on:
Expand Down

0 comments on commit 3884a91

Please sign in to comment.