diff --git a/src/main/resources/bootstrap-aws.yml b/src/main/resources/bootstrap-aws.yml index e69de29..8356782 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