Giuseppe Lavagetto has submitted this change and it was merged. Change subject: beta: Disable authentication for Kibana ......................................................................
beta: Disable authentication for Kibana Remove authz_user restrictions from https://logstash-beta.wmflabs.org Bug: T76784 Change-Id: Id36b3b95c6090e7295428343f0555428e88af9dc --- M hieradata/labs/deployment-prep/host/deployment-logstash2.yaml 1 file changed, 1 insertion(+), 3 deletions(-) Approvals: Giuseppe Lavagetto: Verified; Looks good to me, approved diff --git a/hieradata/labs/deployment-prep/host/deployment-logstash2.yaml b/hieradata/labs/deployment-prep/host/deployment-logstash2.yaml index f8913d1..b3212ef 100644 --- a/hieradata/labs/deployment-prep/host/deployment-logstash2.yaml +++ b/hieradata/labs/deployment-prep/host/deployment-logstash2.yaml @@ -30,6 +30,4 @@ # Kibana role::kibana::vhost: logstash-beta.wmflabs.org role::kibana::serveradmin: [email protected] -role::kibana::auth_type: local -role::kibana::auth_realm: "Logstash (ssh deployment-bastion.eqiad.wmflabs sudo cat /root/secrets.txt)" -role::kibana::auth_file: /etc/logstash/htpasswd +role::kibana::auth_type: none -- To view, visit https://gerrit.wikimedia.org/r/231179 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id36b3b95c6090e7295428343f0555428e88af9dc Gerrit-PatchSet: 3 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: BryanDavis <[email protected]> Gerrit-Reviewer: BryanDavis <[email protected]> Gerrit-Reviewer: Chad <[email protected]> Gerrit-Reviewer: Chasemp <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Greg Grossmeier <[email protected]> Gerrit-Reviewer: Thcipriani <[email protected]> Gerrit-Reviewer: Yuvipanda <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
