Skip to content

Pre configured permissions for connections

dbeaver-devops edited this page Oct 31, 2024 · 1 revision

Table of contents

Pre-configured permissions for connections

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.

CloudBeaver Documentation

User Guide

Installation

Configuration

CloudBeaver AWS

CloudBeaver Enterprise Edition

Team Edition

Deployment

Clone this wiki locally