From cb258fc242ead6778ee509a979cc462308ed6df7 Mon Sep 17 00:00:00 2001 From: Jacob Goldverg Date: Mon, 10 Jun 2024 16:20:09 -0400 Subject: [PATCH] testing aws auth now that I got that working --- src/main/resources/bootstrap-aws.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/main/resources/bootstrap-aws.yml b/src/main/resources/bootstrap-aws.yml index e69de29b..83567823 100644 --- a/src/main/resources/bootstrap-aws.yml +++ b/src/main/resources/bootstrap-aws.yml @@ -0,0 +1,14 @@ +spring: + application: + name: TransferService + cloud: + vault: + uri: ${VAULT_URI} + kv: + enabled: true + profile-separator: '/' + default-context: prod/TransferService + backend: secrets + authentication: aws_iam + aws-iam: + role: aws-role \ No newline at end of file