mirror of https://github.com/hashicorp/consul
website: clearly note beta for Connect
parent
f600d8fcc9
commit
7a1031fdc5
|
@ -26,6 +26,10 @@ such as Kubernetes or Nomad. Additionally, intention enforcement can be done
|
||||||
regardless of the underlying network, so Connect works with physical networks,
|
regardless of the underlying network, so Connect works with physical networks,
|
||||||
cloud networks, software-defined networks, cross-cloud, and more.
|
cloud networks, software-defined networks, cross-cloud, and more.
|
||||||
|
|
||||||
|
-> **Beta:** Connect was introduced in Consul 1.2 and should be considered
|
||||||
|
beta quality. We're working hard to quickly address any reported bugs and
|
||||||
|
we hope to be remove the beta tag before the end of 2018.
|
||||||
|
|
||||||
## How it Works
|
## How it Works
|
||||||
|
|
||||||
The core of Connect is based on [mutual TLS](https://en.wikipedia.org/wiki/Mutual_authentication).
|
The core of Connect is based on [mutual TLS](https://en.wikipedia.org/wiki/Mutual_authentication).
|
||||||
|
|
|
@ -249,7 +249,7 @@
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li<%= sidebar_current("docs-connect") %>>
|
<li<%= sidebar_current("docs-connect") %>>
|
||||||
<a href="/docs/connect/index.html">Connect</a>
|
<a href="/docs/connect/index.html">Connect (Beta)</a>
|
||||||
<ul class="nav">
|
<ul class="nav">
|
||||||
<li<%= sidebar_current("docs-connect-config") %>>
|
<li<%= sidebar_current("docs-connect-config") %>>
|
||||||
<a href="/docs/connect/configuration.html">Configuration</a>
|
<a href="/docs/connect/configuration.html">Configuration</a>
|
||||||
|
|
Loading…
Reference in New Issue