You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
Hi!
We're using the Google Login Plugin on our Jenkins. Now I want to serve a file via the userContent folder. This works and I can access the file when logged in with my browser. But now I want the file to be accessible without being logged in. When I try to access the file I am redirected to the Google Login page. Is there a way to generate a token for this single file or is it possible to use my user API token to add as a parameter for the image URL?
Thanks!
Daniel Beck
unread,
Aug 4, 2016, 11:11:23 AM8/4/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
/userContent access needs Overall/Read permission.
Handing out API tokens even as part of URLs is not a good idea, as it gives the full privileges of the user it is associated with.