Background
From T292755: Epic: IP Info access:
Access will work as follows for the MVP version:
- "Full" access: Limited to sysop, bureaucrat, checkuser, oversight and steward user groups.
AC
- sysops, bureaucrats, checkusers, oversight members, and stewards all have the ipinfo, ipinfo-view-basic and ipinfo-view-full rights, e.g.
// See https://gerrit.wikimedia.org/g/operations/mediawiki-config/+/944b45a6d4a47f00d7dcdafbc7ddb5e5a88a5f67/wmf-config/CommonSettings.php#4012 if ( $wmgUseIPInfo ) { wfLoadExtension( 'IPInfo' ); $wgGroupPermissions['sysop']['ipinfo-view-full'] = true; // etc }
- The staffgroup is assigned the ipinfo-view-log right, as above