From 898cd3d9084e2f4a37899be1f37c083d0f939702 Mon Sep 17 00:00:00 2001 From: "D. Paolella" Date: Thu, 25 Jan 2024 15:17:52 +0100 Subject: [PATCH] Refresh kerb credentials before image_list() --- artbotlib/elliott.py | 1 + 1 file changed, 1 insertion(+) diff --git a/artbotlib/elliott.py b/artbotlib/elliott.py index 06620dd..397b90e 100644 --- a/artbotlib/elliott.py +++ b/artbotlib/elliott.py @@ -7,6 +7,7 @@ logger = logging.getLogger(__name__) +@util.refresh_krb_auth def image_list(so, advisory_id): logger.info('Getting image list for advisory %s', advisory_id) cmd = f'elliott advisory-images -a {advisory_id}'