windows-gmsa icon indicating copy to clipboard operation
windows-gmsa copied to clipboard

External components to support Windows GMSA in Kubernetes

Results 6 windows-gmsa issues
Sort by recently updated
recently updated
newest added

Update to golang 1.22 and use latest k8s/golang libraries

sig/windows
approved
size/L
cncf-cla: yes

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...

lifecycle/frozen

# issue gmsa admission webhook intercepts everything, including pods that have nothing to do with gmsa. ![image](https://github.com/kubernetes-sigs/windows-gmsa/assets/16337726/bfcd84ba-f8de-4b5a-989c-485c449c74d5) the gmsa mutating webhook has no object selector / match expressions. it may...

help wanted
sig/windows

This will only apply to gmsa pods which have the corresponding security context Disabling/enabling of this can be controlled through ENV

sig/windows
size/M
cncf-cla: yes

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...

sig/windows
size/M
cncf-cla: yes

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...