kubeguard / guard

🔑 Kubernetes Authentication & Authorization WebHook Server
https://kubeguard.dev
Apache License 2.0
593 stars 81 forks source link

Update clientauthentication api to v1beta1 #355

Closed asuffield closed 1 year ago

asuffield commented 1 year ago

v1alpha1 is removed in k8s v24, so this needs updating to allow forward compatibility.

v1 does now exist, but k8s deps will have to be updated to v22 to use that, and this is a more minimal first step.