Skip to content

Commit

Permalink
Enable secrets manager for multivalue AT
Browse files Browse the repository at this point in the history
  • Loading branch information
jframe committed Sep 12, 2023
1 parent 126001d commit d0ec57d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ void setupAwsResources() {
void secretsAreLoadedFromAWSSecretsManagerAndReportedByPublicApi(final boolean useConfigFile) {
final AwsVaultParameters awsVaultParameters =
AwsVaultParametersBuilder.anAwsParameters()
.withEnabled(true)
.withAuthenticationMode(AwsAuthenticationMode.SPECIFIED)
.withRegion(AWS_REGION)
.withAccessKeyId(RO_AWS_ACCESS_KEY_ID)
Expand Down

0 comments on commit d0ec57d

Please sign in to comment.