mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
add authentik connection crd
This commit is contained in:
@@ -14,8 +14,8 @@ const authentikClientSpecSchema = z.object({
|
||||
});
|
||||
|
||||
const authentikClientServerSecretSchema = z.object({
|
||||
internal_url: z.string(),
|
||||
external_url: z.string(),
|
||||
name: z.string(),
|
||||
url: z.string(),
|
||||
token: z.string(),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user