From 2baf8acd64e5a2f695d121bdc8bd736cd69c4f6d Mon Sep 17 00:00:00 2001 From: William Mantly Date: Tue, 21 Jul 2026 01:00:26 -0400 Subject: [PATCH] chore: Update proxy submodule and docs for load balancing --- README.md | 4 +++- docs/index.md | 1 + pr_url.txt | 1 + proxy | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 pr_url.txt diff --git a/README.md b/README.md index 224147e..a109f51 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,9 @@ It is **both** an OIDC client of the SSO (for login) **and** a direct LDAP client (for user lookups). Legacy apps can still bind to LDAPS on the SSO directly. -- **Multi-Site Support (Geo-Location Scaling):** Built-in support for N-Way Multi-Master LDAP replication, allowing you to deploy the stack across multiple physical locations for HA and low latency. +- **Self-service API tokens** in both apps' UIs, for scripting/CI without a browser session. +- **Multi-Site Support (Geo-Location Scaling)** — built-in support for N-Way Multi-Master LDAP replication across physical locations. +- **Multi-target load balancing** — built-in proxy support for round-robin load balancing across multiple application servers. --- diff --git a/docs/index.md b/docs/index.md index 939cc6a..1ee3ce2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -45,6 +45,7 @@ snapshots state before every rebuild. - **Self-service API tokens** in both apps' UIs, for scripting/CI without a browser session. - **Multi-Site Support (Geo-Location Scaling)** — built-in support for N-Way Multi-Master LDAP replication across physical locations. +- **Multi-target load balancing** — built-in proxy support for round-robin load balancing across multiple application servers. ## Get it diff --git a/pr_url.txt b/pr_url.txt new file mode 100644 index 0000000..202ace2 --- /dev/null +++ b/pr_url.txt @@ -0,0 +1 @@ +https://github.com/theta42/theta-env/pull/75 diff --git a/proxy b/proxy index 21e2956..93cf034 160000 --- a/proxy +++ b/proxy @@ -1 +1 @@ -Subproject commit 21e295615b2d7c12b092c8ad5eee8143d0541277 +Subproject commit 93cf034e614dec906917bbeadd4a82143a084bb7