mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
9 lines
241 B
YAML
9 lines
241 B
YAML
apiVersion: homelab.mortenolsen.pro/v1
|
|
kind: AuthentikClient
|
|
metadata:
|
|
name: test-client
|
|
spec:
|
|
server: dev/dev-authentik-server
|
|
redirectUris:
|
|
- url: https://localhost:3000/api/v1/authentik/oauth2/callback
|
|
matchingMode: strict |