James Munnelly
|
1adfe16690
|
Bulk fix of non-test staticcheck failures
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2020-06-26 12:25:08 +01:00 |
|
James Munnelly
|
acff2b12bb
|
Fix JKS keystore functionality and add additional tests
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2020-03-23 10:02:42 +00:00 |
|
JoshVanL
|
3bcc038c09
|
Check for Issuer readiness in CR controllers
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-11-19 20:31:44 +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
|
f2f3aee50d
|
Update codebase for new API group
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-09-23 12:06:13 +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 |
|
JoshVanL
|
92a6e32a73
|
Remove the possibility to set the generic CR controller to set issuance
pending
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-08-15 13:20:57 +01:00 |
|
JoshVanL
|
2948280f01
|
Fixes CR condition reporting and cleans up main sync tests
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-08-14 21:17:18 +01:00 |
|
JoshVanL
|
7e56ce1c01
|
Adds CR reporter tests and cleans up code
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-08-13 17:24:38 +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
|
f8c617a582
|
Adds failure time to CertificateRequest Status
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-08-12 12:41:54 +01:00 |
|
JoshVanL
|
dbbce3e278
|
Updates certificaterequest/sync_test.go for new Sign method
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-08-01 11:52:54 +01:00 |
|
James Munnelly
|
cee2af6281
|
Set fixedClock on test builders
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-07-26 15:24:01 +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
|
8047b4a5b9
|
Use test builder directly in CertificateRequest controller
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-07-25 15:59:17 +01:00 |
|
JoshVanL
|
425dbd993c
|
Revert CR unit tests to SelfSigned
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-07-23 14:21:56 +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
|
6faa657483
|
Prefixes error->reason and correctly bubbles issuer kind to logs
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-07-17 09:42:59 +01:00 |
|
JoshVanL
|
8bbcf345c9
|
Changes CertificateRequest conditions to only Pending/Failed/Issued
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-07-16 15:31:12 +01:00 |
|
JoshVanL
|
c949b01aac
|
Adds Group to CertificateRequest IssuerRef to distinguish controller
ownership
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-07-08 14:33:11 +01:00 |
|
JoshVanL
|
bccb6541b1
|
Return nil, if CR failed. Update tests and remove dead code
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-07-04 14:26:08 +01:00 |
|
JoshVanL
|
3997d8b4fe
|
Adds more sync tests to CertificateRequest controller
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-07-03 15:43:33 +01:00 |
|
JoshVanL
|
80091063a1
|
Cleanup validation, logging and status reporting
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-07-03 15:43:33 +01:00 |
|
JoshVanL
|
3cc31075ef
|
Fixes CertificateRequest controller tests
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-07-03 15:43:14 +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 |
|