Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

3.2.0

Latest
Compare
Choose a tag to compare
@amoerie amoerie released this 23 Jan 14:59
· 110 commits to master since this release

Guest support!

This release introduces support for guestAuth. If enabled on TeamCity, this allows REST API calls without having to authenticate, (by making calls to /guestAuth instead of /httpAuth).

You can enable this by modifying the AuthenticationMode in appsettings.json (or the environment variable TEAMCITYTHEATRE_CONNECTION__AUTHENTICATIONMODE), possible values are "BasicAuthentication" or "Guest"