mirror of https://github.com/status-im/consul.git
Docs: FIPS - add cluster peering info (#19768)
* Docs: FIPS - add cluster peering info * Update website/content/docs/enterprise/fips.mdx Co-authored-by: David Yu <dyu@hashicorp.com> * Update website/content/docs/enterprise/fips.mdx Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com> * Update website/content/docs/enterprise/fips.mdx Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com> --------- Co-authored-by: David Yu <dyu@hashicorp.com> Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
This commit is contained in:
parent
69b1d2072b
commit
790cb30173
|
@ -32,6 +32,10 @@ The FIPS 140-2 variant of Consul uses separate binaries that are available from
|
|||
|
||||
The above naming conventions, which append `.fips1402` to binary names and tags, and `-fips` to registry names, also apply to `consul-k8s`, `consul-k8s-control-plane`, `consul-dataplane`, and `consul-ecs`, which are packaged separately from Consul Enterprise.
|
||||
|
||||
### Cluster peering support
|
||||
|
||||
A Consul cluster running FIPS variants of Consul can peer with any combination of standard (non-FIPS) Consul clusters and FIPS Consul clusters. Consul supports all cluster peering features between FIPS clusters and non-FIPS clusters.
|
||||
|
||||
### Usage restrictions
|
||||
|
||||
When using Consul Enterprise with FIPS 140-2, be aware of the following operation restrictions:
|
||||
|
|
Loading…
Reference in New Issue