Remove how-to-configure-clients-to-connect-to-apache-kafka-clusters-securely-part-1-kerberos
article thumbnail

How to configure clients to connect to Apache Kafka Clusters securely – Part 2: LDAP

Cloudera

In the previous post, we talked about Kerberos authentication and explained how to configure a Kafka client to authenticate using Kerberos credentials. In this post we will look into how to configure a Kafka client to authenticate using LDAP, instead of Kerberos.

Kafka 52
article thumbnail

Operational Database Security – Part 2

Cloudera

In this blogpost, we are going to take a look at some of the OpDB related security features of a CDP Private Cloud Base deployment. We are going to talk about auditing, different security levels, security features of Data Catalog, and Client Considerations. You can find part 1 of this series, here. .

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

How to configure clients to connect to Apache Kafka Clusters securely – Part 1: Kerberos

Cloudera

This is the first installment in a short series of blog posts about security in Apache Kafka. In this article we will explain how to configure clients to authenticate with clusters using different authentication mechanisms. SASL/GSSAPI – Kerberos authentication. Kerberos Authentication.

Kafka 65
article thumbnail

How to configure clients to connect to Apache Kafka Clusters securely – Part 4: TLS Client Authentication

Cloudera

In the previous posts in this series, we have discussed Kerberos , LDAP and PAM authentication for Kafka. In this post we will look into how to configure a Kafka cluster and client to use a TLS client authentication. ssl.truststore.location=/opt/cloudera/security/jks/truststore.jks.

Kafka 77
article thumbnail

Security Reference Architecture Summary for Cloudera Data Platform

Cloudera

This blog will summarise the security architecture of a CDP Private Cloud Base cluster. The architecture reflects the four pillars of security engineering best practice, Perimeter, Data, Access and Visibility. CDP Private Cloud Base offers 3 levels of security that implement these features. Non-secure.

article thumbnail

How to configure clients to connect to Apache Kafka Clusters securely – Part 3: PAM authentication

Cloudera

In the previous posts in this series, we have discussed Kerberos and LDAP authentication for Kafka. In this post, we will look into how to configure a Kafka cluster to use a PAM backend instead of an LDAP one. ssl.truststore.location=/opt/cloudera/security/jks/truststore.jks. PAM Authentication.

Kafka 75
article thumbnail

Operating Apache Kafka with Cruise Control

Cloudera

There are two big gaps in the Apache Kafka project when we think of operating a cluster. The first is monitoring the cluster efficiently and the second is managing failures and changes in the cluster. Cruise Control is integrated with Kafka through metrics reporting. About Cruise Control. Architecture.

Kafka 69