Commit Graph
699 Commits
Author SHA1 Message Date
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
Tim Bruijnzeels fb46f45338 Allow user to specify trusted HTTPS certificates using env KRILL_HTTPS_ROOT_CERTS. (closes: #195) 2020-02-12 11:47:34 +01:00
Tim Bruijnzeels fd6ba2aa2d Check arguments of CLI (fixes: #133) 2020-02-12 11:01:59 +01:00
Alex BandandGitHub a413b7d393 Add Twitter link 2020-02-11 20:35:51 +01:00
Tim Bruijnzeels 3793aa2e66 Show server info (version, uptime) in CLI. (closes: #201) 2020-02-11 17:26:56 +01:00
Tim Bruijnzeels 18e4c993e1 Add krill server start timestamp to prometheus /metrics (#201) 2020-02-11 16:43:32 +01:00
Tim Bruijnzeels 2b55445978 Let Krill use the parent's name for the resource class when revoking a key. 2020-02-11 16:24:43 +01:00
Tim Bruijnzeels e6252333e8 Show server info (version and uptime) on API. (#201) 2020-02-11 12:12:01 +01:00
Tim Bruijnzeels 3f0668584a Let users add parent before configuring the repository (but do not request certificates) (closes #199) 2020-02-10 14:04:54 +01:00
Tim Bruijnzeels cfb272b8a6 Use ROA instead of 'authorisation' in user facing messages. (closes #197) 2020-02-10 10:53:45 +01:00
Tim Bruijnzeels b4190bec61 Updated intro in openapi spec to reflect changes in the error response json. (#192) 2020-02-06 12:18:10 +01:00
Tim Bruijnzeels 867fdca459 Revised ErrorResponse json. Now using a map for the arguments and a string label instead of a number. (#192) 2020-02-06 11:56:02 +01:00
Tim Bruijnzeels c3ed1ac901 Use map in ErrorResponse. (#192) 2020-02-04 16:01:26 +01:00
Tim Bruijnzeels 2f5db4809c Submit Parent Response as XML to the API when adding a parent. (closes: #190) 2020-01-31 15:47:32 +01:00
Tim Bruijnzeels 885eb93d76 Submit Parent Response as XML to the API. (closes: #190) 2020-01-30 10:20:02 +01:00
Ximon Eighteen 8f9d6836fd FIX: indentation accidentally omitted from recent commit. 2020-01-29 19:38:17 +01:00
Ximon Eighteen 62d7fb9629 FIX: Line accidentally removed from a recent commit. 2020-01-29 19:37:36 +01:00
Ximon Eighteen aef6565691 Verify that child resources are created. 2020-01-29 19:37:20 +01:00
Ximon Eighteen 2026bead6b Allow nested properties to be checked. 2020-01-29 19:36:30 +01:00
Ximon Eighteen 14d5541c57 FIX: also detect empty strings. 2020-01-29 19:36:07 +01:00
Ximon Eighteen c322aa332e Log the number of failed retries when an action with retries fails. 2020-01-29 19:35:35 +01:00
Tim Bruijnzeels 8aae8070eb Submit Repository Response as XML to the API. (closes: #191) 2020-01-29 17:18:02 +01:00
ximon18andGitHub d00f9617d0 Base the Docker image on Alpine Linux. (#179)
Use Alpine instead of Ubuntu, for a smaller Docker image and consistency with NLnet Labs Routinator.
2020-01-29 16:11:01 +01:00
Tim Bruijnzeels de8c126c23 Fix sending requests twice. (fixes: #139) 2020-01-28 13:47:25 +01:00
Tim Bruijnzeels cdad1ee810 Simplify error handling. (fixes #86) 2020-01-28 11:21:48 +01:00
ximon18andGitHub 5b581a7124 Typo correction: workflos -> workflow. 2020-01-22 23:46:34 +01:00
ximon18andGitHub 4789dd70d9 FIX: Ensure CI build doesn't run on E2E workflow changes. 2020-01-22 23:46:08 +01:00
ximon18andGitHub 0e55b104c0 FIX: Ensure the E2E test runs. 2020-01-22 23:44:46 +01:00
ximon18andGitHub 4cf066a52f Remove explicit service version detection, this is now handled by the framework instead. (#186) 2020-01-22 15:54:58 +01:00
Tim Bruijnzeels d7a26c9c97 Return complete ErrorResponse for issues API. (closes #182) 2020-01-22 15:46:15 +01:00
ximon18andGitHub e3f768c56d Move the Krill E2E tests from the rpki-deploy repo to the Krill repo. (#181) 2020-01-22 14:17:15 +01:00
ximon18andGitHub ed035da2be Run only GitHub Actions jobs relevant to the changes that have been made. 2020-01-22 12:02:09 +01:00
ximon18andGitHub 942f6a9fe9 Use matching E2E test framework branch if exists (#183)
Use matching E2E test framework branch if it exists.
2020-01-22 11:31:32 +01:00
Tim Bruijnzeels fae9e01b49 Document CA issues endpoint. (closes #175) 2020-01-22 10:56:34 +01:00
Tim Bruijnzeels b2e805eff9 Use explicit null and empty values in json (easier for clients). (#175) 2020-01-21 16:48:14 +01:00
Tim Bruijnzeels 1a38c7ee37 Make stale publishers API consistent with list publishers. (#177) 2020-01-21 16:10:53 +01:00
Tim Bruijnzeels 8d17aaf198 Update openapi spec for stale publishers (#177) 2020-01-21 15:57:00 +01:00
Tim Bruijnzeels b2173f88f6 Move show stale publishers to /api/v1. (#177) 2020-01-21 11:29:18 +01:00
Tim Bruijnzeels 59c43c07ba Add command line option to report issues (#175) 2020-01-21 11:25:32 +01:00
Tim Bruijnzeels 14025c566f Add endpoints for seeing issues with all, or specific, cas. (#175) 2020-01-21 09:53:38 +01:00
ximon18andGitHub b9a33120a6 Merge pull request #180 from NLnetLabs/e2e-test-v2-testing
Upgrade to v2 e2e test framework.
2020-01-20 11:37:21 +01:00
Ximon Eighteen e5bb4dcb06 The modified Dockerfile is not needed if we support the configurable base image in the Krill repo itself. 2020-01-20 11:06:17 +01:00
ximon18andGitHub bc8d7d937a Use rpki-deploy master now that the own-ca branch has been merged. 2020-01-20 10:54:44 +01:00
ximon18andGitHub 1dc974fe30 FIX: incorrect GitHub secret name. 2020-01-20 10:20:26 +01:00
ximon18andGitHub 2529f322d8 Does setting the checkout path help? 2020-01-20 10:17:31 +01:00
ximon18andGitHub 8343ef00eb More GH Actions debug. 2020-01-20 10:15:27 +01:00
ximon18andGitHub 496ff509cd Add debug
To work out why the install modified Dockerfile step uses the wrong path.
2020-01-20 10:11:03 +01:00
ximon18andGitHub 1c1a70f41f Explicit path required
When using a branch other than master, to ensure the directory name is as expected.
2020-01-20 10:07:12 +01:00
ximon18andGitHub 8384e980a6 Missing YAML colon. 2020-01-20 10:02:52 +01:00