preserve Tower Authentik operator login WIP
GeoIntel release gates / Compile, test, contracts and builds (push) Failing after 1m51s
GeoIntel release gates / Python and npm vulnerability policy (push) Failing after 40s
GeoIntel release gates / GIS image, SBOM and container scan (push) Failing after 2m18s

This commit is contained in:
Jens
2026-08-30 03:05:29 +02:00
parent 3627a05bfe
commit 4fdc3aa11b
18 changed files with 744 additions and 201 deletions
+1
View File
@@ -7,6 +7,7 @@ export interface AuthSession {
expires_at: string | null
role: 'operator' | 'guest' | null
guest_access_enabled: boolean
authentik_enabled?: boolean
guest_project_id: string | null
}