cloudtools / stacker

An AWS CloudFormation Stack orchestrator/manager.
http://stacker.readthedocs.io/en/stable/
BSD 2-Clause "Simplified" License
711 stars 167 forks source link

KMS lookups give values $VAL wrapped as "b'$VAL'" when using python 3 #762

Open baryal1299 opened 3 years ago

baryal1299 commented 3 years ago

Decrypted string is returned as b'text' which should be decoded to utf-8.

hauntingEcho commented 3 years ago

This may have been superceded by #765