Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
update info to debug and add sasl config
Browse files Browse the repository at this point in the history
  • Loading branch information
shreedhar-kc committed Jun 11, 2024
1 parent bc5b646 commit 67a8932
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion helm/eks-dev-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ nodeSelector: {}

config:
LOG_DIR: /var/log/hydra/
LOG_LEVEL: INFO
LOG_LEVEL: DEBUG
HYDRA_KAFKA_PRODUCER_BOOTSTRAP_SERVERS: b-1.isdvsdevblueuswest2.8xkirx.c14.kafka.us-west-2.amazonaws.com:9098,b-3.isdvsdevblueuswest2.8xkirx.c14.kafka.us-west-2.amazonaws.com:9098,b-2.isdvsdevblueuswest2.8xkirx.c14.kafka.us-west-2.amazonaws.com:9098
HYDRA_SCHEMA_REGISTRY_URL: https://dvs-dev-schema-registry.eplur-staging.vnerd.com:8081
HYDRA_V2_METADATA_CONTACT: '#dev-data-platform'
Expand All @@ -57,4 +57,8 @@ config:
HYDRA_V2_CREATE_TOPICS_ENABLED: 'true'
HYDRA_V2_METADATA_CREATE_ON_STARTUP: 'true'
HYDRA_MIN_INSYNC_REPLICAS: 1
HYDRA_KAFKA_SASL_CLIENT_CALLBACK_HANDLER_CLASS: 'software.amazon.msk.auth.iam.IAMClientCallbackHandler'
HYDRA_KAFKA_SASL_JAAS_CONFIG: 'software.amazon.msk.auth.iam.IAMLoginModule required;'
HYDRA_KAFKA_SASL_MECHANISM: 'AWS_MSK_IAM'
HYDRA_KAFKA_SECURITY_PROTOCOL: 'SASL_SSL'

0 comments on commit 67a8932

Please sign in to comment.