Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The hub admin will create an account on the Kafka server for your node,

TODO

and send you the user name and password via a secure channel.

...

Code Block
languagejs
themeRDark
titlepassword.conf
shrine.kafka.sasl.jaas.password = "hubPassword"

...

yourKafkaUserPassword"


Create a Kafka client certificate truststore

TODO: bit about creating a client truststore consisting of the hub's Kafka server's signed x509 cert


Add the truststore's location and password to the same two sections as your Kafka user credentials:

Code Block
languagejs
themeRDark
titleshrine.conf
shrine {
...
  kafka {
  ...
    ssl.truststore.location = "/path/to/your/client/truststore"
  }
...
}}//shrine
Code Block
languagejs
themeRDark
titlepassword.conf
shrine.kafka.ssl.truststore.password = "yourClientTruststorePassword"