Skip to content

Commit

Permalink
Make Debezium rabbitmq user
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Jun 28, 2024
1 parent 2497a7f commit 584a1f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/debezium/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
data:
MARIADB_USER: "root" # TODO
MARIADB_DATABASE: "faf_lobby"
RABBITMQ_USER: "faf-lobby-server" # TODO
RABBITMQ_USER: "debezium" # TODO
"application.properties": |-
debezium.source.key.converter.schemas.enable=false
debezium.source.value.converter.schemas.enable=false
Expand Down
1 change: 1 addition & 0 deletions scripts/init-rabbitmq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ make_user_admin rabbitmq ADMIN_USER
create_user_for_vhost faf-lobby-server MQ_USER MQ_PASSWORD $VHOST_FAF_CORE
create_user_for_vhost faf-api RABBIT_USERNAME RABBIT_PASSWORD $VHOST_FAF_CORE
create_user_for_vhost faf-league-service MQ_USER MQ_PASSWORD $VHOST_FAF_CORE
create_user_for_vhost debezium RABBITMQ_USER RABBITMQ_PASSWORD $VHOST_FAF_CORE

0 comments on commit 584a1f6

Please sign in to comment.