TW-2836 |
Allow to disable somehow authentication for artifacts repository |
|
0
|
|
null
Issue wasresolved
Issue wasresolved
TW-2836 |
Allow to disable somehow authentication for artifacts repository |
|
0
|
|
e.g. http://buildserver/guestAuth/repository/download/BuildServer_MasterBuild/150640:id/TeamCity-5210.tar.gz
instead of
http://buildserver/repository/download/BuildServer_MasterBuild/150640:id/TeamCity-5210.tar.gz?guest=1
Further feature elaborating can include providing access to artifacts via unique URL (resettable) like:
http://buildserver/AuthToken/70o3pur3Z/repository/download/BuildServer_MasterBuild/150640:id/TeamCity-5210.tar.gz?guest=1
Just wondering about the details of this implementation:
Is it something like this?:
http://myserver.com:8111/guestAuth/repository/download/bt52/2973:id/myrpm-1.0-110.noarch.rpm
2) Yes it will be available in 2.1.1
3) We will try to release it on the next week
4) The path is like the one you specified, i.e. you just need to add /guestAuth/ prefix, in this case guest=1 parameter is not required.