mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-26 16:35:24 -04:00
Bootstrap V1
This commit is contained in:
parent
387e297a7b
commit
dad05e672b
58 changed files with 2891 additions and 1048 deletions
|
@ -71,6 +71,7 @@ class VeilidConfigRoutingTable(ConfigBase):
|
|||
node_id: list[TypedKey]
|
||||
node_id_secret: list[TypedSecret]
|
||||
bootstrap: list[str]
|
||||
bootstrap_keys: list[TypedKey]
|
||||
limit_over_attached: int
|
||||
limit_fully_attached: int
|
||||
limit_attached_strong: int
|
||||
|
|
|
@ -4475,6 +4475,7 @@
|
|||
"type": "object",
|
||||
"required": [
|
||||
"bootstrap",
|
||||
"bootstrap_keys",
|
||||
"limit_attached_good",
|
||||
"limit_attached_strong",
|
||||
"limit_attached_weak",
|
||||
|
@ -4490,6 +4491,12 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"bootstrap_keys": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"limit_attached_good": {
|
||||
"type": "integer",
|
||||
"format": "uint32",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue