From 210775776f2da8bdf5e1d46d61cd57d9f3815f89 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 5 Jun 2022 00:50:10 +0200 Subject: [PATCH] core: add slug to built-in source https://github.com/goauthentik/terraform-provider-authentik/issues/184 Signed-off-by: Jens Langhammer --- authentik/core/managed.py | 1 + 1 file changed, 1 insertion(+) diff --git a/authentik/core/managed.py b/authentik/core/managed.py index f8c1b8a7d..e377c296f 100644 --- a/authentik/core/managed.py +++ b/authentik/core/managed.py @@ -12,5 +12,6 @@ class CoreManager(ObjectManager): Source, "goauthentik.io/sources/inbuilt", name="authentik Built-in", + slug="authentik-built-in", ), ]