summaryrefslogtreecommitdiffstats
path: root/custodia.conf
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2015-03-25 15:18:34 -0400
committerSimo Sorce <simo@redhat.com>2015-03-25 15:19:35 -0400
commit98085f982e98466b994c033be55047ce370dcac5 (patch)
tree12660a599e5bcd95619b9bafe45573d6b2c0ffdc /custodia.conf
parent136e1ae76a79ada048a5eb5808b40b8969c7aaf2 (diff)
downloadcustodia-98085f982e98466b994c033be55047ce370dcac5.tar.gz
custodia-98085f982e98466b994c033be55047ce370dcac5.tar.xz
custodia-98085f982e98466b994c033be55047ce370dcac5.zip
Initial sinple store infrastructure
Diffstat (limited to 'custodia.conf')
-rw-r--r--custodia.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/custodia.conf b/custodia.conf
index 747c446..4a32c11 100644
--- a/custodia.conf
+++ b/custodia.conf
@@ -11,6 +11,11 @@ handler = custodia.http.authenticators.SimpleHeaderAuth
name = REMOTE_USER
value = simo
+[store:simple]
+handler = custodia.store.sqlite.SqliteStore
+dburi = secrets.db
+table = secrets
+
[/]
handler = custodia.root.Root