-
Notifications
You must be signed in to change notification settings - Fork 392
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
- Demo Server
- Administration
- Server configuration
- Create Connection
- 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
- User credentials storage
- Cloud Explorer
- Cloud storage
- Query Manager
- Drivers Management
- 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
- API
-
CloudBeaver Community
-
CloudBeaver AWS
-
CloudBeaver Enterprise
-
Deployment options
-
Development