Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request hashicorp#5213 from hashicorp/docs/helm-security
Browse files Browse the repository at this point in the history
Add a security warning about the default Helm chart installation
  • Loading branch information
Rebecca Zanzig authored Jan 15, 2019
2 parents adcdc81 + 1c70407 commit 98b3c13
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/source/docs/platform/k8s/helm.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions website/source/docs/platform/k8s/run.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98b3c13

Please sign in to comment.