Eevans has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/342903 )

Change subject: [WIP]: Enable encrypted client connections in RESTBase 
production
......................................................................

[WIP]: Enable encrypted client connections in RESTBase production

Does not use a real certificate because we are not doing certificate
authentication (we use password auth).

Bug: T111113
Change-Id: Ic6c1f3420f201723750d4cd51078b74fe54eaac1
---
M hieradata/role/common/restbase/server.yaml
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/03/342903/1

diff --git a/hieradata/role/common/restbase/server.yaml 
b/hieradata/role/common/restbase/server.yaml
index ec5119f..a01b252 100644
--- a/hieradata/role/common/restbase/server.yaml
+++ b/hieradata/role/common/restbase/server.yaml
@@ -21,6 +21,8 @@
 restbase::cassandra_user: restb
 restbase::cassandra_password: "%{passwords::cassandra::restbase}"
 restbase::monitoring::monitor_domain: en.wikipedia.org
+restbase::cassandra_tls:
+      cert: /dev/null
 role::lvs::realserver::pools:
   restbase: {}
 service::configuration::log_dir: "/var/log"

-- 
To view, visit https://gerrit.wikimedia.org/r/342903
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic6c1f3420f201723750d4cd51078b74fe54eaac1
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Eevans <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to