Skip to content

Commit

Permalink
Fix source_profile traversal
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed May 10, 2023
1 parent 9483fb8 commit 67c7f3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/AWSCredentials.jl
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,6 @@ function sso_credentials(profile=nothing)
if !isnothing(sso_start_url)
access_key, secret_key, token, expiry = _aws_get_sso_credential_details(p, ini)
return AWSCredentials(access_key, secret_key, token; expiry=expiry)
else
return _aws_get_role(p, ini)
end
end

Expand Down

0 comments on commit 67c7f3c

Please sign in to comment.