mozilla-services / iprepd

Centralized IP reputation daemon
Mozilla Public License 2.0
58 stars 10 forks source link

Persistent database support #39

Open ameihm0912 opened 4 years ago

ameihm0912 commented 4 years ago

We want to add support for a persistent database backend to iprepd; initially this database will be used as another means of storing authentication information, allowing for dynamic updates to API keys without having to restart the service. The existing configuration file based authentication setup should be maintained.

This database can also support #15.