Merge remote-tracking branch 'upstream/develop' into FEAT/open-id-connect-authentication

This commit is contained in:
Cameron Hutchison
2024-12-11 16:06:39 -06:00
17 changed files with 47 additions and 50 deletions

View File

@ -19,7 +19,9 @@
"incoming_port": {
"type": "integer",
"minimum": 1,
"maximum": 65535
"maximum": 65535,
"if": {"properties": {"tcp_forwarding": {"const": true}}},
"then": {"not": {"oneOf": [{"const": 80}, {"const": 443}]}}
},
"forwarding_host": {
"anyOf": [