jetstack-bot
|
a1c134e78c
|
Merge pull request #6574 from ThatsMrTalbot/tls-metrics-endpoint
feat: add tls to metrics endpoint
|
2024-01-10 14:48:17 +00:00 |
|
Adam Talbot
|
d27fcc2762
|
refactor: refactored metrics server code into internal package
Signed-off-by: Adam Talbot <adam.talbot@venafi.com>
|
2024-01-04 15:49:25 +00:00 |
|
Richard Wall
|
036e3a8e74
|
Replace all uses of sets.String with the generic sets.Set
Signed-off-by: Richard Wall <richard.wall@venafi.com>
|
2024-01-02 17:24:38 +00:00 |
|
Adam Talbot
|
ae143c15f6
|
feat: add tls to metrics endpoint
Signed-off-by: Adam Talbot <adam.talbot@venafi.com>
|
2023-12-27 17:15:00 +00:00 |
|
Allen Mun
|
9b09aa87a7
|
Add flag and field to customize leaf duration on dynamic certificates
Signed-off-by: Allen Mun <allen.mun@capitalone.com>
|
2023-12-13 15:45:52 -05:00 |
|
Tim Ramlot
|
b19d11d267
|
change the types of ports in the WebhookConfiguration:
internal: *int -> int32
public: *int -> *int32
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
|
2023-08-15 20:53:58 +02:00 |
|
Tim Ramlot
|
82beacaee2
|
removed unused NewCertManagerWebhookServer function argument
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
|
2023-02-28 12:30:44 +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 |
|
James Munnelly
|
bf98c92a44
|
Remove ServerOption type now that webhook initialization has moved to internal package
Signed-off-by: James Munnelly <jmunnelly@apple.com>
|
2022-01-20 10:56:51 +00:00 |
|
James Munnelly
|
07a0171e98
|
Use regular discovery client instead of cache
Signed-off-by: James Munnelly <jmunnelly@apple.com>
|
2022-01-20 10:56:50 +00:00 |
|
James Munnelly
|
708de3c580
|
webhook: use new admission-plugin backed validation and mutation handlers
Signed-off-by: James Munnelly <jmunnelly@apple.com>
|
2022-01-20 10:56:46 +00:00 |
|
James Munnelly
|
dd560bca6a
|
Add internal webhook package that uses new admission chain
Signed-off-by: James Munnelly <jmunnelly@apple.com>
|
2022-01-20 10:55:43 +00:00 |
|