Skip to content

Commit

Permalink
Allow configuration of clickhouse password in kafka mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrichton committed Sep 13, 2024
1 parent e3c8f06 commit e9411ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions kafka-mapper-consumer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
REGISTER_MEDIATOR: ${REGISTER_MEDIATOR}
CLICKHOUSE_HOST: ${CLICKHOUSE_HOST}
CLICKHOUSE_PORT: ${CLICKHOUSE_PORT}
CLICKHOUSE_PASSWORD: ${CLICKHOUSE_PASSWORD}
configs:
- target: /app/src/data/fhir-mapping.json
source: fhir-mapping.json
Expand Down
3 changes: 2 additions & 1 deletion kafka-mapper-consumer/package-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"REGISTER_MEDIATOR": "true",
"CLICKHOUSE_HOST": "analytics-datastore-clickhouse",
"CLICKHOUSE_PORT": "8123",
"KAFKA_CONSUMER_MAPPER_MEDIATOR_VERSION": "jembi/kafka-mapper-consumer:latest",
"CLICKHOUSE_PASSWORD": "dev_password_only",
"KAFKA_CONSUMER_MAPPER_MEDIATOR_VERSION": "jembi/kafka-mapper-consumer:new-pass",
"KAFKA_CONSUMER_MAPPER_UI_VERSION": "jembi/kafka-mapper-consumer-ui:latest",
"OPENHIM_CONSOLE_BASE_URL": "http://localhost:9000"
}
Expand Down

0 comments on commit e9411ba

Please sign in to comment.