-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First pass at ES translation of glossary/secret
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: Secret | ||
id: secret | ||
date: 2019-05-16 | ||
full_link: /docs/concepts/configuration/secret/ | ||
short_description: > | ||
Almacena información sensible, como contraseñas, tokens OAuth o claves ssh. | ||
aka: | ||
tags: | ||
- core-object | ||
- security | ||
--- | ||
Almacena información sensible, como contraseñas, tokens OAuth o claves ssh. | ||
|
||
<!--more--> | ||
|
||
Ofrece un mayor control sobre cómo usar información sensible y reduce el riesgo de exposición accidental, incluyendo [encriptado](/docs/tasks/administer-cluster/encrypt-data/#ensure-all-secrets-are-encrypted) en reposo. Un {{< glossary_tooltip text="Pod" term_id="pod" >}} referencía el secreto cómo un simple fichero en un ??volume mount?? o ??by the kubelet pulling images for a pod?? (desconozco el mecanismo, no sé traducirlo). Los secretos son idóneos para datos confidenciales y los [ConfigMaps](/docs/tasks/configure-pod-container/configure-pod-configmap/) para datos no confidenciales. |