From 5b5fd5cb2ef494b28b81e754fa7943fe11ba50fd Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 25 Nov 2025 13:10:19 +0100 Subject: [PATCH] add get_secrets command --- abra.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/abra.sh b/abra.sh index 1309c8f..eacc074 100644 --- a/abra.sh +++ b/abra.sh @@ -312,6 +312,10 @@ print(User.objects.filter(username='$1').first().uid) """ 2>&1 | quieten } +get_secrets() { + grep "" -r /var/run/secrets +} + fix_collation_mismatch() { psql -U ${POSTGRES_USER} -d authentik -c "ALTER DATABASE authentik REFRESH COLLATION VERSION;" psql -U ${POSTGRES_USER} -d authentik -c "REINDEX DATABASE authentik;"