-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtapir-pop.sample.yaml
72 lines (61 loc) · 1.92 KB
/
tapir-pop.sample.yaml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# manually maintained
cli:
tapir-pop:
url: https://127.0.0.1:9099/api/v1
tlsurl: https://127.0.0.1:9098/api/v1
apikey: be-nice-to-a-bad-tempered-tapir
apiserver:
key: be-nice-to-a-bad-tempered-tapir
addresses: [ 127.0.0.1:9099 ]
tlsaddresses: [ 127.0.0.1:9098 ]
# Note: This should only be active for a TEM bootstrapserver
bootstrapserver:
active: false
addresses: []
tlsaddresses: []
dnsengine:
active: true
addresses: [ 127.0.0.1:5360 ]
logfile: /var/log/dnstapir/pop-dnsengine.log
services:
reaper:
interval: 60 # seconds, time between runs of deleting expired data
rpz:
zonename: rpz.
primary: 127.0.0.1:5359 # must be an address that the dnsengine listens to
serialcache: /etc/dnstapir/rpz-serial.yaml
refreshengine:
active: true
name: TAPIR-POP Source Refresher
tapir:
mqtt:
logfile: /var/log/dnstapir/pop-mqtt.log
server: tls://mqtt.dev.dnstapir.se:8883
uid: johani
clientid: this-must-be-unique
cacert: /etc/dnstapir/certs/tapirCA.crt
clientcert: /etc/dnstapir/certs/tapir-edge.crt
clientkey: /etc/dnstapir/certs/tapir-edge.pem
qos: 2
observations:
srcname: dns-tapir
topic: events/up/johani/observations
validatorkey: /etc/dnstapir/certs/mqttsigner-pub.pem
config:
srcname: dns-tapir
topic: config/down/tapir-pop/johani
validatorkey: /etc/dnstapir/certs/mqttsigner-pub.pem
status:
topic: status/up/tapir-pop/must-be-unique
signingkey: /etc/dnstapir/certs/mqttsigner-key.pem
certs:
certdir: /etc/dnstapir/certs
cacertfile: /etc/dnstapir/certs/tapirCA.crt
tem:
cert: /etc/dnstapir/certs/tapir-egde.crt
key: /etc/dnstapir/certs/tapir-edge.key
tapir-cli:
cert: /etc/dnstapir/certs/tapir-edge.crt
key: /etc/dnstapir/certs/tapir-edge.key
log:
file: /var/log/dnstapir/tapir-pop.log