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

drivers/openstack: use more compact serialization for Keystone tokens #452

Merged
merged 1 commit into from
Nov 5, 2024

Commits on Nov 5, 2024

  1. drivers/openstack: use more compact serialization for Keystone tokens

    Since the new format should have all redundancies eliminated from it,
    I figure that the roundtrip through gzip and base64 is not going to
    save much space (or could actually waste bytes if gzip cannot save more
    than the 33% that base64 adds). In any case, it's more computationally
    expensive, so I'm getting rid of it.
    majewsky committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    9e07c4e View commit details
    Browse the repository at this point in the history