It would be nice if each item in ee_list would have a parameter to control whether the pushed image is kept private (the current PAH default) or change it to public after pushing which would allow unauthenticated users to pull it. While the default is the correct choice from a security perspective and suitable for most environments, in some cases and for various reasons some images would need to be public.
There's an example playbook showing how to adjust this for EE images at PAH, perhaps the implementation in the role could be something similar, in case this RFE is accepted and implemented:
https://github.com/myllynen/aap-automation/blob/master/examples/aap_ee_auth.yml
Thanks.
It would be nice if each item in ee_list would have a parameter to control whether the pushed image is kept private (the current PAH default) or change it to public after pushing which would allow unauthenticated users to pull it. While the default is the correct choice from a security perspective and suitable for most environments, in some cases and for various reasons some images would need to be public.
There's an example playbook showing how to adjust this for EE images at PAH, perhaps the implementation in the role could be something similar, in case this RFE is accepted and implemented:
https://github.com/myllynen/aap-automation/blob/master/examples/aap_ee_auth.yml
Thanks.