-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,23 @@ | ||
# BeyondTrustConnector | ||
# BeyondTrustConnector | ||
|
||
Uses function app to pull reports from BeyondTrust API and push to a Azure Log Analytics Workspace. | ||
|
||
Requires: | ||
- BeyondTrust API enabled | ||
- BeyondTrust API credentials (added to KeyVault as `BeyondTrustAPI`) | ||
|
||
## Install | ||
|
||
Pre-requisites: | ||
- Existing Log Analytics Workspace | ||
- Key Vault with BeyondTrust API credentials secret | ||
|
||
Update `main.bicepparam` to match your environment and run: `az deployment group create --resource-group <group-name> --template-file main.bicep --parameters main.bicepparam` | ||
|
||
This will deploy: | ||
- Data Collection Endpoint | ||
- Data Collection Rules | ||
- Custom tables for LAW | ||
- Azure Function App | ||
- Managed identity with role assignments to read keyvault secrets and query workspace | ||
|