Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FrodeHus authored Dec 15, 2024
1 parent 11955d1 commit d73cf0a
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
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

0 comments on commit d73cf0a

Please sign in to comment.