feat: datakey decrypt fails when not exportable
This commit is contained in:
@@ -84,7 +84,7 @@ Generate data key:
|
||||
```shell
|
||||
curl -X POST http://127.0.0.1:5567/datakey \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"key_type":"aes", "key_spec":"256", "return_plaintext": true}'
|
||||
-d '{"type":"aes", "spec":"256", "exportable": true, "return_plaintext": true}'
|
||||
```
|
||||
|
||||
Upgrade to v3.2
|
||||
|
||||
Reference in New Issue
Block a user