Browse Source

KAFKA-3284: Remove beta label from security documentation

4 release cycles (0.9.0.0, 0.10.0.0, 0.10.1.0, 0.10.2.0) should be enough
to remove the beta label.

Author: Ismael Juma <ismael@juma.me.uk>

Reviewers: Guozhang Wang <wangguoz@gmail.com>

Closes #2286 from ijuma/kafka-3284-security-beta-label
pull/2302/head
Ismael Juma 8 years ago committed by Guozhang Wang
parent
commit
76169f9e24
  1. 4
      docs/security.html

4
docs/security.html

@ -17,7 +17,7 @@ @@ -17,7 +17,7 @@
<script id="security-template" type="text/x-handlebars-template">
<h3><a id="security_overview" href="#security_overview">7.1 Security Overview</a></h3>
In release 0.9.0.0, the Kafka community added a number of features that, used either separately or together, increases security in a Kafka cluster. These features are considered to be of beta quality. The following security measures are currently supported:
In release 0.9.0.0, the Kafka community added a number of features that, used either separately or together, increases security in a Kafka cluster. The following security measures are currently supported:
<ol>
<li>Authentication of connections to brokers from clients (producers and consumers), other brokers and tools, using either SSL or SASL (Kerberos).
SASL/PLAIN can also be used from release 0.10.0.0 onwards.</li>
@ -747,4 +747,4 @@ @@ -747,4 +747,4 @@
</ol>
</script>
<div class="p-security"></div>
<div class="p-security"></div>

Loading…
Cancel
Save