Create or update policies
Prerequisites
vhsm write auth/ratls/policies - <<'EOF'
{
"name": "test",
"identities": {
"provider": "local-none-debug",
"firmware": [
{
"name": "test-local"
}
],
"workload": null,
"metadata": null
}
}
EOFcurl -H "X-Vault-Token: hvs.XXXX" \
http://127.0.0.1:8200/v1/auth/ratls/policies \
--data '{"name":"test","identities":{"provider":"local-none-debug","firmware":[{"name":"test-local"}],"workload":null,"metadata":null}}'Possible Error Response
Field
Description
Last updated
Was this helpful?