-
Notifications
You must be signed in to change notification settings - Fork 537
Pre configured permissions for connections
dbeaver-devops edited this page May 29, 2025
·
7 revisions
It is possible to grant connections for users and teams with permissions configuration file.
The configuration is located in ${WORKSPACE}/GlobalConfiguration/.dbeaver/data-sources-permissions.json.
Example of the configuration file:
{
"test-mysql-1234567890": ["test_team"],
"test-postgresql-1234567890": ["test_team", "test_user"]
}-
"test-mysql-1234567890"and"test-mysql-1234567890"- ids of connection. You can get configuration ids from connection configuration file; -
["test_team", "test_user"]- list of users and teams who will have access for connection.
- Getting started
- Create connection
- Connection network options
- Supported databases
-
Drivers management
- Database authentication methods
- Database navigator
- Properties editor
- Data editor
- SQL editor
-
Entity relation diagrams
- Cloud services
- Data transfer
- General user guide
- Administration
- Server configuration
-
Server security and access configuration
- Authentication methods
- Access management
- Proxy configuration
-
Secret management
- Logs
-
Query manager
- Workspace location
- Command line parameters
-
Session manager
- Deployment options
- CloudBeaver Editions
- FAQ
- Development