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

Commits on Feb 2, 2017

  1. Switch keystone UUID to Fernet

    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)
    Frank-ZhangXin authored and alextricity25 committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    4ce43a6 View commit details
    Browse the repository at this point in the history