*Why* So UPS can use the serviceaccount as an oauth client for OpenShift.
*How* See how the serviceaccount is defined for Jenkins as an example https://github.com/openshift/origin/blob/master/examples/jenkins/jenkins-persistent-template.json#L186-L195 The serviceaccount can be added to the APB provision task https://github.com/aerogearcatalog/unifiedpush-apb/blob/master/roles/provision-unifiedpush-apb/tasks/main.yml |
|