add secret to glossary

This commit is contained in:
Zach Puckett 2017-12-05 14:21:16 -06:00
parent dc788d138b
commit d0ee62976a
1 changed files with 14 additions and 0 deletions

14
_data/glossary/secret.yml Normal file
View File

@ -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.