Namespaces
Create a namespace at the path education/ :
education/ :vault namespace create education/curl --location --request POST 'https://127.0.0.1:8200/v1/sys/namespaces/education'Name
Value
{
"request_id": "1ff6c7cd-60e4-a2e7-2fbb-02cbf6eb3694",
"lease_id": "",
"renewable": false,
"lease_duration": 0,
"data": {
"custom_metadata": {},
"id": "education",
"path": "education/"
},
"wrap_info": null,
"warnings": null,
"auth": null
}{
"error": "Invalid request"
}List all namespaces:
Name
Value
Lookup the namespace information at path education/ :
education/ :Name
Value
Delete the namespace at path education/ :
education/ :Name
Value
Accessing a namespace:
Name
Value
Managing policies within a namespace:
Name
Value
Using secrets engines:
Name
Value
Creating secrets in KV secrets engine:
Name
Value
Last updated