*What* Investigate how to create a token based download url (create a plugin or search for an existing one) *Why*
In order to allow developers to give out links to artefacts to CI CD builds that can be installed on devices without needing to login to Jenkins
*How*
Look in to a plugin that will generate a url with an access token. Another option would be a side car or operator that watches the builds and when the build is complete creates a url with an access token that it annotates the build with. We did something similar to this in the PoC the url for the download was the side car which would verify the token and then would use the jenkins credentials to access the artefact and proxy the download. |
|