Alexandros Kosiaris has uploaded a new change for review. https://gerrit.wikimedia.org/r/120045
Change subject: Migrate the auth method of OSM user to trust ...................................................................... Migrate the auth method of OSM user to trust After some deliberation with the toolserver community, seems like keeping the status quo of allowing a specific user with only read privileges and the trust mechanism as a viable option. This will allow for users to connect without a password only from the labs space. I already tested this in labs and it will provide no extra privileges to users (and it will not allow different users and/or different database connections) Change-Id: I6f6d84c175567bd30558a43c0ecba79e09bb2512 --- M manifests/role/osm.pp 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/45/120045/1 diff --git a/manifests/role/osm.pp b/manifests/role/osm.pp index 2eef857..bbdacdd 100644 --- a/manifests/role/osm.pp +++ b/manifests/role/osm.pp @@ -68,7 +68,7 @@ password => $passwords::osm::osm_password, cidr => "10.68.16.0/21", type => 'host', - method => 'md5', + method => 'trust', database => 'gis', } } -- To view, visit https://gerrit.wikimedia.org/r/120045 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6f6d84c175567bd30558a43c0ecba79e09bb2512 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Alexandros Kosiaris <akosia...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits