mirror of
https://github.com/status-im/consul.git
synced 2025-01-13 23:36:00 +00:00
1ef18c4b67
* 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
14 lines
161 B
Plaintext
14 lines
161 B
Plaintext
${
|
|
true ? `
|
|
{
|
|
"Authorized": true,
|
|
"Reason": "matches intention XXX"
|
|
}
|
|
` : `
|
|
{
|
|
"Authorized": false,
|
|
"Reason": "denied by intention XXX"
|
|
}
|
|
`
|
|
}
|