Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 552 Bytes

k8s-best-practices-secrets-management.adoc

File metadata and controls

6 lines (4 loc) · 552 Bytes

Managing secrets

Secrets objects in OpenShift provide a way to hold sensitive information such as passwords, config files and credentials. There are 4 types of secrets; service account, basic auth, ssh auth and TLS. Secrets can be added via deployment configurations or consumed by pods directly. For more information on secrets and examples, see the following documentation.