Tim Bruijnzeels
d8ef1404ba
Remove CMS client for publishing a local dir. Closes #103
2019-10-11 17:25:43 +02:00
Tim Bruijnzeels
1e3a4a0236
Remove API client for syncing a dir to a Krill API publication server. Closes : #102 .
2019-10-11 17:17:53 +02:00
Tim Bruijnzeels
e45d6c25ba
Rename binaries ( #71 )
2019-09-16 08:20:09 -07:00
Tim Bruijnzeels
1d232e2659
Stop using work space.
2019-09-12 21:46:46 -07:00
Tim Bruijnzeels
0bbfebfbb6
Use workspaces in project.
2019-04-11 16:36:33 +02:00
Tim Bruijnzeels
2e8ab8f908
Improve error reporting
2019-04-10 13:32:53 +02:00
Tim Bruijnzeels
1f38e6f734
Test CMS client similarly to running it from the command line.
2019-04-08 12:45:05 +02:00
Tim Bruijnzeels
f7005d2490
Support listing RFC8181 clients
2019-04-05 15:02:54 +02:00
Tim Bruijnzeels
63a76dc370
Moving publisher API definitions to krill-commons, and use updated module names.
2019-03-13 15:26:36 +01:00
Tim Bruijnzeels
a1e7b0c69f
Taking out all of the CMS Proxy code. This will be moved into a separate project. Fixes issue: #34
2019-03-12 15:38:10 +01:00
Tim Bruijnzeels
5bca26c8f7
Fixing clippy warnings. Just a few ;)
2019-02-06 16:04:31 +01:00
Tim Bruijnzeels
0eeda206b9
Support output formats for krillc (api). Also fix bugs in verification of adding new publishers.
2019-01-28 15:04:37 +01:00
Tim Bruijnzeels
6248f0baf0
Introducing api client (issue #34 ). Still things to do, see below.
...
Done:
* api client introduced
* code can do a list and parse the json response
Todo:
* Token validation on API
* Synchronise directory
* Binary for api client
* Format output for client (text/json/none)
* Cleanup, most notably move http client code into util for re-use.
2019-01-23 16:48:14 +01:00
Tim Bruijnzeels
573f3422df
Extracting the RFC8181 and 8183 stuff into its own module. Paving the way for a simpler JSON api with token (or other) authentication.
2019-01-18 16:54:03 +01:00
Tim Bruijnzeels
6a53b5a2a8
Organising the use statements
2019-01-16 11:25:48 +01:00
Tim Bruijnzeels
b92d284a38
Updated to master rpki-rs "^0.3" - and quite a bit of refactoring that followed.
2019-01-16 10:30:43 +01:00
Tim Bruijnzeels
b1672d0705
Get the response.xml through the API and CLI. More work om #10 .
2019-01-10 16:41:40 +01:00
Tim Bruijnzeels
a8cc5e4bdf
Showing publisher details in API and CLI. More work on #10 .
2019-01-10 15:49:17 +01:00
Tim Bruijnzeels
9adf116beb
Support listing publishers through CLI. Still to do: support text output, and document. See issue #9
2019-01-09 12:32:51 +01:00
Tim Bruijnzeels
f98bc1878f
Restructuring modules (no functional changes).
2019-01-08 16:28:36 +01:00
Tim Bruijnzeels
9ea789eec8
Some clean up (document and simplify module structure)
2019-01-08 12:36:36 +01:00
Tim Bruijnzeels
a0cbab60e7
Doing a health check, using an authenticated krill CLI. Closes #8
2019-01-07 17:00:44 +01:00
Tim Bruijnzeels
2436c8f210
Restructure src folders for client code.
2019-01-07 15:02:27 +01:00
Tim Bruijnzeels
850623d52f
Naming the project 'Krill', and restructuring things somewhat in anticipation of the CA components.
2019-01-04 15:38:10 +01:00
Tim Bruijnzeels
83f2185229
Cleanup
2019-01-02 09:51:23 +01:00
Tim Bruijnzeels
0bde805445
Merge branch 'master' of github.com:NLnetLabs/tranquility-base
2018-12-20 16:19:58 +01:00
Tim Bruijnzeels
cf0b95fff3
Added logging, some fixes to config, and removed a lot of string cloning.
2018-12-20 15:58:55 +01:00
Martin Hoffmann
e20d89ca3f
Import remote from rpki-rs.
2018-12-19 16:55:02 +01:00
Tim Bruijnzeels
b95268c460
Support interacting with the pubd through the pubc CLI, and serve RRDP files.
...
Note:
- Serving the files still needs some improvement with regard to memory (stream rather), and headers for caching.
- Syncing 108MB RIPE NCC repo takes 1m30s initially, and about 2m30s subsequently when there is no update to send.
- Performance could be better, but seems more than good enough for the target use.
2018-12-12 16:54:52 +01:00
Tim Bruijnzeels
7817e27e93
Using reqwest instead of hyper, because synchronous requests are all we need here, both in testing and for the publication client
2018-12-03 11:31:46 +01:00
Tim Bruijnzeels
93bba5c985
Replacing Hyper with Actix Web for the server.
2018-11-30 16:39:07 +01:00
Tim Bruijnzeels
b527dbb643
Combining PublisherStore and FileStore in a single Repository. Also passing config options by reference as much as possible.
2018-11-26 14:58:15 +01:00
Tim Bruijnzeels
48a886a92e
Implemented 'init' subcommand for publication client.
2018-11-20 16:59:49 +01:00
Tim Bruijnzeels
e4b6b79f63
Parse options for publisher client.
2018-11-20 16:34:34 +01:00
Tim Bruijnzeels
c8f9e491d4
Rename server.rs to daemon.rs, will have separate stateful server (eg with identity) as the next step.
2018-11-16 16:28:04 +01:00
Tim Bruijnzeels
1b4996ad61
Using a 'spawn' for the hyper server to allow for integration testing where the server shuts down at the end of the test.
2018-11-14 12:06:55 +01:00
Tim Bruijnzeels
6139df2a08
Have a pubc and pubd binary.
2018-11-14 11:18:39 +01:00
Tim Bruijnzeels
4adc5444a9
Introducing binary for CLI to publication server.
2018-11-12 12:49:05 +01:00