summaryrefslogtreecommitdiffstats
path: root/install/share/custodia.conf.template
blob: d9de4d77f90931c089f2179731783430f85ed6f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[global]
server_version = "IPAKeys/0.0.1"
server_socket = $IPA_CUSTODIA_SOCKET
auditlog = $IPA_CUSTODIA_AUDIT_LOG

[auth:simple]
handler = custodia.httpd.authenticators.SimpleCredsAuth
uid = $UID
gid = $GID

[auth:header]
handler = custodia.httpd.authenticators.SimpleHeaderAuth
header = GSS_NAME

[authz:kemkeys]
handler = ipapython.secrets.kem.IPAKEMKeys
paths = /keys
store = ipa
server_keys = $IPA_CUSTODIA_CONF_DIR/server.keys

[store:ipa]
handler = ipapython.secrets.store.iSecStore
ldap_uri = $LDAP_URI

[/keys]
handler = custodia.secrets.Secrets
allowed_keytypes = kem
store = ipa