Kotlin protected projects
I'm looking for some guidance on setting up a protected project in Teamcity that some users have access to, and then referencing that project in kotlin and adding build configurations to it. The project will have specific access keys associated with it and permissions. If there is a more correct way to set this up that would be helpful to know.
Please sign in to leave a comment.
Hi,
Project setup and project permissions are kept as separate entities. Upon creating a project, users will inherit the permissions from the parent project. If the subproject should have different permissions, once you have created it, you can assign (or remove) permissions from users and/or groups.
Once you have a project in TeamCity, you can export it into version control using Kotlin, and it will be available for modification via Kotlin. The permissions will be kept independently of whether the project is in Kotlin or not.
If this doesn't cover your question specifically, please don't hesitate to specify more your scenario