This repository was archived by the owner on Oct 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathassimilator.conf
69 lines (50 loc) · 2.08 KB
/
assimilator.conf
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
#####################################################################################################################
# Assimilator configuration #
# #
#This is the configuration file for Assimilator, from here you can configure all the parameters used by Assimilator.#
# #
# Author: Nicolas Videla#
#####################################################################################################################
#####################################################
# General #
# Logging, log level and location of config files. #
#####################################################
[General]
#Where logs will go
logfile = /var/log/assimilator.log
#Log level [DEBUG, INFO, WARN, ERROR, CRIT, FATAL]
loglevel = DEBUG
#Time format
format = %d/%m/%Y %H:%M:%S
#File containing api keys
apikeyfile = /etc/assimilator/api.key
#Firewall data file
firewalls = /etc/assimilator/firewalls.json
#Listen address
address = 0.0.0.0
#Listening port
port = 443
[Key Management]
#####################################################
# Key Management #
#Access to API key generation and token assignation.#
#####################################################
#static, file, ldap, radius
type = static
#Static auth
user = admin
password = secret
#File auth
userfile = /etc/passwd
[Firewall Management]
#####################################################
# Firewall Management #
# Access to static Firewall configuration. #
#####################################################
#static, file, ldap, radius
type = static
#Static auth
user = admin
password = secret
#File auth
userfile = /etc/passwd