-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkheper.yml
75 lines (72 loc) · 2.19 KB
/
kheper.yml
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
# Admin API server configuration
api:
enabled: true
port: 5000
timeouts:
read: 15s
read_header: 15s
write: 15s
# OpenTelemetry configuration
open_telemetry:
enabled: false
host: localhost
port: 4317
service_name: kheper
metric_interval: 2s
shutdown_interval: 10s
# Global configuration for various features of Kheper
globals:
# Node Configurations that are shared across all nodes
node:
handshake_timeout: 15s
node_creation_delay: 20ms
ping_interval: 15s
ping_jitter: 5s
reconnection_interval: 10s
reconnection_jitter: 5s
# Node configuration for single or multiple control planes
nodes:
- instances: 8
hostname: sequential
id: sequential
required_payload_entities:
- parameters
versions:
- 3.4.0
- 3.4.1
- 3.4.2
- 3.5.0
- 3.6.0
- 3.6.1
- 3.7.0
- 3.7.1
connection:
host: localhost
port: 8005
protocol: standard
cipher_suites:
- ECDHE-ECDSA-AES128-GCM-SHA256
- ECDHE-ECDSA-AES256-GCM-SHA384
- ECDHE-ECDSA-CHACHA20-POLY1305
- ECDHE-ECDSA-AES128-SHA256
- ECDHE-ECDSA-AES128-SHA
- ECDHE-ECDSA-AES256-SHA
tls_version: TLSv1.2
certificate: |
-----BEGIN CERTIFICATE-----
MIIBkTCCATegAwIBAgIUNafcmtDPirW6BY512Kn4LVm49ggwCgYIKoZIzj0EAwIw
HTEbMBkGA1UEAwwSa2hlcGVyLmV4YW1wbGUuY29tMCAXDTI0MDcxNTE1NTExNloY
DzIxMjQwNjIxMTU1MTE2WjAdMRswGQYDVQQDDBJraGVwZXIuZXhhbXBsZS5jb20w
WTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAARnfTV7waofWrgsN86ueBRl+HuF5+3B
WQgRxu0s1XJqvEgTCsMObNo5c87PA9NpmP2t0O2S8mjonJ2VUOE896CPo1MwUTAd
BgNVHQ4EFgQU5qSZisQi+Gg5b/W8ianbh9+f1DcwHwYDVR0jBBgwFoAU5qSZisQi
+Gg5b/W8ianbh9+f1DcwDwYDVR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAgNIADBF
AiBxcYu26lPkyxqDjas6gAXIuyJLK4IlDkvkRQxU0Ko9zAIhAJF0vuSPLvp+4L/G
rrfgvmrE10iZPEm0/Iq2vlF/hZ63
-----END CERTIFICATE-----
key: |
-----BEGIN PRIVATE KEY-----
MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQgc5u/SwkNIuzrCMxr
IxFc1FAzG1O4Rfm6lWxrFVrTAvahRANCAARnfTV7waofWrgsN86ueBRl+HuF5+3B
WQgRxu0s1XJqvEgTCsMObNo5c87PA9NpmP2t0O2S8mjonJ2VUOE896CP
-----END PRIVATE KEY-----