feat: add support for allowing self-signed TLS certificates in gateway configuration

This commit is contained in:
Abhimanyu Saharan
2026-02-22 20:20:19 +05:30
parent d37f230eb3
commit 56f4964332
11 changed files with 89 additions and 19 deletions

View File

@@ -22,6 +22,7 @@ class GatewayResolveQuery(SQLModel):
gateway_url: str | None = None
gateway_token: str | None = None
gateway_disable_device_pairing: bool = False
gateway_allow_insecure_tls: bool = False
class GatewaysStatusResponse(SQLModel):