From 73f2d336a619d9c914e9478ff97e7ef78be6e202 Mon Sep 17 00:00:00 2001 From: Boris Tyshkevich Date: Sun, 28 Jun 2026 08:00:23 +0200 Subject: [PATCH] feat(deploy): add antalya-oauth demo connection (Google SSO) Ships the public Antalya demo behind Google SSO as a saved connection in sql-browser.xml, alongside the existing password-based antalya entry. Bump version to 0.1.1. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01EiAXBjkZKtha5piF4sUDtW --- deploy/sql-browser.xml | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/deploy/sql-browser.xml b/deploy/sql-browser.xml index d0fdb13..c8f4ba6 100644 --- a/deploy/sql-browser.xml +++ b/deploy/sql-browser.xml @@ -26,6 +26,18 @@ demo + + + antalya-oauth + antalya.demo.altinity.cloud + 1 + 9440 + default + https://accounts.google.com + 925653064731-tpj128lp5qm5vkqn4llgbl96udvt3lsf.apps.googleusercontent.com + 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 + + altinity-demo diff --git a/package.json b/package.json index 636853d..8bd2491 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "altinity-sql-browser", "private": true, - "version": "0.1.0", + "version": "0.1.1", "description": "A zero-dependency, OAuth-gated SQL browser for any ClickHouse cluster. Vanilla ES modules, served from ClickHouse itself.", "type": "module", "license": "Apache-2.0",