From ecd71907f6a50ead36663dca9ba22bc97e297ee3 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 12 2020 18:09:16 +0000 Subject: Add some debugging for the keytab file Signed-off-by: Pierre-Yves Chibon --- diff --git a/entrypoint.sh b/entrypoint.sh index 5c2d603..96bfa6d 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,6 +6,7 @@ if ! whoami &> /dev/null; then fi fi + ln -s /opt/ssh/id_rsa /.ssh/id_rsa || true if [ -z ${PRODUCTION+x} ]; then # Staging info @@ -17,4 +18,6 @@ echo "Running in production" ssh-keyscan pkgs.fedoraproject.org >> /.ssh/known_hosts fi +klist -t -k /etc/keytabs/monitor-gating-keytab + python3 /opt/code/runner.py /opt/config/runner.cfg