summaryrefslogtreecommitdiffstats
path: root/custodia.conf
diff options
context:
space:
mode:
Diffstat (limited to 'custodia.conf')
-rw-r--r--custodia.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/custodia.conf b/custodia.conf
index c3c56a5..c3c20af 100644
--- a/custodia.conf
+++ b/custodia.conf
@@ -16,7 +16,7 @@ handler = custodia.httpd.authorizers.SimplePathAuthz
paths = /.
[authz:namespaces]
-handler = custodia.secrets.Namespaces
+handler = custodia.httpd.authorizers.UserNameSpace
path = /secrets/
store = simple
@@ -37,7 +37,7 @@ dburi = secrets.db
table = tenant1
[authz:tenant1]
-handler = custodia.secrets.Namespaces
+handler = custodia.httpd.authorizers.UserNameSpace
path = /tenant1/secrets/
store = tenant1
@@ -55,7 +55,7 @@ master_key = examples/enclite.sample.key
master_enctype = A128CBC-HS256
[authz:encrypted]
-handler = custodia.secrets.Namespaces
+handler = custodia.httpd.authorizers.UserNameSpace
path = /enc/secrets/
store = encrypted