linkerd2/test/integration
Alex Leong da194f5dc3
Warn when webhook certificates near expiry (#5155)
Fixes #5149 

Before:

```
linkerd-webhooks-and-apisvc-tls
-------------------------------
× tap API server has valid cert
    certificate will expire on 2020-10-28T20:22:32Z
    see https://linkerd.io/checks/#l5d-tap-cert-valid for hints
```

After:

```
linkerd-webhooks-and-apisvc-tls
-------------------------------
√ tap API server has valid cert
‼ tap API server cert is valid for at least 60 days
    certificate will expire on 2020-10-28T20:22:32Z
    see https://linkerd.io/checks/#l5d-webhook-cert-not-expiring-soon for hints
√ proxy-injector webhook has valid cert
‼ proxy-injector cert is valid for at least 60 days
    certificate will expire on 2020-10-29T18:17:03Z
    see https://linkerd.io/checks/#l5d-webhook-cert-not-expiring-soon for hints
√ sp-validator webhook has valid cert
‼ sp-validator cert is valid for at least 60 days
    certificate will expire on 2020-10-28T20:21:34Z
    see https://linkerd.io/checks/#l5d-webhook-cert-not-expiring-soon for hints
```

Signed-off-by: Alex Leong <alex@buoyant.io>
2020-10-30 11:48:51 -07:00
..
configs tests: Add Calico CNI deep integration tests (#4952) 2020-09-23 19:58:28 +05:30
edges tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00
egress tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00
endpoints tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00
externalissuer tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00
get tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00
inject Do not permit cluster networks to be overridden per-pod (#5111) 2020-10-21 09:34:13 -07:00
multicluster tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00
routes tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00
serviceaccounts Add a Windows Linkerd cli Test (#4653) 2020-07-02 23:13:57 +05:30
serviceprofiles tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00
smimetrics Skip SMI metrics integration test on arm (#5086) 2020-10-14 14:10:33 -07:00
stat tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00
tap tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00
testdata Warn when webhook certificates near expiry (#5155) 2020-10-30 11:48:51 -07:00
tracing tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00
trafficsplit tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00
uninstall tests: Consolidate TestHelper.LinkerdRun error handling (#5057) 2020-10-15 14:57:03 -07:00
install_test.go Remove code refs to controllerImageVersion (#5119) 2020-10-21 13:40:25 -05:00