Skip to content

Commit

Permalink
Add metadata_encryption_key to glance-cache.conf.
Browse files Browse the repository at this point in the history
Fixes LP Bug #1012752.

Change-Id: I802583e2766cd1533223638259e57e44b39448eb
  • Loading branch information
dprince committed Jun 13, 2012
1 parent e9dd69c commit 45b64d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions etc/glance-cache.conf
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,10 @@ s3_store_create_bucket_on_put = False
# temporary buffer on disk. By default the platform's temporary directory
# will be used. If required, an alternative directory can be specified here.
# s3_store_object_buffer_dir = /path/to/dir

# ================= Security Options ==========================

# AES key for encrypting store 'location' metadata, including
# -- if used -- Swift or S3 credentials
# Should be set to a random string of length 16, 24 or 32 bytes
# metadata_encryption_key = <16, 24 or 32 char registry metadata key>

0 comments on commit 45b64d5

Please sign in to comment.