Skip to content

Conversation

@nmvk
Copy link
Contributor

@nmvk nmvk commented Mar 3, 2021

Most AWS including ElastiCache allows customers to invoke APIs using FIPS
endpoint.

https://docs.aws.amazon.com/general/latest/gr/rande.html#FIPS-endpoints

This commit introduces ability to specify endpoint URL like AWS CLI.

Copy link
Collaborator

@jaypipes jaypipes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should take advantage of the https://docs.aws.amazon.com/sdk-for-go/api/aws/endpoints/ module, including its ResolverFunc interface instead of manually parsing URLs in the startup of the controller.

In addition, we should be using the https://docs.aws.amazon.com/sdk-for-go/api/aws/endpoints/ module's Partition support instead of manually setting endpoint URLs if at all possible...

Most AWS including ElastiCache allows
customers to invoke APIs using FIPS
endpoint.

https://docs.aws.amazon.com/general/latest/gr/rande.html#FIPS-endpoints

This commit introduces ability to specify
endpoint URL like AWS CLI.
@kumargauravsharma
Copy link
Contributor

As discussed the @jaypipes offline, merging this PR as the requested changes have been addressed by @nmvk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants