11 lines
238 B
Text
11 lines
238 B
Text
{
|
|
// Bootstrap with a simple allow-all policy; Burrow-specific lane segmentation
|
|
// can be layered on once the control plane is live.
|
|
"acls": [
|
|
{
|
|
"action": "accept",
|
|
"src": ["*"],
|
|
"dst": ["*:*"],
|
|
},
|
|
],
|
|
}
|