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