...
On the Administration | Hub Settings page provide the Hub URL of the following format
http://HubHOST:port/hub.
Сlick Register TeamCity service in Hub.
Note Note that the Guest user in Hub needs to be allowed (unbanned) for the TeamCity service registration in Hub.
You will be redirected to the Services page in Hub. Verify the TeamCity Hub service using the Trust button.
After you trust the TeamCity service in Hub, return to the TeamCity Web interface to configure user synchronization.
...
hidden-data |
---|
Enabling access to TeamCity from Hub Dashboard After registering ofthe TeamCity service in Hub, TeamCity widgets can be configured on Hub dashboard. ButThe widgets will not work until required additional configuration ison performedthe on TeamCity side. Hub Dashboard uses TeamCity REST API [Link] to access TeamCity data. But since REST API requests are performed on behalf of the current user and from a different host, so REST API CORS settings shouldhave to be configured appropriately. Forusing thisthe twofollowing internal properties should be set[link]: rest.cors.origins=<hub url> rest.cors.optionsRequest.allowUnauthorized=true |
...