Skip to content

Commit

Permalink
chore(aws): Remove token from log line (#4905)
Browse files Browse the repository at this point in the history
Co-authored-by: Pepe Fagoaga <[email protected]>
  • Loading branch information
prowler-bot and jfagoagas authored Aug 30, 2024
1 parent 2ef9c2c commit 6f57c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prowler/providers/aws/aws_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ def refresh_credentials(self) -> dict:
token=assume_role_response.aws_session_token,
expiry_time=assume_role_response.expiration.isoformat(),
)
logger.info(f"Refreshed Credentials: {refreshed_credentials}")
logger.info("Refreshed Credentials")

return refreshed_credentials

Expand Down

0 comments on commit 6f57c27

Please sign in to comment.