Page MenuHomePhabricator

Undocumented grants on striker from californium
Closed, ResolvedPublic

Description

Missing grants from operations/puppet / modules/role/templates/mariadb/grants/production-m5.sql.erb

root@db1073.eqiad.wmnet[(none)]> select user, host from mysql.user WHERE host='208.80.154.147';
+---------------+----------------+
| user          | host           |
+---------------+----------------+
| <web user>      | 208.80.154.147 |
| <admin user> | 208.80.154.147 |
+---------------+----------------+
2 rows in set (0.00 sec)

If I don't get feedback that these should be there, just lack productionization, I will delete them to prevent unauthorized access.

Event Timeline

Please do drop this. Californium is waiting for decomm and Striker has moved to the labweb* cluster.

Mentioned in SAL (#wikimedia-operations) [2018-07-13T18:33:18Z] <jynus> droping undocumented grants on m5 T199518

jcrespo claimed this task.

Done:

root@db1073.eqiad.wmnet[(none)]> select user, host from mysql.user WHERE host='208.80.154.147';
Empty set (0.00 sec)