summaryrefslogtreecommitdiff
path: root/playbooks/roles/kanidm/templates/volumes/data/server.toml
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-03-22 11:13:20 -0700
committerElizabeth Hunt <me@liz.coffee>2025-03-22 11:13:20 -0700
commite5eba51991a0640c6e5d1da0bd78cdbc9d4513f2 (patch)
tree544e8f8537bcf6198206f62e10c1234eea589200 /playbooks/roles/kanidm/templates/volumes/data/server.toml
parent9b3532e762465b7f4f81459cfc96ed42cd5134d0 (diff)
downloadinfra-e5eba51991a0640c6e5d1da0bd78cdbc9d4513f2.tar.gz
infra-e5eba51991a0640c6e5d1da0bd78cdbc9d4513f2.zip
deploy kanidm
Diffstat (limited to 'playbooks/roles/kanidm/templates/volumes/data/server.toml')
-rw-r--r--playbooks/roles/kanidm/templates/volumes/data/server.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/playbooks/roles/kanidm/templates/volumes/data/server.toml b/playbooks/roles/kanidm/templates/volumes/data/server.toml
new file mode 100644
index 0000000..5e42bc8
--- /dev/null
+++ b/playbooks/roles/kanidm/templates/volumes/data/server.toml
@@ -0,0 +1,10 @@
+bindaddress = "0.0.0.0:8443"
+ldapbindaddress = "0.0.0.0:3636"
+trust_x_forward_for = true
+db_path = "/data/kanidm.db"
+tls_chain = "/certs/{{ kanidm_host }}.pem"
+tls_key = "/certs/{{ kanidm_host }}.key"
+log_level = "info"
+
+domain = "{{ kanidm_host }}"
+origin = "https://{{ kanidm_host }}"