DevOps Articles

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

Hashicorp Vault — Installation and Configuration in Linux

4 years ago medium.com
Hashicorp Vault — Installation and Configuration in Linux

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

HashiCorp Vault is a secrets management tool specifically designed to control access to sensitive credentials in a low-trust environment. A secret is anything that you want to tightly control access to, such as API keys, ENV, passwords, or certificates.

Let's create a secret in our Secrets Engine kv/myapp

Now before making Curl Request we have to give readand list permission to the endpoint kv/myapp/env in our default policy as given below

Output : You can see here our aws_access_key and aws_secret_key in data object in our output

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