We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b9c18 commit 6ca919dCopy full SHA for 6ca919d
content/en/docs/concepts/security/secrets-good-practices.md
@@ -110,5 +110,8 @@ If you configure a Secret through a
110
{{< glossary_tooltip text="manifest" term_id="manifest" >}}, with the secret
111
data encoded as base64, sharing this file or checking it in to a source
112
repository means the secret is available to everyone who can read the manifest.
113
+
114
+{{<caution>}}
115
Base64 encoding is _not_ an encryption method, it provides no additional
116
confidentiality over plain text.
117
+{{</caution>}}
0 commit comments