Ottomata has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/336906 )
Change subject: Set hue allowed_hosts=* to work around bug http://community.cloudera.com/t5/Web-UI-Hue-Beeswax/New-Cloudera-installation-Hue-Bad-Request-400/td-p/50344/page/5 ...................................................................... Set hue allowed_hosts=* to work around bug http://community.cloudera.com/t5/Web-UI-Hue-Beeswax/New-Cloudera-installation-Hue-Bad-Request-400/td-p/50344/page/5 Bug: T152714 Change-Id: I4da2bf24897bb49c5184ed9eeef0aac5836776fc --- M templates/hue/hue.ini.erb 1 file changed, 4 insertions(+), 0 deletions(-) Approvals: Ottomata: Verified; Looks good to me, approved diff --git a/templates/hue/hue.ini.erb b/templates/hue/hue.ini.erb index 5387e60..5eb0f60 100644 --- a/templates/hue/hue.ini.erb +++ b/templates/hue/hue.ini.erb @@ -26,6 +26,10 @@ http_host=<%= @http_host %> http_port=<%= @http_port %> + # Need to set allowed_hosts in order to access hue from localhost and other domains. + # See: http://community.cloudera.com/t5/Web-UI-Hue-Beeswax/New-Cloudera-installation-Hue-Bad-Request-400/td-p/50344/page/5 + allowed_hosts=* + # Time zone name time_zone=<%= @timezone %> -- To view, visit https://gerrit.wikimedia.org/r/336906 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4da2bf24897bb49c5184ed9eeef0aac5836776fc Gerrit-PatchSet: 3 Gerrit-Project: operations/puppet/cdh Gerrit-Branch: master Gerrit-Owner: Ottomata <[email protected]> Gerrit-Reviewer: Elukey <[email protected]> Gerrit-Reviewer: Ottomata <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
