Skip to content

Latest commit

 

History

History
44 lines (43 loc) · 1.21 KB

state-of-security.md

File metadata and controls

44 lines (43 loc) · 1.21 KB

State of security implementation

  • Encryption
    • Kafka Broker
      • mTLS for broker intercommunication
      • mTLS between Metric Reporters and Kafka Cluster
    • Kafka Connect
      • mTLS with Kafka cluster
      • Https for Connect REST endpoints
    • Schema Registry
      • mTLS with Kafka cluster
      • Https for REST endpoints
    • KSQL
      • mTLS with Kafka cluster
      • Https for REST endpoints
    • Control Center
      • mTLS with Kafka cluster
      • Https for REST endpoints
  • Authentication
    • Kafka Broker
      • SASL for broker intercommunication
      • SASL between Metric Reporters and Kafka Cluster (to test)
    • Kafka Connect
      • SASL with Kafka cluster
      • REST endpoints
    • Schema Registry
      • SASL with Kafka cluster
      • REST endpoints
    • KSQL
      • SASL for with Kafka cluster
      • REST endpoints
    • Control Center
      • SASL with Kafka cluster
      • Basic Auth for REST endpoints
  • Kafka Topics ACL
    • Kafka Connect
    • Schema Regisry
    • KSQL
    • Control Center
  • RBAC
    • Kafka Connect
    • Schema Regisry
    • KSQL
    • Control Center