Uh oh!
There was an error while loading. Please reload this page.
Raise ValueError if credentials are not from google-auth - #2828
Conversation
theacodes
commented
Dec 6, 2016
@dhermes PTAL - core only changes right now. Once you're cool with those I'll start fixing the unit tests for all other packages. |
dhermes
left a comment
There was a problem hiding this comment.
Looks fine to me. What did you want me to see from this @jonparrott?
| _GOOGLE_AUTH_CREDENTIALS_HELP = ( | ||
| 'This library only supports credentials from google-auth-library-python. ' |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| def __init__(self, credentials=None, http=None): | ||
| if (credentials is not None and | ||
| not isinstance( | ||
| credentials, google.auth.credentials.Credentials)): |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
2c3ecc1 to
b086249Comparegooglebot
commented
Dec 7, 2016
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
…hon into google-auth-or-die
…hon into google-auth-or-die
…hon into google-auth-or-die
dhermes
commented
Dec 7, 2016
Seems CircleCI has given up on pull requests, I'd guess yesterday's outage b0rked something |
Resolves#2814