1
1
{
2
- "description" : " createKey " ,
2
+ "description" : " createDataKey " ,
3
3
"schemaVersion" : " 1.8" ,
4
4
"runOnRequirements" : [
5
5
{
90
90
"description" : " create data key with AWS KMS provider" ,
91
91
"operations" : [
92
92
{
93
- "name" : " createKey " ,
93
+ "name" : " createDataKey " ,
94
94
"object" : " clientEncryption0" ,
95
95
"arguments" : {
96
96
"kmsProvider" : " aws" ,
153
153
"description" : " create datakey with Azure KMS provider" ,
154
154
"operations" : [
155
155
{
156
- "name" : " createKey " ,
156
+ "name" : " createDataKey " ,
157
157
"object" : " clientEncryption0" ,
158
158
"arguments" : {
159
159
"kmsProvider" : " azure" ,
216
216
"description" : " create datakey with GCP KMS provider" ,
217
217
"operations" : [
218
218
{
219
- "name" : " createKey " ,
219
+ "name" : " createDataKey " ,
220
220
"object" : " clientEncryption0" ,
221
221
"arguments" : {
222
222
"kmsProvider" : " gcp" ,
283
283
"description" : " create datakey with KMIP KMS provider" ,
284
284
"operations" : [
285
285
{
286
- "name" : " createKey " ,
286
+ "name" : " createDataKey " ,
287
287
"object" : " clientEncryption0" ,
288
288
"arguments" : {
289
289
"kmsProvider" : " kmip"
341
341
"description" : " create datakey with local KMS provider" ,
342
342
"operations" : [
343
343
{
344
- "name" : " createKey " ,
344
+ "name" : " createDataKey " ,
345
345
"object" : " clientEncryption0" ,
346
346
"arguments" : {
347
347
"kmsProvider" : " local"
396
396
"description" : " create datakey with no keyAltName" ,
397
397
"operations" : [
398
398
{
399
- "name" : " createKey " ,
399
+ "name" : " createDataKey " ,
400
400
"object" : " clientEncryption0" ,
401
401
"arguments" : {
402
402
"kmsProvider" : " local" ,
457
457
"description" : " create datakey with single keyAltName" ,
458
458
"operations" : [
459
459
{
460
- "name" : " createKey " ,
460
+ "name" : " createDataKey " ,
461
461
"object" : " clientEncryption0" ,
462
462
"arguments" : {
463
463
"kmsProvider" : " local" ,
520
520
"description" : " create datakey with multiple keyAltNames" ,
521
521
"operations" : [
522
522
{
523
- "name" : " createKey " ,
523
+ "name" : " createDataKey " ,
524
524
"object" : " clientEncryption0" ,
525
525
"arguments" : {
526
526
"kmsProvider" : " local" ,
619
619
"description" : " create datakey with custom key material" ,
620
620
"operations" : [
621
621
{
622
- "name" : " createKey " ,
622
+ "name" : " createDataKey " ,
623
623
"object" : " clientEncryption0" ,
624
624
"arguments" : {
625
625
"kmsProvider" : " local" ,
682
682
"description" : " create datakey with invalid custom key material (too short)" ,
683
683
"operations" : [
684
684
{
685
- "name" : " createKey " ,
685
+ "name" : " createDataKey " ,
686
686
"object" : " clientEncryption0" ,
687
687
"arguments" : {
688
688
"kmsProvider" : " local" ,
708
708
]
709
709
}
710
710
]
711
- }
711
+ }
0 commit comments