Skip to content

Commit

Permalink
Update auth_method_settings.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed May 25, 2024
1 parent ce1ff24 commit ecefbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/infisical/src/client/auth_method_settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ impl AuthenticationOptions {
return Ok(AuthMethod::UniversalAuth);
}

// aws iam auth env check
// aws iam auth env check k
if !aws_iam_identity_id_env.is_empty() {
self.aws_iam = Some(AWSIamAuthMethod {
identity_id: aws_iam_identity_id_env,
Expand Down

0 comments on commit ecefbf7

Please sign in to comment.