bug fixed acl obervationType
This commit is contained in:
parent
7c3efd40d5
commit
ada3d9480b
|
@ -16,15 +16,15 @@
|
||||||
"description": {
|
"description": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"required": true
|
"required": true
|
||||||
},
|
}
|
||||||
"acls": [
|
},
|
||||||
{
|
"acls": [
|
||||||
"accessType": "READ",
|
{
|
||||||
"principalType": "ROLE",
|
"accessType": "READ",
|
||||||
"principalId": "$everyone",
|
"principalType": "ROLE",
|
||||||
"permission": "ALLOW"
|
"principalId": "$everyone",
|
||||||
}
|
"permission": "ALLOW"
|
||||||
]
|
}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue