Make Horizon's SECURITY_KEY 64 characters long

Our own security guide recommends it:
https://docs.openstack.org/security-guide/dashboard/secret-key.html

Change-Id: I7c85e9ff8b3bc92b80a3d0728f299ed1e4cb436c
This commit is contained in:
Radomir Dopieralski 2018-07-10 10:56:44 +02:00
parent 7f146a1e46
commit d5bfa09b4d
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ resources:
HorizonSecret:
type: OS::TripleO::RandomString
properties:
length: 10
length: 64
NetCidrMapValue:
type: OS::Heat::Value