Skip to content

Commit 6ca919d

Browse files
committed
Add caution callout for base64 encoding
1 parent 89b9c18 commit 6ca919d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/en/docs/concepts/security/secrets-good-practices.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,8 @@ If you configure a Secret through a
110110
{{< glossary_tooltip text="manifest" term_id="manifest" >}}, with the secret
111111
data encoded as base64, sharing this file or checking it in to a source
112112
repository means the secret is available to everyone who can read the manifest.
113+
114+
{{<caution>}}
113115
Base64 encoding is _not_ an encryption method, it provides no additional
114116
confidentiality over plain text.
117+
{{</caution>}}

0 commit comments

Comments
 (0)