Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport - Newton] Switch keystone UUID to Fernet #1780

Merged
merged 1 commit into from Feb 2, 2017

Conversation

alextricity25
Copy link
Contributor

Old UUID tonken would consume space of DB and cause authentication
slow when heavy traffic access DB. Fernet tokens use shared
private keys to avoid having to store or replicate tokens in your
DB. This change will make authentication super fast and big plus
for keystone. And it's already in upstream.

(cherry picked from commit ea4f14b)

Connects https://github.com/rcbops/u-suk-dev/issues/134

Old UUID tonken would consume space of DB and cause authentication
 slow when heavy traffic access DB. Fernet tokens use shared
private keys to avoid having to store or replicate tokens in your
DB. This change will make authentication super fast and big plus
for keystone. And it's already in upstream.

(cherry picked from commit ea4f14b)
@alextricity25 alextricity25 changed the title Switch keystone UUID to Fernet [Backport - Newton] Switch keystone UUID to Fernet Feb 2, 2017
Copy link
Contributor

@major major left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Glad to see this! :)

@major major merged commit 4edf9f0 into newton-14.0 Feb 2, 2017
@Frank-ZhangXin Frank-ZhangXin deleted the cantu/issue/134/newton branch February 2, 2017 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants