keystone/keystone/credential
Lance Bragstad 59f117f6a8 Log warning if null key is used for encryption
The null key doesn't provide any real encryption protection. It only
provides security through obscurity since the null key is a known
thing. This commit makes it so we log a warning every time it is
used for encryption.

Change-Id: I10e8b6697c3b35c3ae6e8a1cec5e53f0913b42e6
Related-Bug: 1619758
2016-09-07 18:38:49 +00:00
..
backends Implement encryption of credentials at rest 2016-09-02 04:25:49 +00:00
providers Log warning if null key is used for encryption 2016-09-07 18:38:49 +00:00
__init__.py Create a fernet credential provider 2016-08-18 16:07:13 +00:00
controllers.py Remove get_trust_id_for_request function 2016-07-14 19:01:42 +10:00
core.py Implement encryption of credentials at rest 2016-09-02 04:25:49 +00:00
provider.py Create a fernet credential provider 2016-08-18 16:07:13 +00:00
routers.py Change the sub-routers to provide JSON Home data 2014-08-26 09:57:15 -05:00
schema.py Made project_id required for ec2 credential 2015-03-06 10:30:18 -08:00