summaryrefslogtreecommitdiffstats
path: root/custodia.conf
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2015-03-25 13:35:29 -0400
committerSimo Sorce <simo@redhat.com>2015-03-25 15:19:33 -0400
commit136e1ae76a79ada048a5eb5808b40b8969c7aaf2 (patch)
treee2cc86568cd67d239e156ebc04a1a6c7d5e6ee52 /custodia.conf
parentf134e09fa91fd1e00f538ef3e403ff6a35d21e8e (diff)
downloadcustodia-136e1ae76a79ada048a5eb5808b40b8969c7aaf2.tar.gz
custodia-136e1ae76a79ada048a5eb5808b40b8969c7aaf2.tar.xz
custodia-136e1ae76a79ada048a5eb5808b40b8969c7aaf2.zip
Require positive authentication in all cases
Provide a SimpleNULLAuth class for people that want to allow unauthenticated access fto specific paths for whatever reason.
Diffstat (limited to 'custodia.conf')
-rw-r--r--custodia.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/custodia.conf b/custodia.conf
index 296ab6d..747c446 100644
--- a/custodia.conf
+++ b/custodia.conf
@@ -1,10 +1,10 @@
[global]
server_version = "Secret/0.0.7"
-#[auth:simple]
-#handler = custodia.http.authenticators.SimpleCredsAuth
-#uid = 48
-#gid = 48
+[auth:simple]
+handler = custodia.http.authenticators.SimpleCredsAuth
+uid = 48
+gid = 48
[auth:header]
handler = custodia.http.authenticators.SimpleHeaderAuth