Dimitar Dimitrov
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Edited How to force LDAP user import
I need to bulk-import a number of users from LDAP, preferably using the REST interface, so I can assign the to projects and grant permissions in bulk. Does Hub allow me to do that? What would be th... -
Created What are Hub's "alias" and "aliasId" used for?
We can see that pretty much every REST resource has "aliases" and "aliasIds" fields. How can we use these? In particular, is there a way to refer resources by their alias instead of by their GUIDs? -
Edited How to create an REST token from the command line
I am creating an unattended setup for HUB and other Jetbrains products. Right now I am blocked while I am trying to automate the creation of a token for the REST calls we use to configure the servi... -
Created How to disable the update checker
Our data center is not connected to the internet. Is there a way to disable the update checker, as well as all the social media auth-module types? Thanks, Dimitar -
Created Dumping the installation wizard and configuring admin from the command line
I am writing unattended install script for hub. After unpacking the tarball, I configure the service as folows: ./hub.sh configure \ "--base-url={{ hub_base_url }}" \ "--listen-port=8082" \ "--d...