open-consul/internal/iamauth
Paul Glass 1a938e4a49
acl: Fix tag parsing for IAM users and roles in IAM auth method (#12797)
* acl: Fix tag parsing on IAM users and roles in IAM auth method

* Add changelog
2022-04-14 16:45:35 -05:00
..
iamauthtest acl: Fix tag parsing for IAM users and roles in IAM auth method (#12797) 2022-04-14 16:45:35 -05:00
responses acl: Fix tag parsing for IAM users and roles in IAM auth method (#12797) 2022-04-14 16:45:35 -05:00
responsestest acl: Fix tag parsing for IAM users and roles in IAM auth method (#12797) 2022-04-14 16:45:35 -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 acl: Fix tag parsing for IAM users and roles in IAM auth method (#12797) 2022-04-14 16:45:35 -05:00
config.go acl: Adjust region handling in AWS IAM auth method (#12774) 2022-04-13 14:31:37 -05:00
config_test.go Add IAM Auth Method (#12583) 2022-03-31 10:18:48 -05:00
token.go acl: Adjust region handling in AWS IAM auth method (#12774) 2022-04-13 14:31:37 -05:00
token_test.go acl: Adjust region handling in AWS IAM auth method (#12774) 2022-04-13 14:31:37 -05:00
util.go acl: Adjust region handling in AWS IAM auth method (#12774) 2022-04-13 14:31:37 -05:00

README.md

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