From 61beacf08519d76440b9fd6b5c19cd8d15e96632 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Wed, 2 Aug 2023 11:18:45 +0200 Subject: [PATCH] fix(docs): Azure auth and Slack integration (#2659) --- docs/index.md | 2 +- mkdocs.yml | 2 +- prowler/providers/common/audit_info.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index ca006757..9966c5a8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -268,7 +268,7 @@ prowler azure --sp-env-auth prowler azure --az-cli-auth # To use browser authentication -prowler azure --browser-auth +prowler azure --browser-auth --tenant-id "XXXXXXXX" # To use managed identity auth prowler azure --managed-identity-auth diff --git a/mkdocs.yml b/mkdocs.yml index 765e8560..939f2c40 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -33,7 +33,7 @@ nav: - Reporting: tutorials/reporting.md - Compliance: tutorials/compliance.md - Quick Inventory: tutorials/quick-inventory.md - - Integrations: tutorials/integrations.md + - Slack Integration: tutorials/integrations.md - Configuration File: tutorials/configuration_file.md - Logging: tutorials/logging.md - Allowlist: tutorials/allowlist.md diff --git a/prowler/providers/common/audit_info.py b/prowler/providers/common/audit_info.py index 0507bd61..eedc9550 100644 --- a/prowler/providers/common/audit_info.py +++ b/prowler/providers/common/audit_info.py @@ -298,7 +298,7 @@ Azure Identity Type: {Fore.YELLOW}[{audit_info.identity.identity_type}]{Style.RE ) if (not browser_auth and tenant_id) or (browser_auth and not tenant_id): raise Exception( - "Azure Tenant ID is required only for browser authentication mode" + "Azure Tenant ID (--tenant-id) is required only for browser authentication mode" ) azure_provider = Azure_Provider(