- 29 Sep, 2021 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 04 Mar, 2021 2 commits
-
-
Łukasz Nowak authored
See merge request nexedi/kedifa!10
-
Vincent Pelletier authored
caucase.util.load_crl API changed in an incompatible way in caucase 0.9.9 . This change fixes the API breakage and adds support for mor than one CRL in kedifa.app.http .
-
- 29 Jan, 2021 1 commit
-
-
Łukasz Nowak authored
By inserting other CA certificate as first one in the list, the problem is reproduced in the test.
-
- 24 Jun, 2020 1 commit
-
-
Vincent Pelletier authored
-
- 18 Feb, 2020 1 commit
-
-
Łukasz Nowak authored
Depending on the environment, various exceptions can be risen, so be tolerant regarding the exception type.
-
- 17 Feb, 2020 1 commit
-
-
Łukasz Nowak authored
-
- 28 Jan, 2020 1 commit
-
-
Łukasz Nowak authored
-
- 27 Jan, 2020 6 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 23 Jan, 2020 1 commit
-
-
Łukasz Nowak authored
-
- 25 Sep, 2019 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 01 Aug, 2019 2 commits
-
-
Łukasz Nowak authored
/reviewed-on !5
-
Łukasz Nowak authored
It can fail too fast, without giving caucase any chance to start really.
-
- 31 Jul, 2019 4 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
It's better to reply 400 Bad Request on malformed requests and do not pollute log with exceptions.
-
Łukasz Nowak authored
Also improve message in case of failure.
-
- 29 May, 2019 1 commit
-
-
Łukasz Nowak authored
/reviewed-on !4
-
- 15 May, 2019 1 commit
-
-
Łukasz Nowak authored
As updater is used in environment, which requires it to have certificates available as fast as possible, add a prepare step and allow to launch it with --prepare-only switch. Thanks to this it is possible to run it with configuration file to provide fallback or master certificates for all slaves without connecting to the network, thus resulting in fast preparation. /reviewed-on !3
-
- 14 May, 2019 1 commit
-
-
Łukasz Nowak authored
-
- 02 Apr, 2019 6 commits
-
-
Łukasz Nowak authored
Also cover loop method.
-
Łukasz Nowak authored
It will make further testing much easier
-
Łukasz Nowak authored
If at least once certificate has been downloaded from KeDiFa it shall never use again the fall-back, as otherwise it would result with a problem, that next unsuccessful download from KeDiFa would result replacement with fall-back. In order to do so state file is introduced keeping list of overridden certificates. As now there is critical path regarding fetching certificates, the lock is created to avoid concurrent updates.
-
Łukasz Nowak authored
Fix one condition.
-
Łukasz Nowak authored
In order for further development and features create mixin.
-
Łukasz Nowak authored
Features: * by default runs with 60s sleep * allows to have master, updateable, certificate, which is used in case if specific certificate is not available
-
- 12 Dec, 2018 1 commit
-
-
Łukasz Nowak authored
-
- 10 Dec, 2018 1 commit
-
-
Łukasz Nowak authored
-
- 07 Dec, 2018 1 commit
-
-
Łukasz Nowak authored
Having PRIMARY KEY on certificate.id is to strict -- as real uniques is required on id + reference in certificate table.
-
- 04 Dec, 2018 3 commits
-
-
Łukasz Nowak authored
capturer does not work in some of tests environment.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 27 Nov, 2018 1 commit
-
-
Łukasz Nowak authored
In some places it is not working, and anyway KeDiFa is used in pinned versions environment mostly.
-