Skip to content

Commit

Permalink
Merge pull request #170 from locriandev/fix-kinit
Browse files Browse the repository at this point in the history
Refresh kerb credentials before image_list()
  • Loading branch information
ashwindasr authored Jan 25, 2024
2 parents 27d3da0 + 898cd3d commit 4e66b2f
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 4e66b2f

Please sign in to comment.