Richard Wall
|
1ade01f819
|
Addressed code review feedback and simplified the unit-tests
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
|
2022-05-14 14:24:13 +01:00 |
|
Richard Wall
|
557d14a0cd
|
Refactor the update and updateStatus to a single deferred function
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
|
2022-05-12 16:51:30 +01:00 |
|
Richard Wall
|
6a4fffbedc
|
Test that the cleanup is performed
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
|
2022-04-29 17:51:34 +01:00 |
|
Richard Wall
|
dd4fe97928
|
Set the finalizer as part of the Challenge Sync function
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
|
2022-04-27 10:34:22 +01:00 |
|
Ashley Davis
|
3a055cc2f5
|
rename all uses of github.com/jetstack/cert-manager
This was done by running the following command twice:
```bash
grep -Ri "github.com/jetstack/cert-manager" . | \
cut -d":" -f1 | \
sort | \
uniq | \
xargs sed -i
"s/github.com\/jetstack\/cert-manager/github.com\/cert-manager\/cert-manager/"
```
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
|
2022-02-02 09:08:31 +00:00 |
|
joshvanl
|
f83f02cc8b
|
Replace GetChallenge call in acmechallenge controller to
GetAuthorization
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
|
2021-09-15 16:05:37 +01: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
|
1788a9d758
|
Update copyright to cert-manager project
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
|
2020-12-08 19:04:49 +01: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 |
|
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 |
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
af9bce7221
|
Add 'webhook' DNS01 provider type
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-04-18 17:19:32 +01:00 |
|
Daniel Morsing
|
99c16b77dc
|
fix other test
Signed-off-by: Daniel Morsing <dmo@jetstack.io>
|
2019-01-21 13:33:34 +00:00 |
|
Daniel Morsing
|
88d811b34c
|
change Check function signature
This makes the check function into a simple precondition
Signed-off-by: Daniel Morsing <dmo@jetstack.io>
|
2019-01-17 16:45:03 +00:00 |
|
James Munnelly
|
0fcc0c666c
|
Update copyright header year
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2019-01-07 15:07:55 +00:00 |
|
James Munnelly
|
e3ab52861a
|
Only follow CNAMEs if the Issuer's cnameStrategy is 'Follow'
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2018-12-04 13:57:13 +00:00 |
|
James Munnelly
|
0656d6cf77
|
Update acmechallenges unit tests
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2018-11-28 22:06:03 +00:00 |
|
James Munnelly
|
73f65b9490
|
Retry after a fixed 5s if self check is failing
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2018-11-21 20:29:02 +00:00 |
|
James Munnelly
|
61eb132067
|
Update challenges controller unit tests for new processing field
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2018-11-06 12:31:16 +00:00 |
|
James Munnelly
|
01bc1fd51a
|
Update acmechallenges unit tests
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2018-10-15 23:37:00 +01:00 |
|
James Munnelly
|
d7f21fd59e
|
Refactor acmechallenges unit test fixture construction
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2018-10-13 23:36:33 +01:00 |
|
James Munnelly
|
eadbbc85c5
|
Add missing boilerplate headers
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2018-10-12 12:40:39 +01:00 |
|
James Munnelly
|
d323a1df0d
|
Add unit tests for acmeorders and acmechallenges
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2018-10-12 12:40:39 +01:00 |
|