fix(docs): Azure auth and Slack integration (#2659)

This commit is contained in:
Pepe Fagoaga
2023-08-02 11:18:45 +02:00
committed by GitHub
parent 02f432238e
commit 61beacf085
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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(