aem cloud: is there any way to give users permissions to see the pipeline status?
In cloud manager, it shows the status of each pipeline. Deployment pipelines take 1-2 hours to run, and sometimes fail for no reason and have to be re-run, meaning it can take a day to deploy a simple code change to one env, e.g. "test". (then similar times to deploy it to the next env in the process, "QA", then similar time to deploy to Prod).
Our QA team need access to this so they can see when a deployment has succeeded so they can start testing.
However, the only way to do this would appear to be to make then super user administrators, which is certainly not viable.
In AEM, the only permissions available are:
1) Admin and User product profiles for each of the environments (dev, test, qa, stage prod etc).
2) "super user" admin rights as "system administrator", " product administrator", "product profile administrator" etc.
3) developer access (which unfortunately doesn't give access to view pipeline status)
Any suggestions? Any hacks or workarounds?