Page MenuHomePhabricator

MySQL password for research@analytics-store.eqiad.wmnet publicly revealed
Closed, ResolvedPublic

Description

The password for the research user on the analytics-store database was publicly pasted in T170052: Access rights for HDFS on stat100* for Sqoop tasks. Kudos to @Peachey88 to for noticing.

I confirmed this was the real password by logging into tin and trying to connect through mysql.

Event Timeline

@jcrespo @elukey I assume we have to change the password at:

private: modules/passwords/manifests/init.pp

For the research mysql user there.
The password on the pw repo for: research.mysql doesn't match the one on the init.pp (which seems like the correct one though as per the hash) so not sure if we have to update that one too or if that one is old.

And then manually change it on dbstore1002 and db1047 (research user isn't at db1046). Is there anything else that needs changing?

SET PASSWORD FOR 'research'@'%' = PASSWORD('newpass');

Modified the password manually on dbstore1002 and db1047, plus updated the private puppet repo (init.pp) with the new password.

Is there anything else left to do here?

Legoktm assigned this task to elukey.
Legoktm removed a project: acl*security.
Legoktm changed the visibility from "Custom Policy" to "Public (No Login Required)".