Skip to content

Commit

Permalink
Refresh kerb credentials before image_list()
Browse files Browse the repository at this point in the history
  • Loading branch information
locriandev committed Jan 25, 2024
1 parent 75af0f9 commit 898cd3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions artbotlib/elliott.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
Expand Down

0 comments on commit 898cd3d

Please sign in to comment.