Hub Synchronisation settings in Teamcity
Hello,
I am trying to link TeamCity and TeamCity HUB so that I can authenticate users who log in to TeamCity via LDAP through the HUB.
I have the basic authentication working but one of my requirements is that there is also a group synchronisation between TeamCity and TeamCity HUB. I came across this log when running the sync in TeamCity.
Current Hub Options:
SynchronizerOptions {
myCreateUsers=true,
myDeleteUsers=false,
myAssignUsers=false,
myCreateGroups=false,
myDeleteGroups=false,
myAddSubGroups=false,
myRemoveSubGroups=false,
}
I can see that I can only actually update the first four settings which are for the users. Is there anywhere where I can also update the group settings? Or is this not available yet? I also can't seem to find where I can set how often I want a sync to occur.
Please sign in to leave a comment.
Hi. Currently, syncing Hub groups to TeamCity is not implemented. Please vote, watch, and comment on this request: https://youtrack.jetbrains.com/issue/TW-36242.
Looking at https://youtrack.jetbrains.com/issue/TW-36242 it seems like it was 2020.2.X. Are there any documents on how to implement it?