Skip to content

Releases: benkehoe/aws-export-credentials

v0.18

26 Jul 21:46
Compare
Choose a tag to compare
  • Update config_file_writer.py for boto3 (#17)

v0.17

26 Jul 14:03
Compare
Choose a tag to compare

⚠️ This version has a bug in --credentials-file-profile (#17), use v0.18 instead.

  • Added --ensure-temporary to turn static credentials for IAM Users and account root into temporary creds with STS.GetSessionToken.
  • Always use temporary credentials for --imds and --container.

v0.16

01 May 19:16
Compare
Choose a tag to compare
  • Use subprocess module for --exec
  • Remove support for Python 3.5 and 3.6

v0.14

27 Apr 22:37
Compare
Choose a tag to compare
  • Update expiration field names to match AWS names (#12)

v0.13

19 Oct 23:20
Compare
Choose a tag to compare
  • Fix serialization of datetime object to JSON (#10)
  • Handle IAM Users for IMDS