mirror of
https://github.com/status-im/consul.git
synced 2025-02-13 14:16:35 +00:00
* Add consul-api-double under api * Update config to reflect api change * Remove consul-api-double as a dependency * api -> mock-api * Fixup mocks path for staging
35 lines
502 B
Plaintext
35 lines
502 B
Plaintext
[
|
|
{
|
|
"Resource": "acl",
|
|
"Access": "read",
|
|
"Allow": false
|
|
},
|
|
{
|
|
"Resource": "acl",
|
|
"Access": "write",
|
|
"Allow": false
|
|
},
|
|
{
|
|
"Resource": "operator",
|
|
"Access": "read",
|
|
"Allow": true
|
|
},
|
|
{
|
|
"Resource": "operator",
|
|
"Access": "write",
|
|
"Allow": true
|
|
},
|
|
{
|
|
"Resource": "service",
|
|
"Segment": "web",
|
|
"Access": "read",
|
|
"Allow": true
|
|
},
|
|
{
|
|
"Resource": "service",
|
|
"Segment": "web",
|
|
"Access": "write",
|
|
"Allow": true
|
|
}
|
|
]
|