index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
ec2_utils.py
Age
Commit message (
Expand
)
Author
2020-02-19
ec2: Do not log IMDSv2 token values, instead use REDACTED (#219)
Ryan Harper
2019-11-22
ec2: Add support for AWS IMDS v2 (session-oriented) (#55)
Ryan Harper
2018-05-17
read_file_or_url: move to url_helper, fix bug in its FileResponse.
Scott Moser
2018-03-23
ec2: Adjust ec2 datasource after exception_cb change.
Scott Moser
2017-12-11
ec2: Use instance-identity doc for region and instance-id
Andrew Jorgensen
2017-04-21
pylint: fix all logging warnings
Joshua Powers
2017-02-16
ec2_utils: fix MetadataLeafDecoder that returned bytes on empty
Scott Moser
2017-01-20
EC2: Do not cache security credentials on disk
Andrew Jorgensen
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-12-19
Replace an expired bit.ly link in code comment.
Joshua Harlow
2016-05-25
remove debug print statements
Scott Moser
2016-05-24
fix logic error in ec2 get_instance_userdata and slow tests
Scott Moser
2015-03-02
pep8
Scott Moser
2015-02-25
move towards user-data being binary
Scott Moser
2015-01-21
Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed
Barry Warsaw
2014-09-05
Allow customized metadata leaf decoding
Joshua Harlow
2014-08-22
ec2_utils.py: get_instance_metadata explicitly add trailing /
Scott Moser
2014-02-08
Remove HEAD usage and other small adjustments
Joshua Harlow
2014-02-07
Remerged with trunk
Joshua Harlow
2014-02-01
Add a openstack specific datasource
Joshua Harlow
2014-01-23
Remove pylint warning about unused request_args
Joshua Harlow
2014-01-23
Skip retry and continued fetch of userdata when NOT_FOUND
Joshua Harlow
2014-01-17
more boto removal. move httpretty from 'Requires'
Scott Moser
2014-01-10
Updated non-json message
Joshua Harlow
2014-01-10
Only check for json objects instead of also arrays
Joshua Harlow
2014-01-10
Add a maybe_json helper function
Joshua Harlow
2014-01-10
Add ec2 utils tests and httpretty requirement for http mocking
Joshua Harlow
2014-01-10
Bring back the ec2 utils, non-boto userdata/metadata reading
Joshua Harlow
2013-03-20
pep8
Scott Moser
2013-03-20
remove some churn
Scott Moser
2013-03-19
Add doc about issue 1401 in boto.
Joshua Harlow
2013-03-19
Move back to using boto for now.
Joshua Harlow
2013-03-19
fix typo
Scott Moser
2013-03-19
make get_instance_userdata and get_instance_metadata more like botos
Scott Moser
2013-03-19
appease pylint and pep8
Scott Moser
2013-02-21
Update to code on trunk.
harlowja
2013-02-21
More work on requests integration.
harlowja
2013-02-19
Continue working on integrating requests.
harlowja
2012-11-13
Even when using boto < 2.6 force the unlazying to occur
Joshua Harlow
2012-11-12
pep8 and pylint fixups
Scott Moser
2012-11-12
add comment to get_instance_userdata reguarding empty/un-provided userdata
Scott Moser
2012-11-09
Fix the none return problem.
Joshua Harlow
2012-10-24
Move the comment to the top + mark as fixing.
Joshua Harlow
2012-10-24
Handle the case where newer versions of boto
Joshua Harlow
2012-10-19
Remove the need for boto just for fetching the
Joshua Harlow
2012-10-18
Start fixing how boto and our url fetching can not
Joshua Harlow