Commit Graph
747 Commits
Author SHA1 Message Date
Tim Bruijnzeels e755f0ab65 Merge test modules - cleanup. 2020-03-16 14:55:21 -03:00
Tim Bruijnzeels 67dcf3efb6 Merge endpoints.rs into http/server.rs. (#189) 2020-03-16 14:37:49 -03:00
Tim Bruijnzeels 2d9532ecdf Postpone using Option::flatten() until Rust 1.40 is a bit older. 2020-03-16 14:17:12 -03:00
Tim Bruijnzeels 6d50542cc7 Update to released bcder and rpki. 2020-03-16 13:41:53 -03:00
Tim Bruijnzeels 04acd3aa4a Improve checking the size of post body. (#189) 2020-03-16 13:04:29 -03:00
Tim Bruijnzeels 4c716c8f09 Use hyper for all of the API - and make lots of stuff async-await as a result. (#189) 2020-03-15 11:55:05 -03:00
Tim Bruijnzeels f4374e483b Convert remaining publisher API methods for hyper. (#189) 2020-03-10 16:28:38 +01:00
Tim Bruijnzeels bd5cd74adf Posting new publisher to API (includes enforcing limit on submitted json) (#189) 2020-03-10 15:09:49 +01:00
Tim Bruijnzeels b9c35bbee6 Add all get methods for the 'publisher' API (#189) 2020-03-10 11:09:47 +01:00
Tim Bruijnzeels f727f75e72 List publishers in API (#189) 2020-03-09 16:51:46 +01:00
Tim Bruijnzeels 99a13c557b Route API for authorized end-point. (#189) 2020-03-09 16:36:32 +01:00
Tim Bruijnzeels 20a5a6eb9a Add metrics to routing (#189) 2020-03-09 14:47:48 +01:00
Tim Bruijnzeels 9aab2a4b36 Add health check and not found to routing. (#189) 2020-03-09 14:35:48 +01:00
Tim Bruijnzeels 90850407ad Factor out the 'map_request' function.: 2020-03-09 11:25:32 +01:00
Tim Bruijnzeels e34d28debb Add SSL support to the hyper server. 2020-03-06 16:47:57 +01:00
Tim Bruijnzeels fdfad1dcd4 Add TLS support to the hyper server. 2020-03-02 09:09:51 +01:00
Tim Bruijnzeels b2ca379501 Use hyper based responses. 2020-02-26 14:29:45 +01:00
Tim Bruijnzeels 75d4da9000 Clean up dependencies. 2020-02-25 16:09:55 +01:00
Tim Bruijnzeels 8543cb9639 Remove actix-web dependencies, add hyper. (work in progress) 2020-02-25 15:54:35 +01:00
Tim Bruijnzeels af02042129 Update version numbers for development on next release. 2020-02-25 11:12:33 +01:00
Tim Bruijnzeels 5c8bdc693f Update to Lagosta 0.1.0 'Fritto Misto' v0.5.0 2020-02-25 10:38:08 +01:00
ximon18andGitHub cdeb52224a Don't wait for child resources to be issued. 2020-02-25 09:23:06 +01:00
Tim Bruijnzeels 58a98f51cd Update versions. 2020-02-24 12:12:54 +01:00
Ximon Eighteen e96b63a3c6 FIX: siblings of $ref are ignored. 2020-02-24 11:58:11 +01:00
Ximon Eighteen bf76b1ac32 Remove unused Element schema. 2020-02-24 11:21:21 +01:00
Ximon Eighteen 94b50c8c90 FIX: schema references should refer to schema objects. 2020-02-24 11:21:06 +01:00
Tim Bruijnzeels cc5afda6f7 Attempt to fix e2e test to wait until resources are issued to test CAs. 2020-02-21 17:22:48 +01:00
Tim Bruijnzeels e7ecd5a39f Fix ASN not held by parent in e2e test data. 2020-02-21 15:58:09 +01:00
Tim Bruijnzeels e6bc1346f1 Update Changelog for the 0.5.0 release. 2020-02-21 14:58:10 +01:00
Tim Bruijnzeels 4e6e5f6230 Update openapi spec to reflect 0.5.0 ErrorResponses 2020-02-21 14:46:19 +01:00
Tim Bruijnzeels 2f5ba2ed13 Return error when CA does not hold resources for child. 2020-02-21 14:45:30 +01:00
Tim Bruijnzeels b09791fd44 Sending requests to revoke extra keys should work better when actually triggered. 2020-02-21 12:36:31 +01:00
Alex BandandGitHub 366f6c61f3 Update readme for 0.5 release 2020-02-20 17:54:06 +01:00
Tim Bruijnzeels 566fa0f554 Extract times for publication (stale, valid, threshold) to constants. 2020-02-20 15:35:11 +01:00
Tim Bruijnzeels 0ab529b80d Increase log levels for triggered actions. 2020-02-20 12:52:55 +01:00
Tim Bruijnzeels f417b3b6c3 Push fix for ARIN XML toggle. 2020-02-20 10:50:52 +01:00
Alex BandandGitHub 2bffff3a79 Add GitHub Sponsors for Organisations 2020-02-20 09:10:38 +01:00
Tim Bruijnzeels fd59327fa4 Accept ID certificates that are not self-signed, issue for 15 years. (fixes: #207) 2020-02-19 17:20:10 +01:00
Tim Bruijnzeels 1636a33065 Update lagosta to 0.1 release candidate. 2020-02-19 17:19:39 +01:00
Tim Bruijnzeels 21663f1e8b Revoke unexpected surplus keys at the parent. (fixes: #200) 2020-02-19 11:48:22 +01:00
Tim Bruijnzeels 3698cdee7d Fix status code for CA or other resource not found. (fixes: #203) 2020-02-17 16:56:21 +01:00
Tim Bruijnzeels 345493d805 Read pre-RFC8183 parent response when running under ARIN. (closes: 205) 2020-02-17 16:44:13 +01:00
Tim Bruijnzeels 5df86c4645 Use dedicated uri (/api/v1/{ca}/parents-xml/{parent}) when uploading a parent response as xml. (fixes: #206) 2020-02-17 15:43:43 +01:00
Tim Bruijnzeels f062aa32dd Allow posting of parent response xml to a path with an explicit parent_handle. (fixes: #206) 2020-02-17 14:46:12 +01:00
Tim Bruijnzeels 8939ea1faf Trigger refresh for CA when repo is added. (closes #202) 2020-02-17 13:01:29 +01:00
Tim Bruijnzeels ee38cd74f9 Fix clippy warnings under rust 1.41 2020-02-14 15:58:30 +01:00
Tim Bruijnzeels bf9ba749b8 Serve lagosta files in Krill (closes: #204) 2020-02-14 15:54:05 +01:00
Tim Bruijnzeels 66aab326e2 Make the CLI more consistent. (fixes: #129) 2020-02-13 22:26:29 +01:00
Tim Bruijnzeels 7d7010ccca Simplify ReportFormat in CLI (fixes: #132) 2020-02-12 17:31:14 +01:00
Tim Bruijnzeels c6ff655517 Fix check trailing '/' on --rrdp for config generation with CLI. 2020-02-12 16:42:08 +01:00