1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00
external-secrets/cmd
João Silva 744309abfa
Add webhook tls options (#1466)
During our internal security scan, the webhook for external-secrets was
flagged because it supports protocol vulnerable to Sweet32
(https://sweet32.info/). In order to avoid the webhook from being
flagged, we need to restrict the TLS ciphers on controller runtime.

To do this I needed to update the dependency to 0.12.3 and some other
conflicting dependencies.

Signed-off-by: Joao Pedro Silva <jp.silva15@gmail.com>
2022-08-31 18:18:45 +02:00
..
certcontroller.go feat: implement validating webhook 2022-03-01 21:25:15 +01:00
root.go Add webhook tls options (#1466) 2022-08-31 18:18:45 +02:00
webhook.go Add webhook tls options (#1466) 2022-08-31 18:18:45 +02:00