Use Case
Currently eyaml keys are decrypted and rendered "as is". This can lead to unintentional disclosure of the content.
Describe the solution you would like
When decrypting, values are automatically cast as Sensitive.
Describe alternatives you've considered
No response
Additional context
If a value was important enough to store encrypted, it seems like Sensitive is a safe expectation.
Use Case
Currently eyaml keys are decrypted and rendered "as is". This can lead to unintentional disclosure of the content.
Describe the solution you would like
When decrypting, values are automatically cast as
Sensitive.Describe alternatives you've considered
No response
Additional context
If a value was important enough to store encrypted, it seems like
Sensitiveis a safe expectation.