New Project - empty service-account-token

Posted on

When creating New Project, the following service accounts are created by default:
-builder
-default
-deployer
but the column "secret" displays value=0.
Going to Secrets in the new namespace created, the following were created:
-builder-token
-default-token
-deployer-token
but the colum "size" displays value=0.

I have this behavior since i executed the command:

oc adm policy add-scc-to-user anyuid system:serviceaccount:mcgw:default

Didn't find any helpfull doc in the net. How to troubleshoot this issue?

Responses