Page MenuHomePhabricator

Ensure that push-notifications requires TLS
Closed, ResolvedPublic

Description

Finding from security review:

TLS

  • I assume the push-notifications service will require TLS per the trend in T235411. Risk: low.

We should ensure that assumption.

Event Timeline

MSantos added a subscriber: Joe.

To confirm the hypothesis:

  1. There isn't any non-TLS endpoint from LVS registered for push-notifications, see https://gerrit.wikimedia.org/r/plugins/gitiles/operations/puppet/+/refs/heads/production/hieradata/common/service.yaml
  2. TLS is enabled for push-notifications in the current deployment-charts, see https://gerrit.wikimedia.org/r/c/operations/deployment-charts/+/622330

I'm going to mark this as resolved, but also leave it to @jijiki or @Joe to re-open if I'm making the wrong assumption.