-
Notifications
You must be signed in to change notification settings - Fork 550
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
Simple authentication when running in GAE + GCE (or locally via Cloud SDK) #102
Comments
@jgeewax We already support 1 and 2, and I have code for 3. It looks to me that the "magically discovered" credentials will be supported in google-auth-library-ruby. I think it would make more sense to wait for google-auth-library-ruby to be available than to duplicate that code here. What do you think? |
I just saw that google-api-client and googleauth were updated this morning. I'll update our dependency on those libraries and rework my changes use them instead. |
We can't announce anything until we have all these things done, so it's up to you whether you want to wait for external feedback or duplicate code. I'm fine with waiting, but we should set a hard deadline where we decide to stop waiting........ |
The code that would be duplicated was released this morning. My original comment was written last week but wasn't submitted until this morning. |
OK great :)
|
Google App Engine doesn't have a Ruby runtime so that will be skipped for now. Updating description. |
Add support for the Cloud SDK's credential application file as well as Google Compute Engine. [Closes #102]
Ideally we can "figure out" the environment and "just use the right credentials".
Order of eval should be the same as Python:
GAE credentials (magically discovered)The text was updated successfully, but these errors were encountered: