webartoli / hudson-tray-tracker

Automatically exported from code.google.com/p/hudson-tray-tracker
0 stars 0 forks source link

Authentication #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Need to support authentication when adding a server.

Which authentication methods?

Original issue reported on code.google.com by Alexis.S...@gmail.com on 24 Feb 2009 at 1:28

GoogleCodeExporter commented 9 years ago
I just need to access an https session with username and password

Original comment by tom.aye...@gmail.com on 14 Oct 2009 at 8:25

GoogleCodeExporter commented 9 years ago
As a start, I need to access Hudson server configured with "Standard Security 
Setup" 
as described here: 
http://wiki.hudson-ci.org/display/HUDSON/Standard+Security+Setup
(Security Realm: Hudson's own user database; Authorization: Matrix-based 
security).
I found that this tracker may be very useful for my team, but only with this 
functionality.

Original comment by zdravko....@gmail.com on 5 Nov 2009 at 10:05

GoogleCodeExporter commented 9 years ago
Regardless of the method, can't you just send an HTTP Authenticate header to the
server while getting an API page? Does the method actually matter?

Original comment by sysop...@gmail.com on 6 Nov 2009 at 12:34

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I think sysop073 is right. Sending an HTTP Authenticate header to the server 
must be 
enough. Example in Groovy: http://wiki.hudson-
ci.org/display/HUDSON/Authenticating+scripted+clients

Original comment by zdravko....@gmail.com on 6 Nov 2009 at 8:06

GoogleCodeExporter commented 9 years ago
Sounds good and simple enough to implement.

What do you think about the password? Do you need it to be stored so that it is
remembered between launches, or would you rather type it each time you launch 
the
application?

Original comment by Alexis.S...@gmail.com on 6 Nov 2009 at 8:36

GoogleCodeExporter commented 9 years ago

Original comment by Alexis.S...@gmail.com on 6 Nov 2009 at 3:25

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r105.

Original comment by Alexis.S...@gmail.com on 6 Nov 2009 at 3:37

GoogleCodeExporter commented 9 years ago
I will soon provide a release for you to test.

Original comment by Alexis.S...@gmail.com on 6 Nov 2009 at 3:38

GoogleCodeExporter commented 9 years ago
Can you try this beta version and let me know if this works:
http://hudson-tray-tracker.googlecode.com/files/HudsonTrayTrackerInstaller_v0.9.
5_beta.exe

In the settings form, when you add a server or edit an existing one, you can now
specify credentials to use.

Original comment by Alexis.S...@gmail.com on 9 Nov 2009 at 9:16

GoogleCodeExporter commented 9 years ago
Context menu items "Open project page" and "View console output" don't work 
with 
secured Hudson. All the other looks good. Thanks!

Original comment by zdravko....@gmail.com on 10 Nov 2009 at 11:12