Skip to content

Commit 048d965

Browse files
feat: release authentik integration
Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
1 parent 05d1a67 commit 048d965

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • internal/integrations/definitions/authentik

internal/integrations/definitions/authentik/builder.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ func Builder() registry.Builder {
1919
Category: "identity",
2020
DocsURL: "https://docs.theopenlane.io/docs/platform/integrations/authentik/overview",
2121
Tags: []string{"directory"},
22-
Active: false,
23-
Visible: false,
22+
Active: true,
23+
Visible: true,
2424
},
2525
UserInput: &types.UserInputRegistration{
2626
Schema: jsonx.SchemaFrom[UserInput](),

0 commit comments

Comments
 (0)