summaryrefslogtreecommitdiffstats
path: root/custodia.conf
diff options
context:
space:
mode:
Diffstat (limited to 'custodia.conf')
-rw-r--r--custodia.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/custodia.conf b/custodia.conf
index c3c20af..1a987df 100644
--- a/custodia.conf
+++ b/custodia.conf
@@ -54,6 +54,11 @@ table = enclite
master_key = examples/enclite.sample.key
master_enctype = A128CBC-HS256
+[auth:sak]
+handler = custodia.httpd.authenticators.SimpleAuthKeys
+store = encrypted
+# sample key: test=foo-host-key
+
[authz:encrypted]
handler = custodia.httpd.authorizers.UserNameSpace
path = /enc/secrets/
@@ -75,3 +80,4 @@ store = kemkeys
handler = custodia.root.Secrets
allowed_keytypes = simple kem
store = encrypted
+