Merge pull request #5213 from hashicorp/docs/helm-security

Add a security warning about the default Helm chart installation
This commit is contained in:
Rebecca Zanzig 2019-01-14 16:28:31 -08:00 committed by GitHub
commit 98b3c13dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View File

@ -22,6 +22,14 @@ properly installed and configured with your Kubernetes cluster.
may still change significantly over time. Please always run Helm with
`--dry-run` before any install or upgrade to verify changes.
~> **Security Warning:** By default, the chart will install an insecure configuration
of Consul. This provides a less complicated out-of-box experience for new users,
but is not appropriate for a production setup. It is highly recommended to use
a properly secured Kubernetes cluster or make sure that you understand and enable
the [recommended security features](/docs/internals/security.html.md). Currently,
some of these features are not supported in the Helm chart and require additional
manual configuration.
## Using the Helm Chart
To use the Helm chart, you must download or clone the

View File

@ -35,6 +35,14 @@ cluster with sane defaults out of the box. Prior to going to production,
it is highly recommended that you
[learn about the configuration options](/docs/platform/k8s/helm.html#configuration-values-).
~> **Security Warning:** By default, the chart will install an insecure configuration
of Consul. This provides a less complicated out-of-box experience for new users,
but is not appropriate for a production setup. It is highly recommended to use
a properly secured Kubernetes cluster or make sure that you understand and enable
the [recommended security features](/docs/internals/security.html.md). Currently,
some of these features are not supported in the Helm chart and require additional
manual configuration.
## How-To
### Installing Consul