blueimp / aws-smtp-relay

SMTP server to relay emails via Amazon SES or Amazon Pinpoint using IAM roles.
MIT License
76 stars 34 forks source link

Increase AWS Golang SDK patch-level (OIDC) #8

Closed redradrat closed 4 years ago

redradrat commented 4 years ago

In order to get AWS OIDC Provider usage support, via Kubernetes ServiceAccounts, we need to increase the AWS Golang SDK Version (support from 1.23.13; doc)

So in order to achieve this, I just increased the patch level for easy merging. Minor increase would incur further testing.

blueimp commented 4 years ago

Thanks for the contribution @redradrat! ☺️