Alexandros Kosiaris has submitted this change and it was merged.

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(-)

Approvals:
  Alexandros Kosiaris: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I6f6d84c175567bd30558a43c0ecba79e09bb2512
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <akosia...@wikimedia.org>
Gerrit-Reviewer: Alexandros Kosiaris <akosia...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to