Skip to content

Commit

Permalink
feat: fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
ralvescosta committed Jun 13, 2024
1 parent d1c35b3 commit f64b0e6
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 76 deletions.
103 changes: 28 additions & 75 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion configs_builder/src/configs_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ impl ConfigBuilder {
SecretsManagerKind::AWSSecretManager => {
let secret_key = env::var(SECRET_KEY_ENV_KEY).unwrap_or_default();

match AWSSecretClientBuilder::new(app_cfg.env.to_string(), secret_key)
match AWSSecretClientBuilder::new(secret_key)
.build()
.await
{
Expand Down

0 comments on commit f64b0e6

Please sign in to comment.