AWX-EE Image on Private Repo

,

I tried to create a custom EE. It works great when image is pre-pulled to my K8 host.

But when not, I’m getting unauthorized. It’s able to pull on public repo but failes on private repo. I already have my Container Registry credential linked to my execution environment.

Anyone had any luck in this similar setup?

My awx is installed on K8 using AWX-Operator

I think there is an issue with this. I had the same problem

https://github.com/ansible/awx/pull/10204

The fix is in the devel branch, not in a release version yet.

thanks team!