cluster-docs

git clone git://archive.git.mtrnord.blog/MTRNord/cluster-docs.git
Log | Files | Refs

authentik.adoc (1068B)


      1 = Authentik
      2 :author: MTRNord
      3 :revnumber: 1.0
      4 :revdate: 2025-03-21
      5 
      6 Authentik provides the central SSO and identity management for the cluster.
      7 
      8 == Application Overview
      9 
     10 - **Website**: https://authentik.io[Authentik] - The website of the Authentik project.
     11 - **Deployed Version**: 2025.2.1
     12 - **Namespace**: authentik
     13 - **Helm Chart**: Official Helm Chart
     14 - **Address**:
     15     - **Web UI**: https://auth.midnightthoughts.space
     16     - **LDAP**: ldap://ldap.midnightthoughts.space:389
     17 - **Are Alerts setup?**: No
     18 - **Backups**: None
     19 
     20 == Application Components
     21 
     22 === Volumes
     23 
     24 [cols="2,2,2,2"]
     25 |===
     26 | Name | Size | Storageclass | Description 
     27 | redis-data-authentik-redis-master-0 | 8Gi | ceph-filesystem | Redis storage for the Authentik Redis instance.
     28 |===
     29 
     30 === Databases
     31 
     32 [cols="2,2,2,2"]
     33 |===
     34 | Name | Table | User | Description
     35 | Postgres Cluster | authentik | authentik | Main database for Authentik.
     36 |===
     37 
     38 == Recovery Procedures
     39 
     40 NOTE: Some of this is already being handled by recovering the database and redeploying. Only the Redis is not backed up.
     41 
     42 Not available yet.