Skip to content

Commit

Permalink
Merge pull request #392 from DFE-Digital/move-analytics-fields-to-hid…
Browse files Browse the repository at this point in the history
…den-pii-yml

move pii fields to analytics_hidden_pii.yml
  • Loading branch information
richardpattinson authored Sep 20, 2024
2 parents e5cbb96 + 3633ec7 commit e53fb4a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ gem "omniauth_openid_connect"
gem "omniauth-rails_csrf_protection"

# Sending events to BigQuery
gem "dfe-analytics", github: "DFE-Digital/dfe-analytics", tag: "v1.14.1"
gem "dfe-analytics", github: "DFE-Digital/dfe-analytics", tag: "v1.14.2"

# Scheduling jobs
gem "clockwork"
Expand Down
9 changes: 6 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/DFE-Digital/dfe-analytics.git
revision: 79378cc466a40c6a6cba317e232cbf48ec79ab7d
tag: v1.14.1
revision: 706595e52fed211cee53ad99ceaeaabb47a059cc
tag: v1.14.2
specs:
dfe-analytics (1.14.1)
dfe-analytics (1.14.2)
google-cloud-bigquery (~> 1.38)
httparty (~> 0.21)
multi_xml (~> 0.6.0)
Expand Down Expand Up @@ -294,6 +294,8 @@ GEM
nio4r (2.7.0)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
oauth2 (2.0.9)
Expand Down Expand Up @@ -595,6 +597,7 @@ GEM

PLATFORMS
arm64-darwin-24
x86_64-darwin-23
x86_64-linux

DEPENDENCIES
Expand Down
12 changes: 12 additions & 0 deletions config/analytics_hidden_pii.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
shared:
:dsi_users:
- email
- first_name
- last_name
- uid
:feedbacks:
- email
:search_logs:
- last_name
- date_of_birth
12 changes: 1 addition & 11 deletions config/analytics_pii.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,2 @@
---
shared:
:dsi_users:
- email
- first_name
- last_name
- uid
:feedbacks:
- email
:search_logs:
- last_name
- date_of_birth
shared: {}

0 comments on commit e53fb4a

Please sign in to comment.