Blocking User Access to a Secure Project

Hi,

We are running TeamCity Enterprise 2021.1 (build 92597)

Some of our code is restricted access for security reasons. We can limit access to this code in our version control system (Perforce) by using group permissions.

We also need to block access to the corresponding TeamCity Projects that build and test this code.  I understand about groups in TeamCity but do not know how to use these to prevent non-vetted users seeing these.

Has anyone done this, and if so how do you do it? e.g. is there a role that denies access?

0
1 comment
Hi Simon,

You can give roles to users for specific projects only. Please see the per-project authorization mode here: https://www.jetbrains.com/help/teamcity/2021.1/role-and-permission.html#Authorization+Mode.

There is no role that denies access to the project, so the only way to achieve this is to give access only to the projects they need access to and not give any roles for the projects that they shouldn't see.

Best regards,
Anton
0

Please sign in to leave a comment.