Skip to content

Commit ef0dfdb

Browse files
committed
move image, restore note
1 parent a6658e6 commit ef0dfdb

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

deploy-manage/security/manually-configure-security-in-self-managed-cluster.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,16 @@ Even with security enabled, never expose {{es}} to public internet traffic. Usin
3535

3636
## Common security scenarios
3737

38+
:::{image} ../../images/elasticsearch-reference-elastic-security-overview.png
39+
:alt: Elastic Security layers
40+
:::
41+
3842
### Minimal security ({{es}} Development) [security-minimal-overview]
3943

44+
::::{important}
45+
The minimal security scenario is not sufficient for [production mode](../deploy/self-managed/bootstrap-checks.md#dev-vs-prod-mode) clusters. If your cluster has multiple nodes, you must enable minimal security and then [configure Transport Layer Security (TLS)](secure-cluster-communications.md) between nodes.
46+
::::
47+
4048
If you’ve been working with {{es}} and want to enable security on your existing, unsecured cluster, start here. You’ll set passwords for the built-in users to prevent unauthorized access to your local cluster, and also configure password authentication for {{kib}}.
4149

4250
[Set up minimal security](set-up-minimal-security.md)
@@ -55,8 +63,4 @@ This scenario builds on the one for basic security and secures all HTTP traffic
5563

5664
If you need mutual (bidirectional) TLS on the HTTP layer, then you’ll need to configure mutual authenticated encryption.
5765

58-
[Set up basic security plus HTTPS traffic](secure-http-communications.md)
59-
60-
:::{image} ../../images/elasticsearch-reference-elastic-security-overview.png
61-
:alt: Elastic Security layers
62-
:::
66+
[Set up basic security plus HTTPS traffic](secure-http-communications.md)

0 commit comments

Comments
 (0)