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

Update client to accommodate oauth2client>=4.0 #184

Merged
merged 1 commit into from
Nov 16, 2017
Merged

Update client to accommodate oauth2client>=4.0 #184

merged 1 commit into from
Nov 16, 2017

Commits on Nov 15, 2017

  1. Update client to accommodate oauth2client>=4.0

    This changes has been needed for a while now. The main blocker
    seems to be the use of locked_file for caching GCE credentials.
    I've added a simple multiprocess lockable file cache that uses
    a similar approach to that used in ouath2client's multiprocess
    file storage.
    
    Submission of this should close issue #162.
    eap committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    0ef72f6 View commit details
    Browse the repository at this point in the history