From 91298b3cf7a39a4a8d632e9ae77c37e79f8599c1 Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Fri, 15 Aug 2025 21:20:23 +0200 Subject: [PATCH] update --- manifests/client.yaml | 9 +++++++++ .../authentik-client/authentik-client.resource.ts | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 manifests/client.yaml diff --git a/manifests/client.yaml b/manifests/client.yaml new file mode 100644 index 0000000..a896b0b --- /dev/null +++ b/manifests/client.yaml @@ -0,0 +1,9 @@ +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 \ No newline at end of file diff --git a/src/custom-resouces/authentik-client/authentik-client.resource.ts b/src/custom-resouces/authentik-client/authentik-client.resource.ts index d7c9bec..ee07015 100644 --- a/src/custom-resouces/authentik-client/authentik-client.resource.ts +++ b/src/custom-resouces/authentik-client/authentik-client.resource.ts @@ -136,7 +136,7 @@ class AuthentikClientResource extends CustomResource