yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #37936
[Bug 1452418] Re: Fernet tokens read from disk on every request
** Changed in: keystone
Status: Fix Committed => Fix Released
** Changed in: keystone
Milestone: None => liberty-3
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1452418
Title:
Fernet tokens read from disk on every request
Status in Keystone:
Fix Released
Status in Keystone kilo series:
Fix Committed
Bug description:
The fernet keys are stored (by default) in /etc/keystone/fernet-keys/
in individual key files. All keys are read from disk on every request,
so you end up with log spam like:
keystone.token.providers.fernet.utils [-] Loaded 2 encryption keys
from: /etc/keystone/fernet-keys/
Keystone really only needs to hit the disk periodically to check for a
different set of keys, not on every request.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1452418/+subscriptions
References