datahub/metadata-ingestion/examples/recipes/azure_ad_to_datahub.dhub.yaml

22 lines
726 B
YAML

---
source:
type: "azure-ad"
config:
client_id: "00000000-0000-0000-0000-000000000000"
tenant_id: "00000000-0000-0000-0000-000000000000"
client_secret: "xxxxx"
redirect: "https://login.microsoftonline.com/common/oauth2/nativeclient"
authority: "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000"
token_url: "https://login.microsoftonline.com/00000000-0000-0000-0000-000000000000/oauth2/token"
graph_url: "https://graph.microsoft.com/v1.0"
ingest_users: False
ingest_groups: True
ingest_group_membership: True
ingest_groups_users: True
groups_pattern:
allow:
- ".*"
sink:
type: "datahub-rest"
config:
server: "http://localhost:8080"