summaryrefslogtreecommitdiffstats
path: root/install/share/custodia.conf.template
blob: 688229a50854cd9521b0ae323f30a1c5b729b26f (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 = 48
gid = 48

[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