Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions-2e9d4ee641
Browse files Browse the repository at this point in the history
  • Loading branch information
jjngx committed Jul 16, 2024
2 parents e8a0259 + aef49fe commit 7d74dd4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/content/includes/installation/jwt-password-note.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
docs:
---

{{< note >}} For security, follow these practices with JSON Web Tokens (JWTs), passwords, and shell history:

1. **JWTs:** JWTs are sensitive information. Store them securely. Delete them after use to prevent unauthorized access.

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.

Follow these practices to help ensure the security of your system and data. {{< /note >}}
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ You will need the following information from [MyF5](https://my.f5.com) for these

1. You can now use the newly created Kubernetes secret in Helm and manifest deployments.

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

---

## Manifest Deployment
Expand Down Expand Up @@ -198,3 +200,5 @@ docker login private-registry.nginx.com --username=<output_of_jwt_token> --passw

Replace the contents of `<output_of_jwt_token>` with the contents of the JWT token itself.
Once you have successfully pulled the image, you can then tag it as needed.

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

0 comments on commit 7d74dd4

Please sign in to comment.