MeltwaterArchive/lighter

Lighter fails when using types other than strings togheter with encryption

ottfro opened this issue · 1 comments

If I set a property to say an integer and at same time use an encrypted property lighter's verify command fails with a hard-to-understand error message.

Ex:

env:
    secret_password: '...'
    numeric.property: 1

Solved by #34