Prepare credentials and permission in Kafka

Certain credentials and permission are required for Validio to validate your data:

  • Access and permissions to the specific Kafka clusters.

πŸ“˜

Permissions and roles

Certain permissions and roles are required for the service account.
For more information, refer to Kafka security documentation and Confluent: Kafka SASL/PLAIN authentication.

Authentication methods for Source config

You can select either Kafka SSL Certificate or SASL Plain Credential as authentication method for your Kafka clusters.

FieldDescriptionOptions
Credential typeSelect an authentication method.1. Kafka SSL CertificateOr

2. SASL Plain Credential

Kafka SSL certificate

The Kafka SSL Credentials credential type requires the following parameters and certificates:

FieldRequiredDescriptionExample
Nameβœ…Identifier for the credentials. Used when accessing Sources.
Bootstrap serverβœ…The address of Kafka load balancer / Kafka cluster address.
CA certificateβœ…A certificate of Certificate authority (CA) in CRT format.
Client certificateβœ…Client SSL certificate in PEM format.
Client private keyβœ…Private keys of client certificate in PEM format.
Client private key passwordβœ…Password or passphrase of private keys for the client certificate.

You can either provide the certificates and client private key as plain text or upload the files.

Kafka SASL Plain Credential

The Kafka SASL Plain Credential credential type, which uses TLS/SSL as transport layer, requires the following parameters and certificates:

FieldRequiredDescription
Nameβœ…Identifier for the credentials. Used when accessing Sources.
Bootstrap serverβœ…The address of Kafka load balancer / Kafka cluster address.
Usernameβœ…Username for the SASL Plain Credential.
Passwordβœ…Password for the SASL Plain Credential.

Configuration parameters

FieldRequiredDescription
Nameβœ…Identifier for the Source. Used when setting up Validators.
Clusterβœ…Name of the Kafka cluster to read data from.
Message formatβœ…JSON, AVRO, or PROTOBUF
Message schemaβœ…For JSON, Validio automatically infers the schema.
For AVRO and PROTOBUF, you can upload schemas. For more information, see Data Stream Sources.