jetstack-bot
|
35add56ef5
|
Merge pull request #2625 from srbraun/crl
adds option to specify CRL Distribution Point. #2612
|
2020-03-23 13:33:32 +00:00 |
|
Sergey Braun
|
9b76cdd402
|
adds CDP field and description to CA issuer
Signed-off-by: Sergey Braun <dev@skra.space>
|
2020-03-19 12:52:43 +01:00 |
|
Josh Soref
|
81aaf3d7d2
|
spelling: signing
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
2020-02-24 17:20:49 -05:00 |
|
Josh Soref
|
08f7e24c74
|
spelling: invalid
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
|
2020-02-24 16:43:19 -05:00 |
|
JoshVanL
|
b989f4e604
|
Remove cert-manager core issuers from marking CR as InvalidRequest
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2020-01-17 13:35:05 +00:00 |
|
JoshVanL
|
1c9557b729
|
Adds InvalidRequest condition set to CertificateRequest controllers
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2020-01-09 15:13:54 +00:00 |
|
JoshVanL
|
de7aaa84d3
|
Update CertificateRequest controller unit tests
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-11-19 22:09:01 +00:00 |
|
JoshVanL
|
94d077a5fb
|
Adds status sub resource and changes updates
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-09-30 13:47:50 +01:00 |
|
James Munnelly
|
973f4aa424
|
Update codebase for external dependencies
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-09-26 12:52:43 +01:00 |
|
James Munnelly
|
bf9fbea23f
|
Update codebase for new meta apigroup
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-09-20 19:25:04 +01:00 |
|
James Munnelly
|
58754abf37
|
Refactor codebase for v1alpha2
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-09-20 16:22:43 +01:00 |
|
James Munnelly
|
1b8a286206
|
Rename Setup->Init and use Start to start informers
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-08-22 13:11:33 +01:00 |
|
James Munnelly
|
6052e0558e
|
Refactor base controller and allow Running additional informers
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-08-21 13:22:57 +01:00 |
|
JoshVanL
|
1814a09580
|
Update CA CR controller tests with now correct conditions
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-08-14 22:54:47 +01:00 |
|
JoshVanL
|
6e983fd7e6
|
Refactors CA cr controller to use sync
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-08-14 18:17:26 +01:00 |
|
JoshVanL
|
ea84dfdb2b
|
Code organisation and cleaning up code
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-08-13 23:37:35 +01:00 |
|
JoshVanL
|
a8e7584b36
|
Adds unit tests to vault CR controller
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-08-13 23:37:06 +01:00 |
|
JoshVanL
|
0eb4ef385b
|
Change CR reporter to be a long lived struct
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-08-13 11:36:53 +01:00 |
|
JoshVanL
|
0361a83c20
|
Fix reporter not setting correct conditions
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-08-13 10:02:53 +01:00 |
|
JoshVanL
|
8be302dc10
|
Moves fake lister into /test and removes logging from reporter
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-08-01 13:44:19 +01:00 |
|
JoshVanL
|
480347aa26
|
Creates CR reporter util and updates ca_test.go
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-08-01 11:29:11 +01:00 |
|
jetstack-bot
|
222d46ab99
|
Merge pull request #1735 from kragniz/controller-tools-crd
Use controller-gen to generate CRDs
|
2019-07-29 19:48:32 +01:00 |
|
James Munnelly
|
ad686fbe58
|
Fix format errors
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-07-26 09:52:24 +01:00 |
|
James Munnelly
|
489feb3c30
|
Rename request->certificateRequest
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-07-25 16:35:23 +01:00 |
|
James Munnelly
|
c4b30cd837
|
Use test Builder directly in CA requests controller
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-07-25 16:18:03 +01:00 |
|
James Munnelly
|
406e6ad291
|
Don't depend on pkg/issuer in pkg/util/pki
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-07-25 15:12:41 +01:00 |
|
JoshVanL
|
a0d5793d9b
|
Adds Recorder event tests to CA CR controller
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-07-23 18:18:44 +01:00 |
|
JoshVanL
|
f8c511a705
|
Address ca sign returning error
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-07-23 12:06:30 +01:00 |
|
JoshVanL
|
294d8ae93d
|
Move IssuerKind to ./pkg/util
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-07-23 09:27:22 +01:00 |
|
JoshVanL
|
ab838197fc
|
Move CA signer into ./pkg/controller/certificaterequests/ca
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-07-23 09:27:22 +01:00 |
|
JoshVanL
|
6b1ff0148b
|
Adds certificate request base controller and CA issuer controller
instance
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-07-03 15:42:03 +01:00 |
|