Spring Cloud Vault VaultTemplate URI not absolute error
I have an AWS Lambda in Java that needs to use Hashicorp’s Vault encryption for encrypt data and send it off in transit. The Vault is set up in AWS as well so it’s local to the Lambda. I have followed the doc’s way of authentication through a STSClient and AWSIamAuthenticationOptions since the key is created/kept within the Vault within AWS and we have no power over it. However, whenever I follow that process and set up my VaultTemplate any operation on it results in a URI Not Absolute error, even though it clearly is.