Skip to content

Releases: awslabs/aws-c-auth

IMDSv2 EC2 Metadata Client support and other improvements

08 Jun 19:07
d190f85
Compare
Choose a tag to compare
Support IMDSv2 EC2 Metadata Client.

Basic IMDSv2 Client Implementation with an async API to acquire resource from EC2 Instance Metadata Service.

Provided high level APIs so you can easily access specific EC2 Metadata.

Refactored IMDS Credentials Provider, now most logic will be in IMDS Client.

Co-authored-by: Andrew Tang <tangliang551@gmail.com>

Old compiler fixes.

03 Jun 02:51
05688c3
Compare
Choose a tag to compare
Old compiler fixes. Pre-release
Pre-release
v0.3.15

Added newlines to some test files. (#82)

X509 proxy support

14 May 19:10
040c77b
Compare
Choose a tag to compare
X509 proxy support Pre-release
Pre-release
  • Added proxy configuration to the x509 credentials provider

x509 credentials provider fix

12 May 20:17
4e34b17
Compare
Choose a tag to compare
Pre-release
  • fixes an issue with the x509 credentials provider where the host header was not being sent

Support for additional credential providers, applied retry strategy to IMDS and STS, Rhel5 build fixes

07 May 15:39
b5abf1a
Compare
Choose a tag to compare

IMDS fixed to handle connection level shutdown errors. Also added secure IMDS provider. Updated to use latest http api.

27 Mar 03:03
479187b
Compare
Choose a tag to compare
Updated http calls, to use the new stream activate apis. Rewrote imds…

… creds provider state machinery (#66)

* Updated http calls, to use the new stream activate apis.
* Updated auth to use latest http api for read back pressure.
* Rewrote imds creds provider to handle closed connections and make a more flexible/maintainable state machine.

ECS credentials provider + fixes

12 Mar 20:03
38e9c3d
Compare
Choose a tag to compare
Pre-release
  • Add ECS credentials provider
  • Hide CJSON symbols
  • credentials provider testing framework fixes

Credentials expiration and time fixes

03 Mar 22:40
543e376
Compare
Choose a tag to compare
Pre-release
  • Credentials expiration (#56)

  • Properly use and separate high res and system time (#60)

Stats and other fixes

11 Feb 01:35
85dd9e3
Compare
Choose a tag to compare
Stats and other fixes Pre-release
Pre-release
Stat (#29)

* Base statistics gathering and monitoring

Fix cmake config template, fix locking bug in tests.

24 Jan 18:38
a3bd1ec
Compare
Choose a tag to compare
Fixed cmake config template. (#53)

* Fixed cmake config template.

* uniitialized lock.