From 74d52fa4920358d9af31f7cc4c0ea0654a0068d2 Mon Sep 17 00:00:00 2001 From: harkon Date: Tue, 2 Dec 2025 16:40:40 +0200 Subject: [PATCH] fix: switch to auto-import strategy and disable manual import script --- scripts/setup-authentik.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/setup-authentik.sh b/scripts/setup-authentik.sh index 24c0352..051219b 100755 --- a/scripts/setup-authentik.sh +++ b/scripts/setup-authentik.sh @@ -264,8 +264,10 @@ main() { echo -e "${GREEN}🔑 API token obtained, proceeding with blueprint import...${NC}" # Import the blueprint configuration - if import_blueprint "$api_token"; then - echo -e "${GREEN}🎉 Authentik configuration imported successfully!${NC}" + # echo -e "${GREEN}🎉 Authentik configuration imported successfully!${NC}" + # if import_blueprint "$api_token"; then + if true; then + echo -e "${GREEN}🎉 Authentik configuration auto-import enabled.${NC}" # Check status check_blueprint_status "$api_token"