certbot-dns-google: enable automatic credential lookup on google cloud (#5117)

- when no credentials are passed it will try to get valid credentials
using the google metadata service
- this is a feature of the google SDK, so we don't need to handle that
explicitly
- previous behaviour with a credentials file is retained
This commit is contained in:
Christian Becker
2017-09-25 12:17:15 -07:00
committed by Brad Warren
parent 1ce813c3cc
commit 36d5221bac
4 changed files with 109 additions and 12 deletions
+2
View File
@@ -19,6 +19,8 @@ install_requires = [
# will tolerate; see #2599:
'setuptools>=1.0',
'zope.interface',
# already a dependency of google-api-python-client, but added for consistency
'httplib2'
]
docs_extras = [