Curated articles, resources, tips and trends from the DevOps World.
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