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