diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2019-03-19 10:02:29 +0100 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2019-04-01 14:42:03 +0200 |
commit | ff4536c2f51e8b376d7b2d7b78d391cbccc726a5 (patch) | |
tree | 05d4c3c9a0761036d663d93e5add31a74262f014 /README.md | |
parent | f18959ec2357e7b1c54bca47d3a2d0f0a7c53579 (diff) |
lavalab-gen.py: add ALLOWED_HOSTS
Since 2019.03 , ALLOWED_HOSTS is mandatory in settings.conf.
Without it all requests are denied with code 500.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -221,6 +221,9 @@ masters: slave_keys: optional path to a directory with slaves public key. Usefull when you want to create a master without slaves nodes in boards.yaml. persistent_db: True/False (default False) Is the postgres DB is persistent over reboot http_fqdn: The FQDN used to access the LAVA web interface. This is necessary if you use https otherwise you will issue CSRF errors. + allowed_hosts: A list of FQDN used to access the LAVA master + - "fqdn1" + - "fqdn2" loglevel: lava-logs: DEBUG/INFO/WARN/ERROR (optional) select the loglevel of lava-logs (default to DEBUG) lava-slave: DEBUG/INFO/WARN/ERROR (optional) select the loglevel of lava-slave (default to DEBUG) |