zalando-stups / sevenseconds

THIS PROJECT IS NOT LONGER ACTIVELY MAINTAINED
https://pypi.python.org/pypi/stups-sevenseconds
Other
66 stars 17 forks source link

Fix checking KMS key based on alias #103

Closed mikkeloscar closed 3 years ago

mikkeloscar commented 3 years ago

This fixes the lookup of KMS key alias by just describing the key by name.

Without this the kms handling would fail in accounts with a lot of aliases because the ones we're looking for from the config may not be returned in the n first results.

aermakov-zalando commented 3 years ago

👍

mikkeloscar commented 3 years ago

:+1: