File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Examples/runtimes/python/Migration/plaintext_to_awsdbe/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ In Step 2, you update your system to do the following:
28
28
- start writing encrypted items
29
29
- continue to read encrypted items
30
30
31
- When you deploy changes in Step 2,
31
+ Before you deploy changes in Step 2,
32
32
you are introducing encrypted items to your system,
33
33
and must make sure that all your readers are updated with the changes from Step 1.
34
34
35
35
Before you move onto the next step, you will need to encrypt all plaintext items in your dataset.
36
36
Once you have completed this step,
37
- while new items are being encrypted using the new format and will be authenticated on read,
37
+ while new items are encrypted and will be authenticated on read,
38
38
your system will still accept reading plaintext, unauthenticated items.
39
39
In order to complete migration to a system where you always authenticate your items,
40
40
you should prioritize moving on to Step 3.
You can’t perform that action at this time.
0 commit comments