-
Notifications
You must be signed in to change notification settings - Fork 163
1092 - Migration to update column comments #12418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
f45c7c7 to
878de07
Compare
878de07 to
1e8ae44
Compare
|
Isn't this a problem as the encryption is two-way? |
|
we need to decrypt the data for downstream processing for dataware house needs. Are there specific concerns ? |
|
Here are my assumptions (happy to learn if they are incorrect):
|
|
Thanks for raising these points—they are all valid and important. |
|
@vrajmohan Security has approved not only the decryption but the storage of email as plaintext within the Data Warehouse. While we are now bringing and decrypting the email, we are still going to add column level security to the column only to be accessible by roles privileged to that information (fraud investigation/FCMS) |
|
to be clear @MrNagoo @vrajmohan, Security has approved the plan to do it (ingest encrypted email address and decrypt to the warehouse). But we are not yet authorized to make the change. CC @astrogeco |
|
Following our team discussion, we're adding the FCMS migration changes as a draft. They'll be merged when we're ready for the deployment. |
🎫 Ticket
Link to the relevant ticket:
https://gitlab.login.gov/lg-teams/Team-Data/data-warehouse-ag/-/issues/1092
🛠 Summary of changes
Added migration to encrypted_email column in the email_address table. Specifically, it changed the sensitive flag in the comments from true to false.
📜 Testing Plan
Provide a checklist of steps to confirm the changes.