summaryrefslogtreecommitdiff
path: root/cloudinit/url_helper.py
AgeCommit message (Expand)Author
2022-01-12Remove distutils usage (#1177)Shreenidhi Shedi
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2020-08-25tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini
2020-03-03ec2: only redact token request headers in logs, avoid altering request (#230)Chad Smith
2020-02-19ec2: Do not log IMDSv2 token values, instead use REDACTED (#219)Ryan Harper
2020-01-21Start removing dependency on six (#178)Daniel Watkins
2019-12-02url_helper: read_file_or_url should pass headers param into readurl (#66)Chad Smith
2019-11-22ec2: Add support for AWS IMDS v2 (session-oriented) (#55)Ryan Harper
2019-10-16Small typo fixes in code comments.Dominic Schlegel
2019-08-09Add support for publishing host keys to GCE guest attributesRick Wright
2019-01-30Resolve flake8 comparison and pycodestyle over-ident issuesParide Legovini
2018-11-13azure: retry imds polling on requests.TimeoutChad Smith
2018-10-31azure: report ready to fabric after reprovision and reduce loggingasakkurr
2018-05-17read_file_or_url: move to url_helper, fix bug in its FileResponse.Scott Moser
2018-04-19pylint: pay attention to unused variable warnings.Scott Moser
2018-03-23Reduce AzurePreprovisioning HTTP timeouts.Douglas Jordan
2018-03-23Revert the logic of exception_cb in read_url.Kurt Garloff
2018-03-02Simplify some comparisions.Rémy Léone
2018-01-24Azure VM Preprovisioning support.Douglas Jordan
2017-08-30url_helper: dynamically import oauthlib import from inside oauth_headersChad Smith
2017-08-29url_helper: fail gracefully if oauthlib is not availableLars Kellogg-Stedman
2017-07-17Scaleway: add datasource with user and vendor data for Scaleway.Julien Castets
2017-04-21pylint: fix all logging warningsJoshua Powers
2017-03-24test: add running of pylintJoshua Powers
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
2016-03-03Update pep8 runner and fix pep8 issuesRyan Harper
2015-09-29MAAS: fix issues with url_helper and oauth moduleScott Moser
2015-08-31readurl: if headers are provided still provide base headersScott Moser
2015-08-25MAAS: fixes to data source and OauthUrlHelperScott Moser
2015-08-07fix syntaxScott Moser
2015-08-07improvements on skewScott Moser
2015-08-07seems functional in testScott Moser
2015-08-06tests passScott Moser
2015-03-02url_helper.py: fix undefined variableScott Moser
2015-02-25move towards user-data being binaryScott Moser
2015-01-21Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw
2014-08-26further remove evidence of pylint.Scott Moser
2014-08-26fix(pep8): Fix various pep8 violations and version-lock pep8Jay Faulkner
2014-02-13wait less for the metadata service (by default)Scott Moser
2014-02-08Spacing and comment cleanupJoshua Harlow
2014-02-08Update requests ssl not supported messageJoshua Harlow
2014-02-08Remove HEAD usage and other small adjustmentsJoshua Harlow
2014-02-07Remerged with trunkJoshua Harlow
2014-02-01Add a openstack specific datasourceJoshua Harlow
2014-01-24read_file_or_url: raise UrlError with 404 on ENOENTScott Moser
2014-01-23Use the right exceptionJoshua Harlow
2014-01-23Skip retry and continued fetch of userdata when NOT_FOUNDJoshua Harlow
2013-05-03Fix a feature that doesn't yet exist on python 2.6Joshua Harlow
2013-04-25re-work maas datasource and headers call backsScott Moser