sync: auto-sync from GURU-5070 at 2026-07-01 20:07:01

Author: Mike Swanson
Machine: GURU-5070
Timestamp: 2026-07-01 20:07:01
This commit is contained in:
2026-07-01 20:07:42 -07:00
parent 2937b00ebf
commit b07613c127
3 changed files with 165 additions and 1 deletions

View File

@@ -58,6 +58,14 @@ case "$TIER" in
VAULT_PATH="msp-tools/computerguru-exchange-operator.sops.yaml"
SCOPE_URL="https://outlook.office365.com/.default"
;;
exchange-op-graph)
# Same Exchange Operator app, GRAPH audience. The app holds Graph Mail.ReadWrite,
# MailboxSettings.ReadWrite, Mail.Send — mailbox/folder writes via Graph REST
# (mailFolders create/move/rename) without dropping to EWS.
CLIENT_ID="b43e7342-5b4b-492f-890f-bb5a4f7f40e9"
VAULT_PATH="msp-tools/computerguru-exchange-operator.sops.yaml"
SCOPE_URL="https://graph.microsoft.com/.default"
;;
user-manager)
CLIENT_ID="64fac46b-8b44-41ad-93ee-7da03927576c"
VAULT_PATH="msp-tools/computerguru-user-manager.sops.yaml"
@@ -110,7 +118,7 @@ case "$TIER" in
;;
*)
echo "ERROR: unknown tier '$TIER'." >&2
echo "Valid tiers: investigator | investigator-exo | exchange-op | user-manager | tenant-admin | tenant-admin-onboard | defender | intune-manager | mailbox | sharepoint | sharepoint-admin" >&2
echo "Valid tiers: investigator | investigator-exo | exchange-op | exchange-op-graph | user-manager | tenant-admin | tenant-admin-onboard | defender | intune-manager | mailbox | sharepoint | sharepoint-admin" >&2
exit 2
;;
esac