Issue 0075

Summary
Have ftc authenticate itself with Jenkins
Owner
Tim
Reporter
Dhinakar Kalyanasundaram
Status
open
Priority
medium

Description [edit section]

If I enable security in Fuego dashboard (Manage Jenkins -> Configure Global Security -> Enable Security and choose 'Logged-in users can do anything', and have 'Allow anonymous read access' not checked), I get authentication issues in 'ftc list-nodes' command:

If I check 'Allow anonymous read access', then it works:

Notes [edit section]

In general, we should probably be using an authenticated user for ftc access to Jenkins, to avoid permission problems like this.

This will require some investigation, but we should be able to generate a key (or handle or token or something) that can be used inside the docker container, and automatically install it for the user on container creation.

backlink

Fuego Issues List