We are seeing the plain credentials as part of k8s pull secrets file. Is there any way to safely secure them so that admin/user who have full rights cannot misuse them?
Pull-Secret Example:
.dockercfg:
{"dockercentral.test.com:5050":
{"username": "test.it.com",
"password":"dwew32",
"email":"mark.test@yahoo.com",
"auth":"br23231fsdfdfsdfs3211"
}
}
Above is the Pull-secrets file, where we see the user name and password values as plain text. Please help on safely securing them in k8s!