Skip to content

Commit

Permalink
Switch to hidden PII feature
Browse files Browse the repository at this point in the history
This is a new feature of DfE Analytics that allows PII data to be stored
in BigQuery but behind access controls.
  • Loading branch information
thomasleese committed Jul 10, 2024
1 parent 8268c40 commit 12ae59c
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 36 deletions.
2 changes: 0 additions & 2 deletions config/analytics.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
:shared:
:application_forms:
- action_required_by
Expand Down Expand Up @@ -284,7 +283,6 @@
- work_history_id
:staff:
- assess_permission
- azure_ad_uid
- change_email_permission
- change_name_permission
- change_work_history_permission
Expand Down
2 changes: 1 addition & 1 deletion config/analytics_blocklist.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
:shared:
:active_storage_variant_records:
- blob_id
Expand Down Expand Up @@ -81,6 +80,7 @@
- session_id
- updated_at
:staff:
- azure_ad_uid
- confirmation_token
- encrypted_password
- invitation_token
Expand Down
30 changes: 30 additions & 0 deletions config/analytics_hidden_pii.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
:shared:
:application_forms:
- alternative_family_name
- alternative_given_names
- date_of_birth
- family_name
- given_names
- registration_number
:further_information_request_items:
- contact_email
- contact_name
:mail_delivery_failures:
- email_address
:staff:
- current_sign_in_ip
- email
- last_sign_in_ip
- name
- unconfirmed_email
:teachers:
- canonical_email
- current_sign_in_ip
- email
- last_sign_in_ip
- unconfirmed_email
:work_histories:
- canonical_contact_email
- contact_email
- contact_name
- email
34 changes: 1 addition & 33 deletions config/analytics_pii.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1 @@
---
:shared:
:application_forms:
- alternative_family_name
- alternative_given_names
- date_of_birth
- family_name
- given_names
- has_alternative_name
- registration_number
:further_information_request_items:
- contact_email
- contact_name
:mail_delivery_failures:
- email_address
:staff:
- azure_ad_uid
- current_sign_in_ip
- email
- last_sign_in_ip
- name
- unconfirmed_email
:teachers:
- canonical_email
- current_sign_in_ip
- email
- last_sign_in_ip
- unconfirmed_email
:work_histories:
- canonical_contact_email
- contact_email
- contact_name
- email
{}

0 comments on commit 12ae59c

Please sign in to comment.