From 5054b820305fe5d2f6bdc1481fc62a8c52503cd1 Mon Sep 17 00:00:00 2001 From: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Date: Thu, 25 Aug 2022 07:06:03 +0100 Subject: [PATCH] feat(api_banner): remove API region from banner (#1342) Co-authored-by: sergargar --- providers/aws/aws_provider.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/aws/aws_provider.py b/providers/aws/aws_provider.py index d0d7720e..92fcd8bb 100644 --- a/providers/aws/aws_provider.py +++ b/providers/aws/aws_provider.py @@ -222,7 +222,7 @@ def print_audit_credentials(audit_info: AWS_Audit_Info): report = f""" This report is being generated using credentials below: -AWS-CLI Profile: {Fore.YELLOW}[{profile}]{Style.RESET_ALL} AWS API Region: {Fore.YELLOW}[{audit_info.profile_region}]{Style.RESET_ALL} AWS Filter Region: {Fore.YELLOW}[{regions}]{Style.RESET_ALL} +AWS-CLI Profile: {Fore.YELLOW}[{profile}]{Style.RESET_ALL} AWS Filter Region: {Fore.YELLOW}[{regions}]{Style.RESET_ALL} AWS Account: {Fore.YELLOW}[{audit_info.audited_account}]{Style.RESET_ALL} UserId: {Fore.YELLOW}[{audit_info.audited_user_id}]{Style.RESET_ALL} Caller Identity ARN: {Fore.YELLOW}[{audit_info.audited_identity_arn}]{Style.RESET_ALL} """