mirror of
https://github.com/google/santa.git
synced 2026-04-24 03:00:12 -04:00
Zentral has gained many more Santa-specific workflows since adding to this section in 2017. The updated description takes this into account.
21 lines
1.5 KiB
Markdown
21 lines
1.5 KiB
Markdown
---
|
|
title: Sync Servers
|
|
parent: Deployment
|
|
nav_order: 5
|
|
---
|
|
|
|
# Sync Servers
|
|
|
|
Santa's [SyncBaseURL](configuration.md#sync-base-url) configuration flag allows you to synchronize with a management server, which uploads events that have occurred on the machine and downloads new rules.
|
|
|
|
There are several open-source servers you can sync with:
|
|
|
|
* [Moroz](https://github.com/groob/moroz): A simple golang server that serves hard-coded rules from configuration files.
|
|
* [Rudolph](https://github.com/airbnb/rudolph): An AWS-based serverless sync service primarily built on API GW, DynamoDB, and Lambda components to reduce operational burden. Rudolph is designed to be fast, easy-to-use, and cost-efficient.
|
|
* [Zentral](https://github.com/zentralopensource/zentral): A centralized sync service that pulls data from multiple sources and dynamically manages endpoint agents. Zentral is designed to facilitate modern GitOps workflows by unifying a full suite of application management, binary control and reporting with Apple MDM capability. The Santa rules in Zentral can be managed via [Terraform](https://registry.terraform.io/providers/zentralopensource/zentral/latest/docs/resources/santa_rule).
|
|
* [Zercurity](https://github.com/zercurity/zercurity): A dockerized service for managing and monitoring applications across a large fleet using Santa + Osquery.
|
|
|
|
Alternatively, `santactl` can configure rules locally without a sync server.
|
|
|
|
See the [Syncing Overview](../introduction/syncing-overview.md) page for an explanation of how syncing works in Santa.
|