mirror of
https://github.com/openziti/ziti.git
synced 2026-09-24 11:26:27 +00:00
214c25a628
- allows fabric routers to be created in an unenrolled state - allows fabric routers to be CRUD - converts both edge and transit routers to use the same enrollment facilities as identities (1st step to merge) - migrations for enrollment changes - adds ability to extend a base store - add external cleanup logic to tx router to handle isbase=true - use router handler for is connected status
14 lines
316 B
JSON
14 lines
316 B
JSON
{
|
|
"$id": "http://ziti-edge.netfoundry.io/schemas/fabric-routers.patch.json",
|
|
"type": "object",
|
|
"additionalProperties": true,
|
|
"properties": {
|
|
"name": {
|
|
"$ref": "definitions.all.json#/definitions/name-null"
|
|
},
|
|
"tags": {
|
|
"$ref": "definitions.all.json#/definitions/tags-null"
|
|
}
|
|
}
|
|
}
|