add azure_tenant_id envvar --env entry (#1219)

## Type of change

- [x] 🐛 Bugfix

## Issue(s)

* #1211

## Test Plan

- [x] 💪 Manual
This commit is contained in:
Keepers 2022-10-19 14:43:26 -06:00 committed by GitHub
parent fc218457d7
commit 4cc60be091
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,7 @@ var (
azureEVs = []envVar{
{azure, "AZURE_CLIENT_ID", "Client ID for your Azure AD application used to access your M365 tenant."},
{azure, "AZURE_CLIENT_SECRET", "Azure secret for your Azure AD application used to access your M365 tenant."},
{azure, "AZURE_TENANT_ID", "ID for the M365 tenant where the Azure AD application is registered."},
}
awsEVs = []envVar{
{aws, "AWS_ACCESS_KEY_ID", "AWS access key for an IAM user or role for accessing an S3 bucket."},