ClusterClientAuthentication

data class ClusterClientAuthentication(val sasl: ClusterClientAuthenticationSasl? = null, val tls: ClusterClientAuthenticationTls? = null, val unauthenticated: Boolean? = null)

Constructors

Link copied to clipboard
constructor(sasl: ClusterClientAuthenticationSasl? = null, tls: ClusterClientAuthenticationTls? = null, unauthenticated: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration block for specifying SASL client authentication. See below.

Link copied to clipboard

Configuration block for specifying TLS client authentication. See below.

Link copied to clipboard

Enables unauthenticated access.