certbot/certbot-dns-google/certbot_dns_google
Marcus LaFerrera c3659c300b Return str rather than bytes (#5585)
* Return str rather than bytes

Project id is returned as bytes, which causes issues when constructing the google cloud API url, converting `b'PROJECT_ID'` to `b%27PROJECT_ID%27` causing the request to fail.

* Ensure we handle both bytes and str types

* project_id should be a str or bytes, not int
2018-02-22 10:09:06 -08:00
..
__init__.py certbot-dns-google: enable automatic credential lookup on google cloud (#5117) 2017-09-25 12:17:15 -07:00
dns_google.py Return str rather than bytes (#5585) 2018-02-22 10:09:06 -08:00
dns_google_test.py Return str rather than bytes (#5585) 2018-02-22 10:09:06 -08:00