Created
August 4, 2022 14:15
-
-
Save DennisFederico/2715572eb65381da0fd2220207c42d5e to your computer and use it in GitHub Desktop.
Environment variables needed to sources before firing docker-compose.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export BOOTSTRAP_SERVERS=<CONFLUENT_CLOUD_CLUSTER_BOOTSTRAP:9092> | |
| export SASL_JAAS_CONFIG="org.apache.kafka.common.security.plain.PlainLoginModule required username='<API-KEY>' password='<API_SECRET>';" | |
| export SCHEMA_REGISTRY_URL=<CONFLUENT_CLOUD_SCHEMA_REGISTRY_URL:443> | |
| export BASIC_AUTH_CREDENTIALS_SOURCE=USER_INFO | |
| export SCHEMA_REGISTRY_BASIC_AUTH_USER_INFO=<SR_API_KEY>:<SR_API_SECRET> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment