DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Manage secrete credentials with Hashicorp Vault

4 years ago medium.com
Manage secrete credentials with Hashicorp Vault

Summary: This is a summary of an article originally published by the source. Read the full original article here →

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.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com