From 66a3b0c2ae753e138715451fa0a724cba005e1fb Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 12 2020 16:41:02 +0000 Subject: Add some debugging for the keytab file Signed-off-by: Pierre-Yves Chibon --- diff --git a/entrypoint.sh b/entrypoint.sh index 28a65af..a699fc3 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,6 +6,9 @@ if ! whoami &> /dev/null; then fi fi + +klist -A -k /etc/keytabs/monitor-gating-keytab + ln -s /opt/ssh/id_rsa /.ssh/id_rsa || true if [ -z ${PRODUCTION+x} ]; then # Staging info