-
Notifications
You must be signed in to change notification settings - Fork 407
Pre configured permissions for connections
dbeaver-devops edited this page Dec 4, 2024
·
2 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.
- Application overview
-
License Management
- Demo Server
- Supported databases
- Administration
- Server configuration
- Create Connection
- Network configuration settings
- Connection Templates Management
- Access Management
-
Authentication methods
-
Local Access Authentication
- Anonymous Access Configuration
- Reverse proxy header authentication
- LDAP
-
Single Sign On
-
SAML
-
OpenID
-
AWS OpenID
-
AWS SAML
-
AWS IAM
-
AWS OpenId via Okta
-
Snowflake SSO
-
Okta OpenId
-
Cognito OpenId
-
JWT authentication
-
Kerberos authentication
-
NTLM
-
Microsoft Entra ID authentication
-
Google authentication
-
Local Access Authentication
- User credentials storage
- Cloud databases configuration
-
Query Manager
-
Drivers Management
- Accessibility
- Keyboard shortcuts
- Features
- Server configuration
-
Domain manager
- Product configuration parameters
- Command line parameters
- Local Preferences
- API
- Deployment options
- Additional setup and management