717514c044
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.
4 lines
95 B
Plaintext
4 lines
95 B
Plaintext
```release-note:bug
|
|
secrets/transit: Return an error if any required parameter is missing.
|
|
```
|