anaynayak / buildnotify

A system tray based build status notification app for cctray.xml feeds.
https://anaynayak.github.io/buildnotify/
Other
29 stars 7 forks source link

Buildnotify support for HTTP basic authentication (username and password) #2

Closed anaynayak closed 7 years ago

anaynayak commented 14 years ago

Originally reported by: Anay Nayak (Bitbucket: Anay, GitHub: Anay)


Given a user needs to monitor a secure CruiseControl instance using BuildNotify

When the user provides basic authentication information in the cctray url (http://user:password@host:port/dashboard/cctray.xml),

Then BuildNotify should be able to access and monitor the CruiseControl instance.


anaynayak commented 14 years ago

Original comment by Anay Nayak (Bitbucket: Anay, GitHub: Anay):


Changes have been pushed to PPA. If you have already installed buildnotify through https://launchpad.net/~anay/+archive/ppa , the package would be automatically updated by the update manager.

anaynayak commented 14 years ago

Original comment by Anonymous:


+1. I assume many many other developers have their build server behind basic auth. Any plans to implement this?