Auto Configure Issues
See original GitHub issueSeveral issues/questions about auto-configure as per https://github.com/dbeaver/cloudbeaver/wiki/Server-configuration#automatic-server-configuration.
-
pre-populating server.serverName in .cloudbeaver.runtime.conf appears to prevent proper initialization, causing the server to ignore environment variables (CB_SERVER_NAME, CB_SERVER_URL, CB_ADMIN_NAME, CB_ADMIN_PASSWORD). The result is that you can’t login.
- reproduce by providing workspace/.data/.cloudbeaver.runtime.conf with server.serverName populated and the aut-config environment variables.
-
.cloudbeaver.auto.conf’s exact syntax is unclear: should it be
{
server: {
name: "name",
url: "url"
},
admin: {
name: "admin',
password: "password"
}
}
or is it
{
serverName: "name",
serverURL: "url",
adminName: "admin",
adminPassword: "password"
}
or something else?
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Auto configuration problem - TechNet - Microsoft
1. All application pools are running;. 2. Bind and certificate are OK for front and back end;. 3. Returned Autodiscovery setting is correct...
Read more >Auto Configuration problems - RobotStudio Forums
Anyone have any explaination to the following error message when using the auto configuration feature on a newly created path.
Read more >Troubleshoot Automated configuration and additional ...
Automated configuration tool operations can sometimes produce errors. When this happens failures can occur when processing components like Machine Catalogs, ...
Read more >Provide auto-configuration files · Issue #224 · Mailu ... - GitHub
First, we have to handle certificates properly: we can't have domain certificate for every autoconfig.<domain> generated automatically, so we ...
Read more >Client Auto Configuation Issue | cPanel Forums
This causes problems with the cPanel auto-config as it attempts to put the mail server in as mail.example.com. We are happy to disable...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can enable anonymous access in Administration. If you also disable Local, login option will disappear from Settings menu and only admin will be able to login by adding
admin
to URL in a browser.In order to anonymous users can see the existed connections, give access to user role in conection settings.
When you create a new connection in Administration menu, give access to User role to it. The connection will be available for anonymous users too in this case.
Please feel free to ask any other questions.