[
{
"description": "DEMO ONLY — write-only API key hash (replace with output of `ironcrypt generate-api-key`)",
"keyHash": "REPLACE_WITH_SHA512_HEX_OF_YOUR_API_KEY",
"permissions": ["write"]
},
{
"description": "DEMO ONLY — read/write API key hash",
"keyHash": "REPLACE_WITH_SHA512_HEX_OF_YOUR_API_KEY",
"permissions": ["write", "read"]
},
{
"description": "DEMO ONLY — full access expands to read/write/delete/update",
"keyHash": "REPLACE_WITH_SHA512_HEX_OF_YOUR_API_KEY",
"permissions": ["full"],
"allowedServices": ["aws", "azure", "vault"]
}
]