From d80515380767ad0c93a6e3cf486449e43227e909 Mon Sep 17 00:00:00 2001 From: Quetzalli Date: Thu, 23 Jul 2026 15:34:52 +0200 Subject: [PATCH] DOC-292: Remove proxy mode references from Snowflake docs Drop the Proxy Configuration section and SF_PROXY_* env vars from the configuration docs (SF_PROXY_PASSWORD asked for a plaintext password and the feature is no longer exposed in the web UI), and remove the proxy-to-real-Snowflake mentions from the UI introduction docs. --- .../docs/snowflake/capabilities/configuration.md | 11 ----------- src/content/docs/snowflake/tooling/user-interface.md | 3 +-- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/src/content/docs/snowflake/capabilities/configuration.md b/src/content/docs/snowflake/capabilities/configuration.md index 0aec944f..dd46cd1f 100644 --- a/src/content/docs/snowflake/capabilities/configuration.md +++ b/src/content/docs/snowflake/capabilities/configuration.md @@ -30,7 +30,6 @@ Options that affect the core Snowflake emulator functionality. | `SF_CSV_IMPORT_MAX_ROWS` | `50000` (default) | Maximum number of rows to import from CSV files into tables | | `SF_DEFAULT_USER` | `test` (default) | Specify the default user to be used by the Snowflake emulator. | | `SF_DEFAULT_PASSWORD` | `test` (default) | Specify the default password to be used by the Snowflake emulator. | -| `SF_PROXY_PRIVATE_KEY` | | Specify the private key to be used by the Snowflake emulator. | ### Custom Snowflake hostnames @@ -85,16 +84,6 @@ Options to configure how LocalStack interacts with Docker. | `DOCKER_CMD` | `docker` (default), `sudo docker`| Shell command used to run Docker containers (only used in combination with `LEGACY_DOCKER_CLIENT`) | | `FORCE_NONINTERACTIVE` | | When running with Docker, disables the `--interactive` and `--tty` flags. Useful when running headless. | -## Proxy Configuration - -Options to configure Snowflake proxy settings for LocalStack. - -| Variable | Example Values | Description | -| - | - | - | -| `SF_PROXY_HOST` | `proxy.example.com` | Hostname or IP address of the proxy server to be used for connecting to Snowflake. | -| `SF_PROXY_USER` | `proxy_user` | Username for authentication with the proxy server. | -| `SF_PROXY_PASSWORD` | `password123` | Password associated with the proxy user account. | - ## Profiles LocalStack supports configuration profiles which are stored in the `~/.localstack` config directory. diff --git a/src/content/docs/snowflake/tooling/user-interface.md b/src/content/docs/snowflake/tooling/user-interface.md index 0de443ae..7a6d8d99 100644 --- a/src/content/docs/snowflake/tooling/user-interface.md +++ b/src/content/docs/snowflake/tooling/user-interface.md @@ -10,9 +10,8 @@ The Snowflake emulator provides a User Interface (UI) via the [LocalStack Web Ap * Run SQL queries and view results using a Query Editor. * View detailed request/response traces of API calls. -* Forward queries to a real Snowflake instance using a proxy. -To access the User Interface, you need to start the Snowflake emulator and access the **Snowflake** tab in your default instance of the LocalStack Web Application. This User Interface is available only when the Snowflake emulator is running. Please note that it does not connect to the real Snowflake cloud environment (except during a proxy connection) or any other external service on the Internet. +To access the User Interface, you need to start the Snowflake emulator and access the **Snowflake** tab in your default instance of the LocalStack Web Application. This User Interface is available only when the Snowflake emulator is running. Please note that it does not connect to the real Snowflake cloud environment or any other external service on the Internet. :::note Please note that the Snowflake User Interface is still experimental and under active development.