Skip to content

Add artefact browser #709

Open
Open
@michaelsauter

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

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions