Page MenuHomePhabricator

[toolforge.infra] Automate getting the maintainers from the tool accounts/uids
Open, LowPublic

Description

This should help in various situations:

  • overuse of SQL resources (e.g. T114559), where the service group id needs to be mapped to service group name and a list of maintainers
  • overuse of bastion resources, where the service group name (and sometimes the uid) needs tobe mapped to a list of maintainers

From the list of maintainers, it should then be easy to send out e-mails or talk page messages.

Manual steps:

  • service group id / name -> member list (shell name): ldaplist -l servicegroups | grep 51053 -C 15
    • service groups can be contacted via e.g. tools.wikibugs@tools.wmflabs.org
  • shell name -> wikitech user/email: ldaplist -l passwd valhallasw
    • users can also be reached directly using e.g. valhallasw@tools.wmflabs.org

Event Timeline

valhallasw raised the priority of this task from to Needs Triage.
valhallasw updated the task description. (Show Details)
valhallasw added a project: Toolforge.
valhallasw subscribed.
Restricted Application added a subscriber: Aklapper. · View Herald Transcript

getent group 51053 will give the member list of tools.jackbot, if that is helpful for this task.

valhallasw moved this task from Backlog to Ready to be worked on on the Toolforge board.
Frostly renamed this task from provide easier way to contact people abusing resources to Provide easier way(s) to contact people abusing resources.Jan 7 2022, 11:16 PM
Frostly removed a project: Cloud-Services.
dcaro renamed this task from Provide easier way(s) to contact people abusing resources to [toolforge] Provide easier way(s) to contact people abusing resources.Feb 20 2024, 2:00 PM
dcaro renamed this task from [toolforge] Provide easier way(s) to contact people abusing resources to [toolforge] Automate getting the maintainers from the tool accounts/uids.
dcaro renamed this task from [toolforge] Automate getting the maintainers from the tool accounts/uids to [toolforge.infra] Automate getting the maintainers from the tool accounts/uids.Feb 21 2024, 10:22 AM