Category: AWS, Data, Hashicorp

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

Related Articles