Page MenuHomePhabricator

Enable CentralAuth IRC feed in beta cluster
Closed, ResolvedPublic

Description

	if ( $wmfRealm == 'production' ) {
		$wgCentralAuthRC[] = [
			'formatter' => 'IRCColourfulCARCFeedFormatter',
			'uri' => "udp://$wmgRC2UDPAddress:$wmgRC2UDPPort/#central\t",
		];
	}

This dates back to rOMWC89ad4bdd3824: tweak CentralAuth configuration for labs, which predates beta cluster having an IRC server. I don't see any reason for this production conditional today.
Noticed by @Krinkle in the CR for https://gerrit.wikimedia.org/r/c/operations/mediawiki-config/+/670913/

Event Timeline

I don't see a reason to not enable it either. I'll upload a patch.

Change 673201 had a related patch set uploaded (by Majavah; owner: Majavah):
[operations/mediawiki-config@master] Enable CentralAuth IRC feed in beta cluster

https://gerrit.wikimedia.org/r/673201

Change 673201 merged by jenkins-bot:
[operations/mediawiki-config@master] Enable CentralAuth IRC feed in beta cluster

https://gerrit.wikimedia.org/r/673201