Access Vault using API
Payload used as a JSON Object in the Body.
{
"data": {
"course": "vault-associate",
"instructor": "nishanth"
}
}
Create a KV Value using the API of HashiCorp Vault.
List the Values Created as Token.
Payload used as a JSON Object in the Body.
{
"data": {
"course": "vault-associate",
"instructor": "nishanth"
}
}
Create a KV Value using the API of HashiCorp Vault.
List the Values Created as Token.