-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Programmatically import server list #140
Comments
In your use-case, is it possible to centrally manager the server configuration? I have the following proposal (which requires development)... I think it might be useful if the Studio loads the configuration from the remote location. The user only needs to register the remote location to load the configuration. Probably the server can return different configuration to different users (e.g. depending on their roles). Here are a list of points/questions which makes sense to think about in such design
|
That would be the ultimate integration. One thing I did not mention is that passwords are user-specific and there is a fully automated way for a user logged in a machine to retrieve her own password (or token if you prefer) programmatically. If I may, I could turn your proposal upside down: I can see in the qpad import dialog that there is a drop down "authentication method". What if I could write my own java plugin and enter a class name? implementing a If this were called on each startup (or each server change), I think it could work. |
Feature Request
Description of Problem:
In our organisation the password used to connect to kdb servers expires every couple of days.
We have tools to regenerate the server list (json or qpad format), but all users must manually reimport it each time with numerous clicks which after a while become very tedious.
I would like to have a way to programmatically import the new server list into kdb studio settings with minimal user interaction.
Potential Solutions:
I would like to have a command line switch to import server list which does not require any click.
Or a separate main like
kdb-studio/src/main/studio/ui/QPadImportDialog.java
Line 222 in 20616f6
The text was updated successfully, but these errors were encountered: