forked from TrueCloudLab/frostfs-testcases
68 lines
989 B
Text
Executable file
68 lines
989 B
Text
Executable file
{
|
|
"records": [
|
|
{
|
|
"operation": "GET",
|
|
"action": "DENY",
|
|
"targets": [
|
|
{
|
|
"role": "USER"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"operation": "HEAD",
|
|
"action": "DENY",
|
|
"targets": [
|
|
{
|
|
"role": "USER"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"operation": "PUT",
|
|
"action": "DENY",
|
|
"targets": [
|
|
{
|
|
"role": "USER"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"operation": "DELETE",
|
|
"action": "DENY",
|
|
"targets": [
|
|
{
|
|
"role": "USER"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"operation": "SEARCH",
|
|
"action": "DENY",
|
|
"targets": [
|
|
{
|
|
"role": "USER"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"operation": "GETRANGE",
|
|
"action": "DENY",
|
|
"targets": [
|
|
{
|
|
"role": "USER"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"operation": "GETRANGEHASH",
|
|
"action": "DENY",
|
|
"targets": [
|
|
{
|
|
"role": "USER"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|