windows-gmsa
windows-gmsa copied to clipboard
External components to support Windows GMSA in Kubernetes
Update to golang 1.22 and use latest k8s/golang libraries
Changing the `gmsacredentialspecs.windows.k8s.io` CRD scope from `Cluster` to `Namespaced` at: https://github.com/kubernetes-sigs/windows-gmsa/blob/9fa8e91dc398196a8ecb70966f20a3d7ee806358/admission-webhook/deploy/gmsa-crd.yml#L118 results in the admission webhook failing with: ``` time="2021-11-24T19:57:14Z" level=info msg="refusing to admit pod &Pod{...} with code 500: unable...
# issue gmsa admission webhook intercepts everything, including pods that have nothing to do with gmsa.  the gmsa mutating webhook has no object selector / match expressions. it may...
This will only apply to gmsa pods which have the corresponding security context Disabling/enabling of this can be controlled through ENV
fixed this internally a while back in response to https://github.com/kubernetes-sigs/windows-gmsa/issues/148 inserts webhook match conditions such that gmsa doesn't intercept _every_ pod, only those relevant to windows securfity contexts. extends values...
Hi, I installed last version (v0.13.0) of windows-gmsa in our EKS cluster and configured it in order to use certification manager with automatic certification renew. I saw the enhancement of...