kc cleanup

This commit is contained in:
2026-06-03 17:39:02 +02:00
parent ecf871f0e4
commit 071f57f1d3

View File

@@ -641,7 +641,7 @@ extraDeploy:
REALM="forte"
ADMIN_USER="admin"
ADMIN_PASS=$(cat /secrets/admin-password)
DRY_RUN="${DRY_RUN:-true}"
DRY_RUN="${DRY_RUN:-false}"
MIN_AGE_DAYS="${MIN_AGE_DAYS:-7}"
if [ -z "$CLIENT_ID_PATTERN" ]; then
CLIENT_ID_PATTERN='^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$'