Category: Security, Kubernetes, Docker, Hashicorp

This article help you to understand how you can manage secret credentials with secure way . A secret is anything that you want to tightly control access to, such as API keys, passwords, or certificates. Vault provides a unified interface to any secret, while providing tight access control and recording a detailed audit log .

You can create secret in following formats .

You can also access vault from terminal export VAULT_ADDR=’http://127.0.0.1:8200' some basic vault commands : a.

Related Articles