open-consul/internal/iamauth
Paul Glass aae6d8080d
Add IAM Auth Method (#12583)
This adds an aws-iam auth method type which supports authenticating to Consul using AWS IAM identities.

Co-authored-by: R.B. Boyer <4903+rboyer@users.noreply.github.com>
2022-03-31 10:18:48 -05:00
..
iamauthtest Add IAM Auth Method (#12583) 2022-03-31 10:18:48 -05:00
responses Add IAM Auth Method (#12583) 2022-03-31 10:18:48 -05:00
responsestest Add IAM Auth Method (#12583) 2022-03-31 10:18:48 -05:00
README.md Add IAM Auth Method (#12583) 2022-03-31 10:18:48 -05:00
auth.go Add IAM Auth Method (#12583) 2022-03-31 10:18:48 -05:00
auth_test.go Add IAM Auth Method (#12583) 2022-03-31 10:18:48 -05:00
config.go Add IAM Auth Method (#12583) 2022-03-31 10:18:48 -05:00
config_test.go Add IAM Auth Method (#12583) 2022-03-31 10:18:48 -05:00
token.go Add IAM Auth Method (#12583) 2022-03-31 10:18:48 -05:00
token_test.go Add IAM Auth Method (#12583) 2022-03-31 10:18:48 -05:00
util.go Add IAM Auth Method (#12583) 2022-03-31 10:18:48 -05:00

README.md

This is an internal package to house the AWS IAM auth method utilities for potential future extraction from Consul.