From 94d1a87c220599931adfc6583b420884c46ebc2f Mon Sep 17 00:00:00 2001 From: Kent 'picat' Gruber Date: Thu, 23 Jul 2020 11:18:00 -0400 Subject: [PATCH] Small wording adjustment to prevent stuttering Didn't catch this before, but caught it during my read through today. --- website/pages/docs/internals/security.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/internals/security.mdx b/website/pages/docs/internals/security.mdx index 492d8ecec..96062c164 100644 --- a/website/pages/docs/internals/security.mdx +++ b/website/pages/docs/internals/security.mdx @@ -309,7 +309,7 @@ There are two main components to consider to for external threats in a Nomad clu * **Server agent** - Internal cluster leader elections and replication is managed via Raft between server agents encrypted in transit. However, information about the server is stored unencrypted at rest in the agent's - data directory. This information may contain information such as ACL tokens + data directory. This may contain sensitive information such as ACL tokens and TLS certificates. * **Client agent** - Client-to-server communication within a cluster is