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:
2828- start writing encrypted items
2929- continue to read encrypted items
3030
31- When you deploy changes in Step 2,
31+ Before you deploy changes in Step 2,
3232you are introducing encrypted items to your system,
3333and must make sure that all your readers are updated with the changes from Step 1.
3434
3535Before you move onto the next step, you will need to encrypt all plaintext items in your dataset.
3636Once 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,
3838your system will still accept reading plaintext, unauthenticated items.
3939In order to complete migration to a system where you always authenticate your items,
4040you should prioritize moving on to Step 3.
You can’t perform that action at this time.
0 commit comments