Initial draft of a pubsub client for authz management.
2 files changed
tree: b760900f14d14d4ee7b6014a5639ebeb5a18a3a4
  1. .gitignore
  2. authz.py
  3. authz.yaml.sample
  4. LICENSE
  5. README.md
  6. requirements.txt
README.md

Daemon to maintain authz files for Apache Subversion

This daemon uses pubsub to watch for template/defition changes for authz files, and also watches for LDAP group changes to fill into the template(s).

This uses the ASF's “pipservice” Puppet class to operate/configure the daemon.

more tbd