mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-03-03 20:29:27 -05:00

The constellationUID is sometimes interpreted as integer if it contains 0e, as the yaml parsing interprets that as scientific notation. Since it is a best practices to quote string fields anyways this patch also quotes other fields where an actual string is required.