Surfacing docker-registry secrets created with Kubectl

Does anyone know how I make docker-registry secrets created with Kubectl visible in the Rancher UI? I am using AWS ECR for our registry, and since the passwords change every 12 hours I have to update them. The simplest way I found is to install the AWS cli and Kubectl in the host VM where Rancher runs, and using a cron job to delete and recreate the docker-registry secret for our registry every 6 hours. But this does not show up in the Rancher UI. Do I have to do something special to make it visible in the UI?

Oh, never mind. I was looking at the wrong project. The secret is created in visible in the default project in the cluster. I was looking at the wrong one.