Ottomata has uploaded a new change for review. ( 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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet/cdh refs/changes/06/336906/1 diff --git a/templates/hue/hue.ini.erb b/templates/hue/hue.ini.erb index 5387e60..e67bf99 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 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: newchange Gerrit-Change-Id: I4da2bf24897bb49c5184ed9eeef0aac5836776fc Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet/cdh Gerrit-Branch: master Gerrit-Owner: Ottomata <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
