← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1771493] [NEW] Skip logging of ipaddress in neutron logs.

 

Public bug reported:

With GDPR compliance, IP address is considered as personal data because
it's possible to track a natural person with IP address in some cases.
To avoid this, we should not store/log IP address without user consent.
It is found that some log statements in neutron logs have IP addresses
which we need to either mask them or skip logging of such statements.
Here are some log statements from neutron logs containing IP addresses.

2018-05-10 03:50:01.157 18683 INFO neutron.wsgi [req-b7b52f32-bbde-
41b2-b882-707d63729256
a1e569eb16f0ec710b82314e31af4f8cfb1eedc3f0fb38554186e08717c21f0c
676da0962c9e48c687312f1a023af9ca - 96c9c4469e0b499e8c14043aa093b5bd
96c9c4469e0b499e8c14043aa093b5bd] 9.114.23.96,127.0.0.1 "GET
/v2.0/floatingips?fixed_ip_address=172.19.30.5&port_id=41a1dff7-d5f5-43eb-a911-a594c4576f6a
HTTP/1.1" status: 200  len: 217 time: 0.0247259

2018-05-10 03:50:02.049 18683 INFO neutron.wsgi [req-879d19ac-7b6f-
4af0-b8b0-48d259f20ae7
a1e569eb16f0ec710b82314e31af4f8cfb1eedc3f0fb38554186e08717c21f0c
676da0962c9e48c687312f1a023af9ca - 96c9c4469e0b499e8c14043aa093b5bd
96c9c4469e0b499e8c14043aa093b5bd] 9.114.23.96,127.0.0.1 "GET
/v2.0/floatingips?fixed_ip_address=172.19.30.5&port_id=41a1dff7-d5f5-43eb-a911-a594c4576f6a
HTTP/1.1" status: 200  len: 217 time: 0.0201731

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1771493

Title:
  Skip logging of ipaddress in neutron logs.

Status in neutron:
  New

Bug description:
  With GDPR compliance, IP address is considered as personal data
  because it's possible to track a natural person with IP address in
  some cases. To avoid this, we should not store/log IP address without
  user consent. It is found that some log statements in neutron logs
  have IP addresses which we need to either mask them or skip logging of
  such statements. Here are some log statements from neutron logs
  containing IP addresses.

  2018-05-10 03:50:01.157 18683 INFO neutron.wsgi [req-b7b52f32-bbde-
  41b2-b882-707d63729256
  a1e569eb16f0ec710b82314e31af4f8cfb1eedc3f0fb38554186e08717c21f0c
  676da0962c9e48c687312f1a023af9ca - 96c9c4469e0b499e8c14043aa093b5bd
  96c9c4469e0b499e8c14043aa093b5bd] 9.114.23.96,127.0.0.1 "GET
  /v2.0/floatingips?fixed_ip_address=172.19.30.5&port_id=41a1dff7-d5f5-43eb-a911-a594c4576f6a
  HTTP/1.1" status: 200  len: 217 time: 0.0247259

  2018-05-10 03:50:02.049 18683 INFO neutron.wsgi [req-879d19ac-7b6f-
  4af0-b8b0-48d259f20ae7
  a1e569eb16f0ec710b82314e31af4f8cfb1eedc3f0fb38554186e08717c21f0c
  676da0962c9e48c687312f1a023af9ca - 96c9c4469e0b499e8c14043aa093b5bd
  96c9c4469e0b499e8c14043aa093b5bd] 9.114.23.96,127.0.0.1 "GET
  /v2.0/floatingips?fixed_ip_address=172.19.30.5&port_id=41a1dff7-d5f5-43eb-a911-a594c4576f6a
  HTTP/1.1" status: 200  len: 217 time: 0.0201731

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1771493/+subscriptions


Follow ups