[GH-ISSUE #823] Login link still present after allowing anonymous log in (How to remove it?) #205

Closed
opened 2026-03-07 20:46:11 +03:00 by kerem · 4 comments
Owner

Originally created by @metalshanked on GitHub (May 11, 2022).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/823

Please, describe your question in details.
I was using 22.0.3 earlier and the login link disappeared once anonymous login was enabled.
However. after upgrading to 22.0.4, the Login link shows up like below

Is there a way to disable the Login Link like before?

2022-05-11_12-55-35

2022-05-11_12-58-48

Thanks!

Originally created by @metalshanked on GitHub (May 11, 2022). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/823 Please, describe your question in details. I was using 22.0.3 earlier and the login link disappeared once anonymous login was enabled. However. after upgrading to 22.0.4, the Login link shows up like below Is there a way to disable the Login Link like before? ![2022-05-11_12-55-35](https://user-images.githubusercontent.com/57646596/167935210-d5ddd41a-a8ed-42d8-a6d0-f3f5a3add78e.png) ![2022-05-11_12-58-48](https://user-images.githubusercontent.com/57646596/167935638-81f4b8de-e4b9-444a-88c5-f7375a2b5c69.png) Thanks!
Author
Owner

@kseniiaguzeeva commented on GitHub (May 12, 2022):

Thank you for the report but I cannot reproduce the issue. It looks like a mistake in configuration files or a cache issue:

  1. could you check .cloudbeaver.runtime.conf file? Anonymous access has to be true:
 "app": {
    "anonymousAccessEnabled": true,
  1. Could you try to clean cache?

If it doesn't help, could you please send me .cloudbeaver.runtime.conf file example (here or by email kseniia@jkiss.org)? It should help me to find out the issue.

<!-- gh-comment-id:1124811909 --> @kseniiaguzeeva commented on GitHub (May 12, 2022): Thank you for the report but I cannot reproduce the issue. It looks like a mistake in configuration files or a cache issue: 1. could you check .cloudbeaver.runtime.conf file? Anonymous access has to be true: ``` "app": { "anonymousAccessEnabled": true, ``` 2. Could you try to clean cache? If it doesn't help, could you please send me .cloudbeaver.runtime.conf file example (here or by email kseniia@jkiss.org)? It should help me to find out the issue.
Author
Owner

@metalshanked commented on GitHub (May 12, 2022):

Thanks @kseniiaguzeeva. I checked the workspace/.data/.cloudbeaver.runtime.conf file and it seems to be correct.
Also, cleared the Browser cache but the issue persists.

"app": {
    "anonymousAccessEnabled": true,
    "supportsCustomConnections": false,
    "publicCredentialsSaveEnabled": false,
    "adminCredentialsSaveEnabled": false,
    "enableReverseProxyAuth": false,
    "resourceQuotas": {
      "dataExportFileSizeLimit": 1.0E7,
      "sqlMaxRunningQueries": 100.0,
      "sqlResultSetRowsLimit": 100000.0,
      "sqlResultSetMemoryLimit": 2000000.0
    },
    ```
<!-- gh-comment-id:1125118751 --> @metalshanked commented on GitHub (May 12, 2022): Thanks @kseniiaguzeeva. I checked the `workspace/.data/.cloudbeaver.runtime.conf` file and it seems to be correct. Also, cleared the Browser cache but the issue persists. ``` "app": { "anonymousAccessEnabled": true, "supportsCustomConnections": false, "publicCredentialsSaveEnabled": false, "adminCredentialsSaveEnabled": false, "enableReverseProxyAuth": false, "resourceQuotas": { "dataExportFileSizeLimit": 1.0E7, "sqlMaxRunningQueries": 100.0, "sqlResultSetRowsLimit": 100000.0, "sqlResultSetMemoryLimit": 2000000.0 }, ```
Author
Owner

@kseniiaguzeeva commented on GitHub (May 16, 2022):

Could you please try to delete .cloudbeaver.runtime.conf file and go through the Easy Configuration again?

<!-- gh-comment-id:1127564086 --> @kseniiaguzeeva commented on GitHub (May 16, 2022): Could you please try to delete .cloudbeaver.runtime.conf file and go through the Easy Configuration again?
Author
Owner

@kseniiaguzeeva commented on GitHub (Jun 14, 2022):

I have noticed that you have not updated your ticket for a long time. If you wish to reopen this ticket, please feel free to contact me.

<!-- gh-comment-id:1154872739 --> @kseniiaguzeeva commented on GitHub (Jun 14, 2022): I have noticed that you have not updated your ticket for a long time. If you wish to reopen this ticket, please feel free to contact me.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#205
No description provided.