scripts/k8s-access: fix socket path too long
When config id is long the socket path will be too long and socket creation will fail.
We hash the config id to have a smaller path but still unique per env/config.
Edited by Ghost User
When config id is long the socket path will be too long and socket creation will fail.
We hash the config id to have a smaller path but still unique per env/config.