This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-vault
Watch
2
Star
0
Fork
You've already forked open-vault
0
Code
Issues
1
Pull Requests
Releases
Activity
9dca708201
open-vault
/
changelog
/
14074.txt
4 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Check that all required fields in Transit API are present. (#14074) * Check that all required fields in Transit API are present. * Check for missing plaintext/ciphertext in batched Transit operations.
2022-02-22 21:00:25 +00:00
```release-note:bug
Use FieldData.GetOkError() to access required Transit parameters. (#14593) Instead of using the field FieldData.Raw, use method GetOkError() which does type conversion but still allows to check whether a value for the parameter was provided. Note that GetOkError() converts nil values to default or zero values, so, for example, a nil plaintext value will result in the empty string being encrypted.
2022-03-18 20:10:38 +00:00
secrets/transit: Return an error if any required parameter is missing.
Check that all required fields in Transit API are present. (#14074) * Check that all required fields in Transit API are present. * Check for missing plaintext/ciphertext in batched Transit operations.
2022-02-22 21:00:25 +00:00
```