Skip to content

Commit 5ffb84b

Browse files
mjangADubhlaoichpre-commit-ci[bot]
authored
Fix: include security note for JWT and password in history (#2227)
* Fix: include security note for JWT and password in history * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Alan Dooley <a.dooley@f5.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d0bb08b commit 5ffb84b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
docs:
3+
---
4+
5+
{{< note >}} For security, follow these practices with JSON Web Tokens (JWTs), passwords, and shell history:
6+
7+
1. **JWTs:** JWTs are sensitive information. Store them securely. Delete them after use to prevent unauthorized access.
8+
9+
1. **Shell history:** Commands that include JWTs or passwords are recorded in the history of your shell, in plain text. Clear your shell history after running such commands. For example, if you use bash, you can delete commands in your `~/.bash_history` file. Alternatively, you can run the `history -c` command to erase your shell history.
10+
11+
Follow these practices to help ensure the security of your system and data. {{< /note >}}

site/content/installation/ngf-images/jwt-token-docker-secret.md

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ You will need the following items from [MyF5](https://my.f5.com) for these instr
4040
kubectl get secret nginx-plus-registry-secret --output=yaml
4141
```
4242

43+
{{< include "installation/jwt-password-note.md" >}}
4344

4445
## Install NGINX Gateway Fabric
4546

0 commit comments

Comments
 (0)