Skip to content

Commit

Permalink
Fixes #107 - redefined the secret key and region
Browse files Browse the repository at this point in the history
  • Loading branch information
TebaleloS committed Nov 28, 2023
1 parent 420b4c8 commit 48d99da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import software.amazon.awssdk.services.secretsmanager.model.{GetSecretValueReque

object RetrieveAwsSecret {
def retrieveAwsSecret(): Unit = {
val secretName = "awsSecretName"
val secretName = "atum_user"

// Create a Secrets Manager client
val client = SecretsManagerClient.builder()
.region(Region.SA_EAST_1)
.region(Region.AF_SOUTH_1)
.build()

try {
Expand Down

0 comments on commit 48d99da

Please sign in to comment.