Skip to content

Add option to specify cert / key location for kafka #7483

@bputt

Description

@bputt

Description

Currently when setting up the kafka indexing service, we're only able to provide the following and would be nice if we can also specify the certificate/key

ioConfig: {
    consumerProperties: {
        "ssl.truststore.password": "",
        "ssl.keystore.password": "",
        "ssl.key.password": ""
    }
}

Motivation

The documentation ins't exactly clear how to use kafka indexing service with tls enabled kafka brokers. It would be nice if there was a way to specify the cert & key or if it's already possible, just updating documentation.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions