jenkins-bot has submitted this change and it was merged. Change subject: Update CentralAuth RC2UDP config ......................................................................
Update CentralAuth RC2UDP config Depends on https://gerrit.wikimedia.org/r/#/c/92461 Bug: 56284 Change-Id: Ie392ac721e41ae6a8d7be4d27ccfbbf4ea4867b0 --- M wmf-config/CommonSettings.php 1 file changed, 5 insertions(+), 0 deletions(-) Approvals: Reedy: Looks good to me, approved jenkins-bot: Verified diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index eb0c069..77b050f 100644 --- a/wmf-config/CommonSettings.php +++ b/wmf-config/CommonSettings.php @@ -1192,6 +1192,11 @@ # Broken -- TS if( $wmfRealm == 'production' ) { + $wgCentralAuthRC[] = array( + 'uri' => "udp://$wmgRC2UDPAddress:$wmgRC2UDPPort/#central\t", + ); + + // Temp. Should be removed when new CA is fully deployed $wgRC2UDPPort = $wmgRC2UDPPort; $wgCentralAuthUDPAddress = $wmgRC2UDPAddress; $wgCentralAuthNew2UDPPrefix = "#central\t"; -- To view, visit https://gerrit.wikimedia.org/r/92463 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie392ac721e41ae6a8d7be4d27ccfbbf4ea4867b0 Gerrit-PatchSet: 6 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Reedy <[email protected]> Gerrit-Reviewer: Reedy <[email protected]> Gerrit-Reviewer: jenkins-bot <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
