kafka_neu-1778570057504.zip-extract/kafka-4.2.0-src/docs/security/security-overview.md

Path
kafka_neu-1778570057504.zip-extract/kafka-4.2.0-src/docs/security/security-overview.md
Status
scanned
Type
file
Name
security-overview.md
Extension
.md
Programming language

      
    
Mime type
text/plain
File type
exported SGML document, ASCII text
Tag

      
    
Rootfs path

      
    
Size
2083 (2.0 KB)
MD5
fc77582fad1e9c7a481ef7074a91c7fc
SHA1
30bb20970619a708923e851382836c18f37363a0
SHA256
6d3d2ca3a38dad626078b7b738c8efcd84dc183d4301b39bda8150f79d199f81
SHA512

      
    
SHA1_git
d976c2529581ba7610986453d8d6d61e16a48d24
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
security-overview.md | 2.0 KB |

--- title: Security Overview description: Security Overview weight: 1 tags: ['kafka', 'docs'] aliases: keywords: type: docs --- <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> The following security measures are currently supported: 1. Authentication of connections to brokers from clients (producers and consumers), other brokers and tools, using either SSL or SASL. Kafka supports the following SASL mechanisms: * SASL/GSSAPI (Kerberos) - starting at version 0.9.0.0 * SASL/PLAIN - starting at version 0.10.0.0 * SASL/SCRAM-SHA-256 and SASL/SCRAM-SHA-512 - starting at version 0.10.2.0 * SASL/OAUTHBEARER - starting at version 2.0 2. Encryption of data transferred between brokers and clients, between brokers, or between brokers and tools using SSL (Note that there is a performance degradation when SSL is enabled, the magnitude of which depends on the CPU type and the JVM implementation.) 3. Authorization of read / write operations by clients 4. Authorization is pluggable and integration with external authorization services is supported It's worth noting that security is optional - non-secured clusters are supported, as well as a mix of authenticated, unauthenticated, encrypted and non-encrypted clients. The guides below explain how to configure and use the security features in both clients and brokers.
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
38.14
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de apache-2.0 Apache-2.0
URL Start line End line
http://www.apache.org/licenses/LICENSE-2.0 19 19