forked from TrueCloudLab/frostfs-testcases
70 lines
1,011 B
Text
70 lines
1,011 B
Text
|
{
|
||
|
"records": [
|
||
|
{
|
||
|
"operation": "GET",
|
||
|
"action": "ALLOW",
|
||
|
"targets": [
|
||
|
{
|
||
|
"role": "OTHERS"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"operation": "HEAD",
|
||
|
"action": "ALLOW",
|
||
|
"targets": [
|
||
|
{
|
||
|
"role": "OTHERS"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"operation": "PUT",
|
||
|
"action": "ALLOW",
|
||
|
"targets": [
|
||
|
{
|
||
|
"role": "OTHERS"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"operation": "DELETE",
|
||
|
"action": "ALLOW",
|
||
|
"targets": [
|
||
|
{
|
||
|
"role": "OTHERS"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"operation": "SEARCH",
|
||
|
"action": "ALLOW",
|
||
|
"targets": [
|
||
|
{
|
||
|
"role": "OTHERS"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"operation": "GETRANGE",
|
||
|
"action": "ALLOW",
|
||
|
"targets": [
|
||
|
{
|
||
|
"role": "OTHERS"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"operation": "GETRANGEHASH",
|
||
|
"action": "ALLOW",
|
||
|
"targets": [
|
||
|
{
|
||
|
"role": "OTHERS"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
|
||
|
|