summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added testsVictor Näslund2022-11-1719-202/+1259
|
* typoVictor Näslund2022-11-161-1/+1
|
* fixed healthcheck pathVictor Näslund2022-11-163-2/+4
|
* fixed healthcheck and client CLI small stuffVictor Näslund2022-11-162-9/+48
|
* Better error handling, the server already has this but defence in depth is ↵Victor Näslund2022-11-161-0/+10
| | | | always good
* typosVictor Näslund2022-11-161-2/+2
|
* typosVictor Näslund2022-11-161-4/+4
|
* better object id handlingVictor Näslund2022-11-163-11/+31
|
* renamed key search to filterVictor Näslund2022-11-164-7/+21
|
* added verify=root_caVictor Näslund2022-11-161-6/+10
|
* auth and CLI doneVictor Näslund2022-11-1619-51/+420
|
* Better status codes and error handlingVictor Näslund2022-11-164-26/+23
|
* TypoVictor Näslund2022-11-131-1/+1
|
* Dont expose port for mongodbVictor Näslund2022-11-131-2/+0
|
* better data folder handlingVictor Näslund2022-11-132-0/+1
|
* typo and better error handlingVictor Näslund2022-11-131-1/+5
|
* better loggingVictor Näslund2022-11-132-1/+43
|
* better mongodb handlingVictor Näslund2022-11-139-13/+72
|
* more stuffVictor Näslund2022-11-138-65/+228
|
* added mkdir data folderVictor Näslund2022-11-131-0/+1
|
* new directionVictor Näslund2022-11-1358-3617/+735
|
* more freshupVictor Näslund2022-11-0219-160/+297
|
* initial fresh upVictor Näslund2022-11-0114-119/+469
|
* Rename timestamp_in_utc to timestamp, change formatHEADmainErnst Widerberg2022-04-254-5/+6
| | | | | | | | The format "date-time" in jsonschema is as defined in RFC 3339, which is about the same as ISO 8601. Validating this requires an additional package which is specified in python-jsonschema docs.
* Use the schema when creating indexes, also validate data before writing to ↵Kristofer Hallin2022-04-124-78/+64
| | | | CouchDB.
* Removed a redundant newline from example_data_1John Van de Meulebrouck Brendgard2022-04-111-1/+0
|
* Added investigation_neededJohn Van de Meulebrouck Brendgard2022-04-112-9/+29
| | | | | and made it required to specify either vulnerable or investigation_needed.
* Rename top-level property "system_name" -> "display_name"Ernst Widerberg2022-04-113-4/+4
|
* Fix example_data_2.jsonErnst Widerberg2022-04-111-1/+1
|
* Update example_data + schemaErnst Widerberg2022-04-114-90/+168
|
* do-as: Remove -s flagErnst Widerberg2022-03-291-1/+1
|
* Update README, do-as for collector's new https locationErnst Widerberg2022-03-012-6/+6
|
* Create indexes properly.Kristofer Hallin2022-02-212-3/+12
|
* JSON schema for data.Kristofer Hallin2022-02-071-0/+75
|
* Added .jenkins file.Kristofer Hallin2022-02-041-0/+31
|
* Copy certs/*Kristofer Hallin2022-02-041-2/+1
|
* Use volume for certs.Kristofer Hallin2022-02-046-7/+10
|
* Use SSL and added a -b flag to quickstart.shKristofer Hallin2022-02-047-7/+73
|
* Add testing for some unauthorized API callsErnst Widerberg2022-01-211-0/+47
|
* Allow passing args to pytest from quickstart.shErnst Widerberg2022-01-211-2/+7
| | | | Usage: ./quickstart_test.sh [-v] [-c] [-- <args to pytest>]
* Added -e flag to jwt_producer.Kristofer Hallin2022-01-181-3/+10
|
* Updated JWT producer.Kristofer Hallin2022-01-171-12/+27
|
* Fix: Add password for `usr`Ernst Widerberg2022-01-171-1/+2
|
* New claims etc.Kristofer Hallin2022-01-171-9/+21
|
* Readd a default user `usr`Ernst Widerberg2022-01-171-0/+6
|
* Update READMEErnst Widerberg2022-01-141-6/+0
|
* BugfixErnst Widerberg2022-01-141-2/+2
|
* Update test JWT + certErnst Widerberg2022-01-142-5/+3
|
* REDAME: Add tip about JWT decodingErnst Widerberg2022-01-141-1/+7
|
* Move userdb.yaml to mounted volumeErnst Widerberg2022-01-143-1/+6
|