The Vault AWS CLI/SDK Credential Helper (vaultcreds) implements the AWS CLI/SDK external credentials helper interface as outlined here: https://docs.aws.amazon.com ...
While leveraging sts to assume a role and provide temp credentials to Aws.config[:credentials] inside the initializers as stated in this guide. I am able to call AWS (SES) to send emails until the ...