add authentik

This commit is contained in:
Morten Olsen
2025-07-30 13:42:25 +02:00
parent dd1e5a8124
commit 523637d40f
27 changed files with 59686 additions and 340 deletions

View File

@@ -0,0 +1,8 @@
apiVersion: homelab.mortenolsen.pro/v1
kind: AuthentikClient
metadata:
name: foobas
spec:
redirectUris:
- url: http://localhost:3000/api/auth/callback
matchingMode: strict

View File

@@ -0,0 +1,5 @@
apiVersion: 'homelab.mortenolsen.pro/v1'
kind: 'PostgresDatabase'
metadata:
name: 'test2'
namespace: 'playground'

View File

@@ -0,0 +1,12 @@
apiVersion: homelab.mortenolsen.pro/v1
kind: SecretRequest
metadata:
name: test
namespace: playground
spec:
secretName: testing
data:
- key: foo
value: bar
- key: baz
value: qux