appgate / sdp-k8s-injector

SDP Client for Kubernetes
MIT License
2 stars 8 forks source link

Fix prefix_name in SDPUser to support old user names #227

Closed lepiolet closed 10 months ago

lepiolet commented 10 months ago

Description

New versions of the injector add a random suffix to user names to avoid conflicts but old versions didn't do that. We need to support also users created by old versions during upgrade so the function needs to be compatible with both schemas

Checklist