File tree Expand file tree Collapse file tree 13 files changed +280
-9
lines changed
e2e-tests/version-service/conf
controller/perconaservermongodbbackup Expand file tree Collapse file tree 13 files changed +280
-9
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,22 @@ spec:
119
119
type : string
120
120
region :
121
121
type : string
122
+ serverSideEncryption :
123
+ properties :
124
+ kmsKeyID :
125
+ type : string
126
+ sseAlgorithm :
127
+ type : string
128
+ sseCustomerAlgorithm :
129
+ type : string
130
+ sseCustomerKey :
131
+ type : string
132
+ required :
133
+ - kmsKeyID
134
+ - sseAlgorithm
135
+ - sseCustomerAlgorithm
136
+ - sseCustomerKey
137
+ type : object
122
138
storageClass :
123
139
type : string
124
140
uploadPartSize :
Original file line number Diff line number Diff line change 89
89
type : string
90
90
region :
91
91
type : string
92
+ serverSideEncryption :
93
+ properties :
94
+ kmsKeyID :
95
+ type : string
96
+ sseAlgorithm :
97
+ type : string
98
+ sseCustomerAlgorithm :
99
+ type : string
100
+ sseCustomerKey :
101
+ type : string
102
+ required :
103
+ - kmsKeyID
104
+ - sseAlgorithm
105
+ - sseCustomerAlgorithm
106
+ - sseCustomerKey
107
+ type : object
92
108
storageClass :
93
109
type : string
94
110
uploadPartSize :
Original file line number Diff line number Diff line change @@ -258,6 +258,22 @@ spec:
258
258
type: string
259
259
region:
260
260
type: string
261
+ serverSideEncryption:
262
+ properties:
263
+ kmsKeyID:
264
+ type: string
265
+ sseAlgorithm:
266
+ type: string
267
+ sseCustomerAlgorithm:
268
+ type: string
269
+ sseCustomerKey:
270
+ type: string
271
+ required:
272
+ - kmsKeyID
273
+ - sseAlgorithm
274
+ - sseCustomerAlgorithm
275
+ - sseCustomerKey
276
+ type: object
261
277
storageClass:
262
278
type: string
263
279
uploadPartSize:
Original file line number Diff line number Diff line change 13
13
# destination: s3://S3-BACKUP-BUCKET-NAME-HERE/BACKUP-DESTINATION
14
14
# s3:
15
15
# credentialsSecret: my-cluster-name-backup-s3
16
+ # serverSideEncryption:
17
+ # kmsKeyID: 1234abcd-12ab-34cd-56ef-1234567890ab
18
+ # sseAlgorithm: AES256
19
+ # sseCustomerAlgorithm: AES256
20
+ # sseCustomerKey: Y3VzdG9tZXIta2V5
16
21
# region: us-west-2
17
22
# bucket: S3-BACKUP-BUCKET-NAME-HERE
18
23
# endpointUrl: https://s3.us-west-2.amazonaws.com/
Original file line number Diff line number Diff line change @@ -118,6 +118,22 @@ spec:
118
118
type: string
119
119
region:
120
120
type: string
121
+ serverSideEncryption:
122
+ properties:
123
+ kmsKeyID:
124
+ type: string
125
+ sseAlgorithm:
126
+ type: string
127
+ sseCustomerAlgorithm:
128
+ type: string
129
+ sseCustomerKey:
130
+ type: string
131
+ required:
132
+ - kmsKeyID
133
+ - sseAlgorithm
134
+ - sseCustomerAlgorithm
135
+ - sseCustomerKey
136
+ type: object
121
137
storageClass:
122
138
type: string
123
139
uploadPartSize:
@@ -231,6 +247,22 @@ spec:
231
247
type: string
232
248
region:
233
249
type: string
250
+ serverSideEncryption:
251
+ properties:
252
+ kmsKeyID:
253
+ type: string
254
+ sseAlgorithm:
255
+ type: string
256
+ sseCustomerAlgorithm:
257
+ type: string
258
+ sseCustomerKey:
259
+ type: string
260
+ required:
261
+ - kmsKeyID
262
+ - sseAlgorithm
263
+ - sseCustomerAlgorithm
264
+ - sseCustomerKey
265
+ type: object
234
266
storageClass:
235
267
type: string
236
268
uploadPartSize:
@@ -863,6 +895,22 @@ spec:
863
895
type: string
864
896
region:
865
897
type: string
898
+ serverSideEncryption:
899
+ properties:
900
+ kmsKeyID:
901
+ type: string
902
+ sseAlgorithm:
903
+ type: string
904
+ sseCustomerAlgorithm:
905
+ type: string
906
+ sseCustomerKey:
907
+ type: string
908
+ required:
909
+ - kmsKeyID
910
+ - sseAlgorithm
911
+ - sseCustomerAlgorithm
912
+ - sseCustomerKey
913
+ type: object
866
914
storageClass:
867
915
type: string
868
916
uploadPartSize:
Original file line number Diff line number Diff line change @@ -517,6 +517,11 @@ spec:
517
517
# s3:
518
518
# bucket: S3-BACKUP-BUCKET-NAME-HERE
519
519
# credentialsSecret: my-cluster-name-backup-s3
520
+ # serverSideEncryption:
521
+ # kmsKeyID: 1234abcd-12ab-34cd-56ef-1234567890ab
522
+ # sseAlgorithm: AES256
523
+ # sseCustomerAlgorithm: AES256
524
+ # sseCustomerKey: Y3VzdG9tZXIta2V5
520
525
# region: us-west-2
521
526
# prefix: ""
522
527
# uploadPartSize: 10485760
Original file line number Diff line number Diff line change @@ -118,6 +118,22 @@ spec:
118
118
type: string
119
119
region:
120
120
type: string
121
+ serverSideEncryption:
122
+ properties:
123
+ kmsKeyID:
124
+ type: string
125
+ sseAlgorithm:
126
+ type: string
127
+ sseCustomerAlgorithm:
128
+ type: string
129
+ sseCustomerKey:
130
+ type: string
131
+ required:
132
+ - kmsKeyID
133
+ - sseAlgorithm
134
+ - sseCustomerAlgorithm
135
+ - sseCustomerKey
136
+ type: object
121
137
storageClass:
122
138
type: string
123
139
uploadPartSize:
@@ -231,6 +247,22 @@ spec:
231
247
type: string
232
248
region:
233
249
type: string
250
+ serverSideEncryption:
251
+ properties:
252
+ kmsKeyID:
253
+ type: string
254
+ sseAlgorithm:
255
+ type: string
256
+ sseCustomerAlgorithm:
257
+ type: string
258
+ sseCustomerKey:
259
+ type: string
260
+ required:
261
+ - kmsKeyID
262
+ - sseAlgorithm
263
+ - sseCustomerAlgorithm
264
+ - sseCustomerKey
265
+ type: object
234
266
storageClass:
235
267
type: string
236
268
uploadPartSize:
@@ -863,6 +895,22 @@ spec:
863
895
type: string
864
896
region:
865
897
type: string
898
+ serverSideEncryption:
899
+ properties:
900
+ kmsKeyID:
901
+ type: string
902
+ sseAlgorithm:
903
+ type: string
904
+ sseCustomerAlgorithm:
905
+ type: string
906
+ sseCustomerKey:
907
+ type: string
908
+ required:
909
+ - kmsKeyID
910
+ - sseAlgorithm
911
+ - sseCustomerAlgorithm
912
+ - sseCustomerKey
913
+ type: object
866
914
storageClass:
867
915
type: string
868
916
uploadPartSize:
Original file line number Diff line number Diff line change @@ -118,6 +118,22 @@ spec:
118
118
type: string
119
119
region:
120
120
type: string
121
+ serverSideEncryption:
122
+ properties:
123
+ kmsKeyID:
124
+ type: string
125
+ sseAlgorithm:
126
+ type: string
127
+ sseCustomerAlgorithm:
128
+ type: string
129
+ sseCustomerKey:
130
+ type: string
131
+ required:
132
+ - kmsKeyID
133
+ - sseAlgorithm
134
+ - sseCustomerAlgorithm
135
+ - sseCustomerKey
136
+ type: object
121
137
storageClass:
122
138
type: string
123
139
uploadPartSize:
@@ -231,6 +247,22 @@ spec:
231
247
type: string
232
248
region:
233
249
type: string
250
+ serverSideEncryption:
251
+ properties:
252
+ kmsKeyID:
253
+ type: string
254
+ sseAlgorithm:
255
+ type: string
256
+ sseCustomerAlgorithm:
257
+ type: string
258
+ sseCustomerKey:
259
+ type: string
260
+ required:
261
+ - kmsKeyID
262
+ - sseAlgorithm
263
+ - sseCustomerAlgorithm
264
+ - sseCustomerKey
265
+ type: object
234
266
storageClass:
235
267
type: string
236
268
uploadPartSize:
@@ -863,6 +895,22 @@ spec:
863
895
type: string
864
896
region:
865
897
type: string
898
+ serverSideEncryption:
899
+ properties:
900
+ kmsKeyID:
901
+ type: string
902
+ sseAlgorithm:
903
+ type: string
904
+ sseCustomerAlgorithm:
905
+ type: string
906
+ sseCustomerKey:
907
+ type: string
908
+ required:
909
+ - kmsKeyID
910
+ - sseAlgorithm
911
+ - sseCustomerAlgorithm
912
+ - sseCustomerKey
913
+ type: object
866
914
storageClass:
867
915
type: string
868
916
uploadPartSize:
Original file line number Diff line number Diff line change @@ -118,6 +118,22 @@ spec:
118
118
type: string
119
119
region:
120
120
type: string
121
+ serverSideEncryption:
122
+ properties:
123
+ kmsKeyID:
124
+ type: string
125
+ sseAlgorithm:
126
+ type: string
127
+ sseCustomerAlgorithm:
128
+ type: string
129
+ sseCustomerKey:
130
+ type: string
131
+ required:
132
+ - kmsKeyID
133
+ - sseAlgorithm
134
+ - sseCustomerAlgorithm
135
+ - sseCustomerKey
136
+ type: object
121
137
storageClass:
122
138
type: string
123
139
uploadPartSize:
@@ -231,6 +247,22 @@ spec:
231
247
type: string
232
248
region:
233
249
type: string
250
+ serverSideEncryption:
251
+ properties:
252
+ kmsKeyID:
253
+ type: string
254
+ sseAlgorithm:
255
+ type: string
256
+ sseCustomerAlgorithm:
257
+ type: string
258
+ sseCustomerKey:
259
+ type: string
260
+ required:
261
+ - kmsKeyID
262
+ - sseAlgorithm
263
+ - sseCustomerAlgorithm
264
+ - sseCustomerKey
265
+ type: object
234
266
storageClass:
235
267
type: string
236
268
uploadPartSize:
@@ -863,6 +895,22 @@ spec:
863
895
type: string
864
896
region:
865
897
type: string
898
+ serverSideEncryption:
899
+ properties:
900
+ kmsKeyID:
901
+ type: string
902
+ sseAlgorithm:
903
+ type: string
904
+ sseCustomerAlgorithm:
905
+ type: string
906
+ sseCustomerKey:
907
+ type: string
908
+ required:
909
+ - kmsKeyID
910
+ - sseAlgorithm
911
+ - sseCustomerAlgorithm
912
+ - sseCustomerKey
913
+ type: object
866
914
storageClass:
867
915
type: string
868
916
uploadPartSize:
You can’t perform that action at this time.
0 commit comments