joshvanl
|
18ae2295f9
|
Pass context through to client calls in controllers and acme issuer
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
|
2021-03-31 20:34:12 +01:00 |
|
Salman
|
572bfb9111
|
Replace reflect.DeepEqual with semantic equality check
Signed-off-by: salmanahmed404 <salmanahmed404@gmail.com>
|
2021-03-27 12:49:14 +05:30 |
|
jetstack-bot
|
cdc53b65cb
|
Merge pull request #3500 from meyskens/update-copy
Update copyright to cert-manager project
|
2020-12-15 10:12:31 +00:00 |
|
Maartje Eyskens
|
ab0cd57dc5
|
Use The cert-manager Authors.
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
|
2020-12-11 19:04:13 +01:00 |
|
Maartje Eyskens
|
c6e84d7c83
|
Switch informer to networking
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
|
2020-12-09 16:36:11 +01:00 |
|
Maartje Eyskens
|
1788a9d758
|
Update copyright to cert-manager project
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
|
2020-12-08 19:04:49 +01:00 |
|
Maartje Eyskens
|
c0d88c28e4
|
Add a unit test for more challenges than previously allowed
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
|
2020-10-22 14:45:02 +02:00 |
|
Maartje Eyskens
|
42803173cb
|
Fix a panic when changing the max concurrent challenges
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
|
2020-10-20 15:45:45 +02:00 |
|
Matthias Frey
|
2f2253afaf
|
make propagation check period configurable
Signed-off-by: Matthias Frey <freym@users.noreply.github.com>
|
2020-09-24 11:28:49 +02:00 |
|
Richard Wall
|
3fb3db27ff
|
Fix ACME challenge type in unit tests
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
|
2020-08-20 14:28:06 +01:00 |
|
Maartje Eyskens
|
5aba6f956b
|
Fix ACME
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
|
2020-08-20 14:28:06 +01:00 |
|
Richard Wall
|
81eb53f597
|
./hack/update-all.sh
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
|
2020-08-20 14:28:06 +01:00 |
|
Richard Wall
|
a70298180a
|
Run a script to update v1alpha2 usage to v1
Script is available at https://github.com/jetstack/cert-manager/pull/3201
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
|
2020-08-20 14:26:51 +01:00 |
|
Maartje Eyskens
|
827ce9c5ad
|
Revert log levels on errors
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
|
2020-08-12 10:59:42 +02:00 |
|
Maartje Eyskens
|
86dee5ed41
|
Set error log levels
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
|
2020-08-12 10:59:41 +02:00 |
|
Maartje Eyskens
|
fecd0b3518
|
Set all log levels for info
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
|
2020-08-12 10:59:41 +02:00 |
|
JoshVanL
|
92eb8d0957
|
Refactor controllers to use new instrumented metrics that's baked into
all controllers
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2020-05-18 17:43:56 +01:00 |
|
James Munnelly
|
b126a0c0e5
|
Use acme AccountRegistry throughout and tidy up ACME setup code
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2020-05-13 13:14:46 +01:00 |
|
James Munnelly
|
822b9e17a0
|
Remove AdditionalRunFuncs from base controller
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2020-03-30 20:43:00 +01:00 |
|
James Munnelly
|
881b886049
|
Update Kubernetes API client call-sites
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2020-03-26 12:58:50 +00:00 |
|
James Munnelly
|
641fe0da7c
|
Switch to using upstream golang.org/x/crypto
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-12-03 16:49:31 +00:00 |
|
James Munnelly
|
00ad3446ef
|
Surface ACME Challenge failure reason on Challenge resource if available
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-10-29 09:22:08 +00:00 |
|
James Munnelly
|
ef55bd5807
|
Mark Order & Challenge resources as Errored if 4xx error is received
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-10-11 09:30:17 +01:00 |
|
James Munnelly
|
e3b1e9bdb9
|
Call UpdateStatus before Update when finalizing Challenges
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-10-02 14:09:24 +01:00 |
|
James Munnelly
|
9a807be80a
|
Fix not returning updateErr if updating status failed
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-10-02 14:09:24 +01:00 |
|
James Munnelly
|
8bf08237f7
|
Migrate acmechallenges and acmeorders to use UpdateStatus
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-10-02 12:38:29 +01:00 |
|
JoshVanL
|
b6803a2185
|
Fully update challenge and order in controller sync instead of UpdateStatus
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
|
2019-09-30 13:47:51 +01: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
|
2868b4a7b7
|
Update pkg/controllers
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-09-23 10:07:53 +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
|
99714943bc
|
Remove deprecated code from acmechallenges controller (tests only)
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-09-19 13:07:59 +01:00 |
|
James Munnelly
|
e8d1bc608e
|
Update for ACMEChallengeType type
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-09-10 14:45:26 +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 |
|
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
|
32bc10710e
|
Update use of featuregate package
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-07-20 01:57:24 +01:00 |
|
James Munnelly
|
5f5811b81e
|
Respect --namespace flag in rfc2136 provider
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-07-03 13:52:43 +01:00 |
|
James Munnelly
|
20b1343c88
|
Remove use of klog from more places
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-06-25 14:30:41 +02:00 |
|
James Munnelly
|
f8a798bd2b
|
update bazel files
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-06-19 15:33:57 +01:00 |
|
James Munnelly
|
442789113a
|
Refactor controllers to not reference BaseController
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-06-19 15:11:06 +01:00 |
|
jetstack-bot
|
48cd58b23f
|
Merge pull request #1722 from cheukwing/issue-1003
Add BaseController as a refactoring of common controller code
|
2019-06-17 19:27:57 +01:00 |
|
Michael Tsang
|
0add074b7f
|
Add basecontroller to other controllers
Signed-off-by: Michael Tsang <michael.tsang@jetstack.io>
|
2019-05-23 17:32:33 +01:00 |
|
Michael Tsang
|
7d67ae466e
|
Remove metrics field from controllers
Signed-off-by: Michael Tsang <michael.tsang@jetstack.io>
|
2019-05-20 11:06:11 +01:00 |
|
Michael Tsang
|
455f6ebab4
|
Use ControllerName as label value
Signed-off-by: Michael Tsang <michael.tsang@jetstack.io>
|
2019-05-17 16:49:39 +01:00 |
|
Michael Tsang
|
f2e57a1c95
|
Add ControllerSyncCallCount metric
Signed-off-by: Michael Tsang <michael.tsang@jetstack.io>
|
2019-05-17 14:22:16 +01:00 |
|
Michael Tsang
|
a628b8f5a7
|
Use MaxConcurrentChallenges flag in scheduler
Signed-off-by: Michael Tsang <michael.tsang@jetstack.io>
|
2019-05-13 17:03:35 +01:00 |
|
James Munnelly
|
bbf4012e12
|
Handle expired challenge responses in acmechallenges controller
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-04-30 18:57:26 +01:00 |
|
jetstack-bot
|
570751236d
|
Merge pull request #1585 from munnerz/validate-caa-feature-gate
Add feature gate for ValidateCAA functionality and default it to off
|
2019-04-30 14:17:48 +01:00 |
|