blob: 538ffbdeb164dd887f6d3b71fc1f7c84b095e59a (
plain) (
blame)
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
29
30
31
32
|
---
# whawty_auth_instances:
# test:
# version: 0.3-rc1
# port: 3080
# store:
# default: 1
# params:
# - id: 1
# argon2id:
# time: 1
# memory: 65536
# threads: 4
# length: 32
# ldap:
# port: 3636
# hostnames:
# - ldap.example.com
# tls:
# certificate_provider: ...
# sync:
# port: 3022
# authorized_keys:
# - ssh-ed25519 ...
# storage:
# type: ...
# publish:
# zone: "{{ apps_publish_zone__foo }}"
# hostnames:
# - passwd.example.com
# tls:
# certificate_provider: ...
|