[orchestration] make auth_encryption_key an attribute

Bug #1465926 reported by Ethan Lynn
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack + Chef
Fix Released
Low
Mark Vanderwiel

Bug Description

For now, auth_encryption_key can not configure by cookbook.
It should be a random string of length [16, 24, 32]

https://github.com/openstack/heat/blob/1dbb189270cffc0edf0721815582b39ab2776031/heat/common/config.py#L318-L321

cfg.StrOpt('auth_encryption_key',
               secret=True,
               default='notgood but just long enough i t',
               help=_('Key used to encrypt authentication info in the '
                      'database. Length of this key must be 16, 24 or 32 '
                      'characters.'))

Changed in openstack-chef:
importance: Undecided → Low
assignee: nobody → Mark Vanderwiel (vanderwl)
milestone: none → kilo-rc1
tags: added: orchestration
description: updated
Changed in openstack-chef:
status: New → In Progress
Changed in openstack-chef:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/cookbook-openstack-orchestration ocata-eol

This issue was fixed in the openstack/cookbook-openstack-orchestration ocata-eol release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.