Hi, We have an origin 1.1.3 environment which is running a Jenkins CI-server. In a Jenkins job we're performing the following:
- authenticate in OpenShift env to get token - login into openshift docker registry - push image into registry We don't really like the part we need to authenticate in our OpenShift environment . At the moment jenkins is authenticating with a user with the cluster-admin role. But we want to create an OpenShift user who's only able to push an image to a registry. Which policiy do we have to give? We checked https://docs.openshift.com/enterprise/3.1/admin_guide/manage_authorization_policy.html There is a system:image-puller but nothing about pushing Thanks
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
