Open
Description
Currently it is tricky to see artifacts as one has to login to Nexus to be able to access them.
To simplify this, we could add an endpoint to the pipeline manager which would allow users to browse artefacts.
It would work something like the following:
- Bitbucket build status / insight would link to an endpoint on the pipeline manager
- OpenShift OAuth proxy is deployed as a sidecar, protecting the endpoint
- User following the link needs to authenticate via the OAuth proxy (using OpenShift)
- When the endpoint receives a request, it searches for all assets in Nexus and displays them on screen
- When a request to one of the files is made, the endpoint proxies the request to Nexus, using the Nexus credentials stored in the K8s secret for access
The feature should be optional as the OpenShift proxy would not work in plain K8s clusters.
FYI @oalyman