Dokumentiert das gesamte Bypass-Pattern mit Optionen-Vergleich (Service-Account vs. langes JWT vs. ENV-Secret), Härtungsstrategie (prod-compose ignoriert ENV, Audit-Logging, wöchentliche Rotation) und Folgen für ADR 0005 (Keycloak Dev-Bypass). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
64 lines
2.1 KiB
YAML
64 lines
2.1 KiB
YAML
site_name: GWÖ-Antragsprüfer Docs
|
||
site_url: https://docs.toppyr.de/gwoe-antragspruefer/
|
||
repo_url: https://repo.toppyr.de/tobias/gwoe-antragspruefer
|
||
repo_name: tobias/gwoe-antragspruefer
|
||
|
||
theme:
|
||
name: material
|
||
language: de
|
||
palette:
|
||
primary: teal
|
||
accent: light green
|
||
features:
|
||
- navigation.sections
|
||
- navigation.expand
|
||
- search.highlight
|
||
|
||
nav:
|
||
- Start: index.md
|
||
- Architecture Decision Records:
|
||
- Übersicht: adr/index.md
|
||
- "0001 LLM-Citation-Binding": adr/0001-llm-citation-binding.md
|
||
- "0002 Adapter-Architektur": adr/0002-adapter-architecture.md
|
||
- "0003 Citation-Property-Tests": adr/0003-citation-property-tests.md
|
||
- "0004 Deployment-Workflow": adr/0004-deployment-workflow.md
|
||
- "0005 Keycloak SSO mit Dev-Bypass": adr/0005-keycloak-sso-with-dev-bypass.md
|
||
- "0006 Embedding-Modell-Migration v3→v4": adr/0006-embedding-model-migration-v3-to-v4.md
|
||
- "0007 Test-Taxonomie": adr/0007-test-taxonomy.md
|
||
- "0008 DDD-Lightweight-Migration": adr/0008-ddd-lightweight-migration.md
|
||
- "0009 Protokoll-Parser-Registry": adr/0009-protokoll-parser-registry.md
|
||
- "0010 Stimmverhalten×GWÖ-Aggregat": adr/0010-stimmverhalten-gwoe-aggregat.md
|
||
- "0011 Aktuelle-Themen + PM-Generator": adr/0011-aktuelle-themen-pm-generator.md
|
||
- "0012 DEBUG_AUTH_TOKEN-Bypass": adr/0012-debug-auth-token-bypass.md
|
||
- Reference:
|
||
- API-Endpoints: reference/api.md
|
||
- Adapter-Capabilities: reference/adapter-capabilities.md
|
||
- Datenmodelle: reference/models.md
|
||
- Embeddings & Citations: reference/embeddings.md
|
||
- Analysen:
|
||
- Plenum-Vote-Parser-Roadmap: protokoll-parser-roadmap.md
|
||
- How-to:
|
||
- Keycloak einrichten: how-to/keycloak-setup.md
|
||
- Archiv:
|
||
- Übersicht: archive/index.md
|
||
|
||
plugins:
|
||
- search
|
||
- mkdocstrings:
|
||
handlers:
|
||
python:
|
||
paths: [.]
|
||
options:
|
||
show_source: false
|
||
show_bases: true
|
||
heading_level: 3
|
||
|
||
markdown_extensions:
|
||
- tables
|
||
- admonition
|
||
- pymdownx.highlight
|
||
- pymdownx.superfences
|
||
- pymdownx.details
|
||
- toc:
|
||
permalink: true
|