-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
99 lines (99 loc) · 2.13 KB
/
config.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
log:
level: info
encoding: console
stacktrace:
enabled: false
level: warn
encoderConfig:
timeEncoder: rfc3339nano
apis:
http:
enabled: true
address: 0.0.0.0:8080
readTimeout: 8s
readHeaderTimeout: 4s
writeTimeout: 16s
idleTimeout: 30s
tls:
enabled: false
caPool: certs/ca.pem
keyFile: certs/key.pem
certFile: certs/crt.pem
clientCertificateRequired: true
cors:
allowedOrigins:
- "*"
allowedHeaders:
- Accept
- Accept-Language
- Accept-Encoding
- Content-Type
- Content-Language
- Content-Length
- Origin
- X-CSRF-Token
- Authorization
allowedMethods:
- GET
- PATCH
- HEAD
- POST
- PUT
- OPTIONS
- DELETE
allowCredentials: false
ui:
enabled: false
defaultDiscoveryTimeout: 2s
directory: ""
grpc:
enabled: true
address: 0.0.0.0:8081
enforcementPolicy:
minTime: 5s
permitWithoutStream: false
keepAlive:
maxConnectionIdle: 0s
maxConnectionAge: 0s
maxConnectionAgeGrace: 0s
time: 0s
timeout: 0s
tls:
enabled: false
caPool: certs/ca.pem
keyFile: certs/key.pem
certFile: certs/crt.pem
clientCertificateRequired: true
clients:
device:
coap:
maxMessageSize: 262144
inactivityMonitor:
timeout: 10s
blockwiseTransfer:
enabled: true
blockSize: "1024"
ownershipTransfer:
methods:
- justWorks
manufacturerCertificate:
tls:
caPool: certs/mfg_ca.pem
keyFile: certs/mfg_key.pem
certFile: certs/mfg_crt.pem
tls:
authentication: preSharedKey
preSharedKey:
subjectUuid: 57b3fae9-adf5-4e34-90ea-e77784407103
keyUuid: 46178d21-d480-4e95-9bd3-6c9eefa8d9d8
remoteProvisioning:
mode: ""
userAgent:
certificateAuthorityAddress: ""
csrChallengeStateExpiration: 1m
authorization:
authority: ""
clientId: ""
audience: ""
scopes: []
ownerClaim: "sub"