From 8dfa6b06e7ba0acd5eb079409f2e54a695447083 Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Tue, 30 Aug 2022 10:08:50 -0400 Subject: [PATCH] docs: fixing a few more places we missed "secure" during rename (#14395) --- ui/tests/acceptance/variables-test.js | 2 +- website/content/api-docs/quotas.mdx | 4 ++-- website/content/docs/concepts/security.mdx | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ui/tests/acceptance/variables-test.js b/ui/tests/acceptance/variables-test.js index 564cc466d..337afe960 100644 --- a/ui/tests/acceptance/variables-test.js +++ b/ui/tests/acceptance/variables-test.js @@ -25,7 +25,7 @@ import Layout from 'nomad-ui/tests/pages/layout'; const VARIABLE_TOKEN_ID = '53cur3-v4r14bl35'; const LIMITED_VARIABLE_TOKEN_ID = 'f3w3r-53cur3-v4r14bl35'; -module('Acceptance | secure variables', function (hooks) { +module('Acceptance | variables', function (hooks) { setupApplicationTest(hooks); setupMirage(hooks); hooks.beforeEach(async function () { diff --git a/website/content/api-docs/quotas.mdx b/website/content/api-docs/quotas.mdx index c452ad264..976f7c2c4 100644 --- a/website/content/api-docs/quotas.mdx +++ b/website/content/api-docs/quotas.mdx @@ -74,7 +74,7 @@ $ curl \ } ] }, - "SecureVariablesLimit": 1000 + "VariablesLimit": 1000 } ], "ModifyIndex": 56, @@ -138,7 +138,7 @@ $ curl \ } ] }, - "SecureVariablesLimit": 1000 + "VariablesLimit": 1000 } ], "ModifyIndex": 56, diff --git a/website/content/docs/concepts/security.mdx b/website/content/docs/concepts/security.mdx index 3b184baf1..1c1654bbf 100644 --- a/website/content/docs/concepts/security.mdx +++ b/website/content/docs/concepts/security.mdx @@ -259,9 +259,9 @@ The following are not part of the threat model for server agents: system through various means) results in almost all aspects of the agent being compromised including access to certificates and other secrets. -- **Existence of [Secure Variables] metadata** - Access to Secure - Variables List APIs is controlled by ACL policies, but the existence - of specific paths or metadata is not considered sensitive. +- **Existence of [Variables] metadata** - Access to Variables List APIs is + controlled by ACL policies, but the existence of specific paths or metadata is + not considered sensitive. The following are not part of the threat model for client agents: @@ -331,4 +331,4 @@ There are two main components to consider to for external threats in a Nomad clu | **4648** / TCP + UDP | Servers | [gossip](/docs/concepts/gossip) protocol to manage server membership using [Serf](https://www.serf.io/). | -[Secure Variables]: /docs/concepts/secure-variables +[Variables]: /docs/concepts/variables