question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Auto Configure Issues

See original GitHub issue

Several 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:closed
  • Created 2 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
kseniiaguzeevacommented, Aug 13, 2021

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. 1

In order to anonymous users can see the existed connections, give access to user role in conection settings. 2

0reactions
kseniiaguzeevacommented, Sep 9, 2021

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. Screenshot 2021-09-09 at 10 11 52 Screenshot 2021-09-09 at 10 17 11

Please feel free to ask any other questions.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found