From d0ee62976a82ec740c0ddda60e8e01aca5196155 Mon Sep 17 00:00:00 2001 From: Zach Puckett Date: Tue, 5 Dec 2017 14:21:16 -0600 Subject: [PATCH] add secret to glossary --- _data/glossary/secret.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 _data/glossary/secret.yml diff --git a/_data/glossary/secret.yml b/_data/glossary/secret.yml new file mode 100644 index 0000000000..b2f7738fa8 --- /dev/null +++ b/_data/glossary/secret.yml @@ -0,0 +1,14 @@ +id: secret +name: Secret +full-link: /docs/concepts/configuration/secret/ +related: +- pods +- volume +tags: +- core-object +- security +short-description: > + stores sensitive information, such as passwords, OAuth tokens, and ssh keys. +long-description: > + Sensetive information stored in a Secret allows for more control over how it is used and reduces the risk of accidental exposure. + A {% glossary_tooltip text="Pod" term_id="pod" %} references the secret as a file in a {% glossary_tooltip text="Volume" term_id="volume" %} mount or by the kubelet pulling images for a pod.