Builds are getting cancelled by anonymous users in Teamcity

TC builds are getting cancelled by anonymous users in Teamcity.Further to investigating the teamcity logs and operating system logs.I found the users are created by some scripts.TC doesn't show the source IP address while creating a new user.So we are unable to trace the source IP.I have checked the TC agents for any malicious code.but i couldn't find anything.I have also changed the root password for the teamcity server.Still the issue persist.

Can anyone help me to track the IP of the anonymous User while creating the new user id in teamcity?

0
1 comment

Hi,

If the users are created by scripts then most plausibly they are created using REST api. In this case there should be corresponding lines in teamcity-rest.log files. To get those you need to enable debug-rest logging preset in Administration -> Diagnostics -> Troubleshooting tab.

0

Please sign in to leave a comment.