mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-26 06:06:00 +03:00
[GH-ISSUE #915] provided-connections.json with access to anonymous users #223
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
pull-request
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:ai
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:dark theme
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:kerberos
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#223
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @guitcastro on GitHub (Jun 21, 2022).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/915
Is your feature request related to a problem? Please describe.
I am trying to configure cloudbeaver with a provided connection, for anonymous users. However it's not possible to automated this. I have to manual log as admin and give access to "USERS" role.
Describe the solution you'd like
For the context, I work using infra as code and I am trying to use codebeaver to give teams readonly access to databases. We already deployed the cloudbeaver under an ouath2 proxy, thats why anonymous login is being used.
@kseniiaguzeeva commented on GitHub (Jul 13, 2022):
Thank you for your intereset in CloudBeaver.
We are going to add the permission configuration for provided connections via the configuration file.
@marcellodesales commented on GitHub (Apr 24, 2023):
Any plans on this?
@TatyanaSsau commented on GitHub (May 23, 2023):
@marcellodesales, sorry, for really long time to response!
It is not completely dropped, but this task is in the long-term plans for our team.
Thank you for your interest in CloudBeaver!
@GenLN commented on GitHub (Mar 14, 2024):
Hi any news on this?
@LonwoLonwo commented on GitHub (May 29, 2024):
Hello @guitcastro
Looks like you can do it now.
You need to configure these two files:
https://github.com/dbeaver/cloudbeaver/wiki/Pre%E2%80%90configured-permissions-for-connections
https://github.com/dbeaver/cloudbeaver/wiki/Connection-configuration#pre-configured-connections
And add them to your container.
Please let me know if it solves your request.
@guitcastro commented on GitHub (May 30, 2024):
Hi @LonwoLonwo , Thanks for the response!
Just a doubt:
In my case where I want to allow anonymous, which string should I put in the array?
anonymous?@LonwoLonwo commented on GitHub (Jun 3, 2024):
Like
anonymousUserTeam: "user"From this doc https://github.com/dbeaver/cloudbeaver/wiki/Server-configuration
@LonwoLonwo commented on GitHub (Jun 4, 2024):
Could I close this ticket? Is this case solved?
@guitcastro commented on GitHub (Jun 4, 2024):
@LonwoLonwo Yes, thank you!
@LonwoLonwo commented on GitHub (Jun 6, 2024):
Thanks for your answer, @guitcastro and the interest in our product 🤗