Skip to content

Commit d8b7666

Browse files
committed
Removed the script to generate the configuration
Signed-off-by: Paolo Patierno <[email protected]>
1 parent 3e983a2 commit d8b7666

File tree

2 files changed

+1
-181
lines changed

2 files changed

+1
-181
lines changed

bin/docker/kafka_bridge_config_generator.sh

-180
This file was deleted.

bin/docker/kafka_bridge_run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mkdir -p /tmp/strimzi
1919

2020
# Generate and print the bridge config file
2121
echo "Kafka Bridge configuration:"
22-
"${MYPATH}"/kafka_bridge_config_generator.sh | tee /tmp/kafka-bridge.properties | sed 's/sasl.jaas.config=.*/sasl.jaas.config=[hidden]/g' | sed 's/password=.*/password=[hidden]/g'
22+
tee /tmp/kafka-bridge.properties < "$STRIMZI_HOME/custom-config/application.properties" | sed -e 's/sasl.jaas.config=.*/sasl.jaas.config=[hidden]/g' -e 's/password=.*/password=[hidden]/g'
2323
echo ""
2424

2525
# Configure logging for Kubernetes deployments

0 commit comments

Comments
 (0)