From 377908cc61138829e2ecb284258d6aac2a3f1c98 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Sat, 14 Mar 2026 13:28:02 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20Authentik=20port=20references=20in=20HOWT?= =?UTF-8?q?O.md=20(30900=20=E2=86=92=2030950)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- HOWTO.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HOWTO.md b/HOWTO.md index 3ab0bf57..a1fd9dec 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -161,7 +161,7 @@ curl -s -X DELETE http://localhost:8081/api/v1/admin/oidc \ Authentik is deployed alongside the Cameleer stack. After first deployment: -1. **Initial setup**: Open `http://192.168.50.86:30900/if/flow/initial-setup/` and create the admin account +1. **Initial setup**: Open `http://192.168.50.86:30950/if/flow/initial-setup/` and create the admin account 2. **Create provider**: Admin Interface → Providers → Create → OAuth2/OpenID Provider - Name: `Cameleer` - Authorization flow: `default-provider-authorization-explicit-consent` @@ -420,7 +420,7 @@ cameleer namespace: ClickHouse (StatefulSet, 2Gi PVC) ← clickhouse:8123 (ClusterIP) cameleer3-server (Deployment) ← NodePort 30081 cameleer3-ui (Deployment, Nginx) ← NodePort 30090 - Authentik Server (Deployment) ← NodePort 30900 + Authentik Server (Deployment) ← NodePort 30950 Authentik Worker (Deployment) Authentik PostgreSQL (StatefulSet, 1Gi) ← ClusterIP Authentik Redis (Deployment) ← ClusterIP @@ -433,7 +433,7 @@ cameleer namespace: | Web UI | `http://192.168.50.86:30090` | | Server API | `http://192.168.50.86:30081/api/v1/health` | | Swagger UI | `http://192.168.50.86:30081/api/v1/swagger-ui.html` | -| Authentik | `http://192.168.50.86:30900` | +| Authentik | `http://192.168.50.86:30950` | ### CI/CD Pipeline