No description
Find a file
Manisha Kumari 6b9b263804
Merge pull request #20 from hashicorp/manisha/awsv2_tests_update
AWS sdk v2 migration : improved test coverage and context method param
2026-02-17 15:11:18 +05:30
.github updated go version to 1.25 2026-01-23 01:20:23 +05:30
iamauthtest error handling for lint testing.go 2026-01-23 01:11:58 +05:30
internal [COMPLIANCE] Add Copyright and License Headers (#4) 2023-03-09 14:16:27 -06:00
responses [COMPLIANCE] Add Copyright and License Headers (#4) 2023-03-09 14:16:27 -06:00
responsestest [COMPLIANCE] Add Copyright and License Headers (#4) 2023-03-09 14:16:27 -06:00
.golangci.yml timeout back to 1m 2026-01-23 01:23:40 +05:30
auth.go error hndling for lint 2026-01-23 01:06:29 +05:30
auth_test.go Add IAMEndpoint support to LoginInput 2026-02-17 08:43:09 +05:30
config.go case lower for error message 2026-01-23 00:55:25 +05:30
config_test.go improved test coverage and context method param 2026-02-09 23:24:06 +05:30
go.mod Fix linting issues: replace deprecated io/ioutil and format code 2026-01-21 23:24:05 +05:30
go.sum go mod tidy 2026-01-21 11:09:09 +05:30
LICENSE [COMPLIANCE] Update MPL 2.0 LICENSE (#3) 2022-10-13 10:42:23 -05:00
README.md README updated 2026-01-20 14:38:42 +05:30
token.go reject url params to prevent aws endpoint bypass 2025-08-25 13:03:11 +05:30
token_test.go aws-sdk-go-v2 migration 2026-01-09 11:57:49 +05:30
util.go Add IAMEndpoint support to LoginInput 2026-02-17 08:43:09 +05:30

consul-awsauth

This contains the implementation for Consul's AWS IAM auth method.

AWS SDK v2 Migration

The AWS library in the repository has been migrated from AWS SDK for Go v1 to AWS SDK for Go v2.

Migration Resources

For detailed information about the AWS SDK v2 migration: