aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Schultz <aschultz@redhat.com>2016-11-09 08:22:44 -0700
committerAlex Schultz <aschultz@redhat.com>2016-11-09 08:22:44 -0700
commit465d91380c8ab85128aee4e36f12425519b412e3 (patch)
tree349633ed3efc2c991b71d6f8cc82f44f2b7a79bd
parent8e84a58749ae6b4fd938f8e9268ba3b256443fd7 (diff)
Disable password reveal in horizon
To improve security, we should disable the password reveal option in horizon by default. An end user can override this options via their own custom hiera if they would ultimately like to have this functionality. Change-Id: Ie88dac5610840eb4b327252b32dc469099ba5f5f Depends-On: Iacf899d595a2a3c522df1b96ca527731937ec698 Closes-Bug: 1640492
-rw-r--r--puppet/services/horizon.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/services/horizon.yaml b/puppet/services/horizon.yaml
index 1e08415c..cea0c0b0 100644
--- a/puppet/services/horizon.yaml
+++ b/puppet/services/horizon.yaml
@@ -63,6 +63,7 @@ outputs:
dport:
- 80
- 443
+ horizon::disable_password_reveal: true
horizon::cache_backend: django.core.cache.backends.memcached.MemcachedCache
horizon::django_session_engine: 'django.contrib.sessions.backends.cache'
horizon::vhost_extra_params: