docs(wiki-auth): clarify Outpost vs Outpost Integration in step 2.2
A user hit the 'Neue Outpost-Integration' dialog, which only offers Docker/K8s and can't be left empty. That is the service-connection creator, not the outpost. Spell out: go to Applications -> Outposts -> Create (not Outpost Integrations), and leave the Integration dropdown on 'No integration'.
This commit is contained in:
@@ -131,13 +131,24 @@ kubectl -n authentik get deploy authentik-server \
|
|||||||
# -> ghcr.io/goauthentik/server:2024.x.y --> merke dir 2024.x.y
|
# -> ghcr.io/goauthentik/server:2024.x.y --> merke dir 2024.x.y
|
||||||
```
|
```
|
||||||
|
|
||||||
**2.2 — Outpost anlegen:** Authentik-Admin → *Applications → Outposts →
|
**2.2 — Outpost anlegen:** Authentik-Admin → *Applications → **Outposts*** (die
|
||||||
**Create***.
|
Liste der Outposts) → **Create**.
|
||||||
|
|
||||||
|
⚠️ **Nicht „Outpost-Integrationen".** Das ist ein *anderer* Menüpunkt: dort legt
|
||||||
|
man eine Docker-/K8s-**Service-Verbindung** an, über die Authentik einen Outpost
|
||||||
|
selbst ausrollt — der Dialog „Neue Outpost-Integration" bietet deshalb nur
|
||||||
|
*Docker* oder *Kubernetes* und lässt sich nicht leer lassen. **Brauchen wir nicht**
|
||||||
|
(Prod würde sonst in Overminds Docker greifen). Wenn du dort gelandet bist:
|
||||||
|
Abbrechen und in *Outposts* wechseln.
|
||||||
|
|
||||||
|
Im **Outpost**-Formular:
|
||||||
- **Name**: `wiki-forward-auth`
|
- **Name**: `wiki-forward-auth`
|
||||||
- **Type**: `Proxy`
|
- **Type**: `Proxy`
|
||||||
- **Integration**: *leer lassen* (kein Docker-/K8s-Connector — der Container läuft
|
- **Integration**: das **Dropdown auf „No integration"/leer stehen lassen** (der
|
||||||
extern auf Overmind, den deployen wir in Teil 3 selbst).
|
Standard) — der Container läuft extern auf Overmind (Teil 3) und meldet sich per
|
||||||
- **Applications/Providers**: **ThreadNet Wiki** auswählen.
|
Token zurück. Nur wenn du dieses Feld auf Docker/K8s stellst, verlangt es eine
|
||||||
|
Service-Verbindung.
|
||||||
|
- **Applications**: **ThreadNet Wiki** auswählen.
|
||||||
- *Advanced settings → `authentik_host`*: `https://auth.axion1337.chat` (die
|
- *Advanced settings → `authentik_host`*: `https://auth.axion1337.chat` (die
|
||||||
URL, die der Container **und** der Browser fürs Login erreichen).
|
URL, die der Container **und** der Browser fürs Login erreichen).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user