From f1e3d3074c6f62b0991af3655ace2c06dabeb9c0 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 27 Jul 2025 11:11:14 +0200 Subject: a small commit for mankind, nah, a big one! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - moved the oidc client secrets into age secrets (and rotated them) - changed stuff™ --- secret_create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'secret_create.sh') diff --git a/secret_create.sh b/secret_create.sh index e022cd9..1f27834 100755 --- a/secret_create.sh +++ b/secret_create.sh @@ -2,7 +2,7 @@ # $1 = hostname # $2 = secretname (with .age suffix) -set -xe +# set -xe if [ $# -lt 2 ]; then # TODO: print usage -- cgit 1.4.1