Skip to content

Commit

Permalink
IKC-328 Configuration to connect Kouncil to AWS MSK cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Belke authored and Piotr Belke committed Nov 26, 2023
1 parent ddde5a9 commit bb981f1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions kouncil-backend/src/main/resources/kouncil.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ logging:
org.apache.kafka.clients.NetworkClient: INFO
org.apache.kafka.common.utils.AppInfoParser: WARN
kouncil:
clusters:
- name: aws-cluster
brokers:
- host: localhost
port: 9092
saslMechanism: PLAIN
saslProtocol: SASL_PLAINTEXT
saslJassConfig: org.apache.kafka.common.security.plain.PlainLoginModule required username="kouncil" password="q1w2e3r4";
auth:
active-provider: inmemory # inmemory, ldap, ad, sso
ldap:
Expand Down

0 comments on commit bb981f1

Please sign in to comment.