← Back to team overview

openstack team mailing list archive

Re: Keyring support in openstack

 

On Thu, Aug 23, 2012 at 7:10 AM, Scott Moser <smoser@xxxxxxxxxx> wrote:

> .
> [backend]
> default-keyring=keyring.backend.UncryptedFileKeyring
> keyring-path=/home/ubuntu/xxx # this is ignored
>

As you might already know, the keyring.backend.UncryptedFileKeyring will
store the password as in base64 format. If you are concerned about
security, but wouldn't wish to enter "keyring" password, you might use
openstackclient.common.openstackkeyring backend. As part of this patch, we
have written a keyring backend for openstack to store encrypted password in
keyring, withouth prompting for "keyring" password.

-- 
Regards,
Bhuvaneswaran A
www.livecipher.com

References