-
Notifications
You must be signed in to change notification settings - Fork 386
Pre configured permissions for connections
dbeaver-devops edited this page Oct 31, 2024
·
1 revision
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.
- Application overview
- Demo Server
- Administration
- Supported databases
- Accessibility
- Keyboard shortcuts
- Features
- Server configuration
- CloudBeaver and Nginx
- Domain manager
- Configuring HTTPS for Jetty server
- Product configuration parameters
- Command line parameters
- Local Preferences
- Team Edition Overview
- Getting started with Team Edition
- Team Edition Server Configuration
- Projects in Team Edition
- Teams in Team Edition
- Team Edition Deployment
- Roles in Team Edition
- Git integration in Team Edition
- Datasets in Team Edition
-
CloudBeaver Community
-
CloudBeaver AWS
-
CloudBeaver Enterprise
-
Deployment options
-
Development