mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-26 05:19:05 +01:00
fix schema definition of apiAllowedIPs
This commit is contained in:
parent
9de5879786
commit
763c9dfa6b
@ -10,7 +10,10 @@
|
|||||||
},
|
},
|
||||||
"apiAllowedIPs": {
|
"apiAllowedIPs": {
|
||||||
"description": "Addresses from which secured API endpoints can be reached",
|
"description": "Addresses from which secured API endpoints can be reached",
|
||||||
"type": "string"
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"description": "Drop root permissions once .env was read and the port was taken. Only applicable if using privileged port.",
|
"description": "Drop root permissions once .env was read and the port was taken. Only applicable if using privileged port.",
|
||||||
|
Loading…
Reference in New Issue
Block a user