appsody / tekton-example

Example implementation of a tekton pipeline that deploys an Appsody project. This repo will be archived soon.
Apache License 2.0
11 stars 20 forks source link

right size permissions #35

Open kitty-catt opened 4 years ago

kitty-catt commented 4 years ago

Assigning the cluster-admin role, is over the top.

A modest project admin role works as well:

$ oc policy add-role-to-user admin system:serviceaccount::appsody-sa

I have tested this on OpenShift 4.5