Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
8dfa6b06
Unverified
Commit
8dfa6b06
authored
2 years ago
by
Tim Gross
Committed by
GitHub
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
docs: fixing a few more places we missed "secure" during rename (#14395)
parent
a147cf98
Branches unavailable
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.4.0-rc.1
v1.4.0-beta.1
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ui/tests/acceptance/variables-test.js
+1
-1
ui/tests/acceptance/variables-test.js
website/content/api-docs/quotas.mdx
+2
-2
website/content/api-docs/quotas.mdx
website/content/docs/concepts/security.mdx
+4
-4
website/content/docs/concepts/security.mdx
with
7 additions
and
7 deletions
+7
-7
ui/tests/acceptance/variables-test.js
+
1
-
1
View file @
8dfa6b06
...
...
@@ -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
()
{
...
...
This diff is collapsed.
Click to expand it.
website/content/api-docs/quotas.mdx
+
2
-
2
View file @
8dfa6b06
...
...
@@ -74,7 +74,7 @@ $ curl \
}
]
},
"
Secure
VariablesLimit": 1000
"VariablesLimit": 1000
}
],
"ModifyIndex": 56,
...
...
@@ -138,7 +138,7 @@ $ curl \
}
]
},
"
Secure
VariablesLimit": 1000
"VariablesLimit": 1000
}
],
"ModifyIndex": 56,
...
...
This diff is collapsed.
Click to expand it.
website/content/docs/concepts/security.mdx
+
4
-
4
View file @
8dfa6b06
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help