summaryrefslogtreecommitdiff
path: root/cloudinit/ec2_utils.py
Commit message (Expand)AuthorAgeFilesLines
* ec2: Do not log IMDSv2 token values, instead use REDACTED (#219)Ryan Harper2020-02-191-2/+10
* ec2: Add support for AWS IMDS v2 (session-oriented) (#55)Ryan Harper2019-11-221-13/+24
* read_file_or_url: move to url_helper, fix bug in its FileResponse.Scott Moser2018-05-171-8/+6
* ec2: Adjust ec2 datasource after exception_cb change.Scott Moser2018-03-231-4/+2
* ec2: Use instance-identity doc for region and instance-idAndrew Jorgensen2017-12-111-9/+30
* pylint: fix all logging warningsJoshua Powers2017-04-211-3/+4
* ec2_utils: fix MetadataLeafDecoder that returned bytes on emptyScott Moser2017-02-161-1/+1
* EC2: Do not cache security credentials on diskAndrew Jorgensen2017-01-201-0/+3
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-15/+5
* Replace an expired bit.ly link in code comment.Joshua Harlow2016-12-191-2/+2
* remove debug print statementsScott Moser2016-05-251-3/+0
* fix logic error in ec2 get_instance_userdata and slow testsScott Moser2016-05-241-3/+4
* pep8Scott Moser2015-03-021-0/+1
* move towards user-data being binaryScott Moser2015-02-251-3/+11
* Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw2015-01-211-5/+4
* Allow customized metadata leaf decodingJoshua Harlow2014-09-051-24/+34
* ec2_utils.py: get_instance_metadata explicitly add trailing /Scott Moser2014-08-221-1/+3
* Remove HEAD usage and other small adjustmentsJoshua Harlow2014-02-081-3/+1
* Remerged with trunkJoshua Harlow2014-02-071-3/+23
|\
| * Remove pylint warning about unused request_argsJoshua Harlow2014-01-231-1/+1
| * Skip retry and continued fetch of userdata when NOT_FOUNDJoshua Harlow2014-01-231-3/+24
* | Add a openstack specific datasourceJoshua Harlow2014-02-011-17/+7
|/
* more boto removal. move httpretty from 'Requires'Scott Moser2014-01-171-3/+0
* Updated non-json messageJoshua Harlow2014-01-101-2/+2
* Only check for json objects instead of also arraysJoshua Harlow2014-01-101-4/+2
* Add a maybe_json helper functionJoshua Harlow2014-01-101-7/+18
* Add ec2 utils tests and httpretty requirement for http mockingJoshua Harlow2014-01-101-4/+4
* Bring back the ec2 utils, non-boto userdata/metadata readingJoshua Harlow2014-01-101-45/+151
* pep8Scott Moser2013-03-201-1/+1
* remove some churnScott Moser2013-03-201-1/+0
* Add doc about issue 1401 in boto.Joshua Harlow2013-03-191-0/+4
* Move back to using boto for now.Joshua Harlow2013-03-191-142/+41
* fix typoScott Moser2013-03-191-1/+1
* make get_instance_userdata and get_instance_metadata more like botosScott Moser2013-03-191-5/+8
* appease pylint and pep8Scott Moser2013-03-191-0/+1
* Update to code on trunk.harlowja2013-02-211-5/+4
|\
| * Even when using boto < 2.6 force the unlazying to occurJoshua Harlow2012-11-131-21/+13
| * pep8 and pylint fixupsScott Moser2012-11-121-6/+3
| * add comment to get_instance_userdata reguarding empty/un-provided userdataScott Moser2012-11-121-0/+4
| * Fix the none return problem.Joshua Harlow2012-11-091-0/+1
| * Move the comment to the top + mark as fixing.Joshua Harlow2012-10-241-8/+8
| * Handle the case where newer versions of botoJoshua Harlow2012-10-241-0/+65
* More work on requests integration.harlowja2013-02-211-6/+11
* Continue working on integrating requests.harlowja2013-02-191-15/+9
* Remove the need for boto just for fetching the Joshua Harlow2012-10-191-93/+117
* Start fixing how boto and our url fetching can notJoshua Harlow2012-10-181-0/+135