core: add slug to built-in source
https://github.com/goauthentik/terraform-provider-authentik/issues/184 Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
2a4ce75bc4
commit
210775776f
|
@ -12,5 +12,6 @@ class CoreManager(ObjectManager):
|
||||||
Source,
|
Source,
|
||||||
"goauthentik.io/sources/inbuilt",
|
"goauthentik.io/sources/inbuilt",
|
||||||
name="authentik Built-in",
|
name="authentik Built-in",
|
||||||
|
slug="authentik-built-in",
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
Reference in New Issue