Commit Graph
1104 Commits
Author SHA1 Message Date
James Munnelly c8a326dd09 Remove dead code in apis package
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-08-13 20:50:42 +01:00
James Munnelly 3bb5fb1897 Fix concurrent map write panic
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-08-13 12:07:41 +01:00
Moritz Johner 591587273e feat: add option to assume-role in route53
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2019-08-03 17:37:25 +02:00
jetstack-botandGitHub 7575e26391 Merge pull request #1957 from munnerz/fixup-req-status
Add omitempty to spec and status fields
2019-08-02 17:31:14 +01:00
jetstack-botandGitHub c67c53c0dd Merge pull request #1956 from vasrem/fix_metrics
Fix functionality of metrics cleanUp function
2019-08-02 16:55:15 +01:00
James Munnelly 987967ce02 Add omitempty to spec and status fields
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-08-02 16:23:20 +01:00
Vasilis Remmas 9495b4cf62 Fix functionality of metrics cleanUp function
Signed-off-by: Vasilis Remmas <vasremm@gmail.com>
2019-08-02 15:10:26 +02:00
jetstack-botandGitHub 946b1f2781 Merge pull request #1939 from munnerz/fixup-enums
Fix enum type validation schema in API
2019-08-02 14:09:15 +01:00
James Munnelly 8055f06758 Fix enum type validation schema
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-08-02 13:55:40 +01:00
jetstack-botandGitHub 892eafbf63 Merge pull request #1906 from JoshVanL/cr-self-signed
SelfSigned Sign Implementation
2019-08-02 13:51:15 +01:00
JoshVanL 233afd2f94 Remove fake in CR controller and fail hard for no annotations for
selfsigned

Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-08-02 12:36:01 +01:00
jetstack-botandGitHub c7cdf6f463 Merge pull request #1949 from munnerz/relax-validation-issuerref
Do not validate issuerRef's Kind field if group is not recognised
2019-08-02 12:25:14 +01:00
James Munnelly b3aadba2b7 Do not validate issuerRef's Kind field if group is not recognised
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-08-02 12:11:12 +01:00
JoshVanL 6bd9de1253 Have CR selfsigned to use reporter
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-08-01 17:01:39 +01:00
JoshVanL 071e5ab208 Always set secret ref annotation for CRs
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-08-01 16:39:01 +01:00
JoshVanL 42c47c7754 Ensures certificate controller add selfsigned annotations to CRs
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-08-01 16:39:01 +01:00
JoshVanL 46fd159f81 Register self signed CR controller
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-08-01 16:39:01 +01:00
JoshVanL 97f2183a16 Adds fake secrets lister to simulate network failure
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-08-01 16:39:01 +01:00
JoshVanL 6d3416325e Move tests to use new slimmer controller test builder
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-08-01 16:39:01 +01:00
JoshVanL d98a6dc9d6 Adds events checks to SelfSigned sign unit tests
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-08-01 16:39:01 +01:00
JoshVanL f26ea8dfb6 Adds selfsigned certificaterequest e2e tests
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-08-01 16:39:01 +01:00
JoshVanL 0ce8aab9d2 Adds SelfSigned certificaterequest controller
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-08-01 16:39:01 +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 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
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-botandGitHub 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 f6f3ac08d1 Set 'scope' on ClusterIssuer resource type
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-07-26 17:30:29 +01:00
James Munnelly 5aeee11598 Add unit tests for deprecated config feature flag
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-07-26 17:18:48 +01:00
James Munnelly 1da47b9e68 Add DisableDeprecatedACMECertificates feature gate
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-07-26 16:17:59 +01:00
James Munnelly 73364f592b Fix panic
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-07-26 15:45:34 +01:00
James Munnelly 404cfcfa43 Update certificates controller to use builder
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-07-26 15:24:42 +01:00
James Munnelly 85bdc901c5 Use CheckAndFinish and test events in new certificates controller
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-07-26 15:24:42 +01:00
James Munnelly ff0a2c00a1 Don't manually init issuer helper
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-07-26 15:24:41 +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 8a2bcb5dd1 Set the apiutil clock in test builder
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-07-26 15:09:24 +01:00
James Munnelly d43fb909c4 Convert acmechallenges controller to use test builder directly
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-07-26 14:14:48 +01:00
James Munnelly 331f490312 Remove util_test.go from issuers & clusterissuers
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-07-26 13:13:37 +01:00
James Munnelly 6ecaecb0fc Tidy up pkg/acme package
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-07-26 12:40:22 +01:00
James Munnelly 57315074f7 acmeorders: remove util_test.go and refactor to use builder directly
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-07-26 12:30:23 +01:00
James Munnelly 99bbc31386 Promote 'Clock' to be a field on controller context
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-07-26 12:30:23 +01:00
James Munnelly 70d7d222e8 Centralise fake structures into 'fake' subpackages
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-07-26 12:30:23 +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 8047b4a5b9 Use test builder directly in CertificateRequest controller
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-07-25 15:59:17 +01:00
James Munnelly 434b2408be Add CheckAndFinish to controller test.Builder
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-07-25 15:58:39 +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
James Munnelly f4140e2df0 Remove validation dependence on rfc2136 package
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-07-25 14:57:51 +01:00
James Munnelly 6cd42305ec Fix kubebuilder annotations in pkg/apis
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-07-25 14:57:50 +01:00
jetstack-botandGitHub 4dc46d68cd Merge pull request #1910 from JoshVanL/ca-issuer-sign-migration
Move CA signer into ./pkg/controller/certificaterequests/ca
2019-07-25 14:48:28 +01:00