Giving all users access to all connections #873

Open
opened 2026-03-04 11:12:04 -05:00 by deekerman · 0 comments
Owner

Originally created by @ghost on GitHub (Mar 11, 2025).

I'm running cloudbeaver community in kubernetes. I have a script that creates connections in data-sources.json then users are created with reverse proxy and put into user team. I want everyone within this team to have access to defined connections. I tried to add the team access via GUI and then check any changes but wasn't able to find any.

	"folders": {},
	"connections": {
		"mysql8-1957f50d2ac-6c7925e05b467773": {
			"provider": "mysql",
			"driver": "mysql8",
			"name": "MySQL@admydbrm",
			"configuration": {
				"host": "admydbrm.tt2",
				"port": "3306",
				"database": "openx",
				"url": "jdbc:mysql://admydbrm.tt2:3306/openx",
				"configurationType": "MANUAL",
				"type": "dev",
				"closeIdleConnection": true,
				"auth-model": "native",
				"bootstrap": {
					"autocommit": true
				}
			}
		}
	},
	"connection-types": {
		"dev": {
			"name": "Development",
			"color": "255,255,255",
			"description": "Regular development database",
			"auto-commit": true,
			"confirm-execute": false,
			"confirm-data-change": false,
			"smart-commit": false,
			"smart-commit-recover": true,
			"auto-close-transactions": true,
			"close-transactions-period": 1800,
			"auto-close-connections": true,
			"close-connections-period": 14400
		}
	}
}
Originally created by @ghost on GitHub (Mar 11, 2025). I'm running cloudbeaver community in kubernetes. I have a script that creates connections in `data-sources.json` then users are created with reverse proxy and put into `user` team. I want everyone within this team to have access to defined connections. I tried to add the team access via GUI and then check any changes but wasn't able to find any. ``` { "folders": {}, "connections": { "mysql8-1957f50d2ac-6c7925e05b467773": { "provider": "mysql", "driver": "mysql8", "name": "MySQL@admydbrm", "configuration": { "host": "admydbrm.tt2", "port": "3306", "database": "openx", "url": "jdbc:mysql://admydbrm.tt2:3306/openx", "configurationType": "MANUAL", "type": "dev", "closeIdleConnection": true, "auth-model": "native", "bootstrap": { "autocommit": true } } } }, "connection-types": { "dev": { "name": "Development", "color": "255,255,255", "description": "Regular development database", "auto-commit": true, "confirm-execute": false, "confirm-data-change": false, "smart-commit": false, "smart-commit-recover": true, "auto-close-transactions": true, "close-transactions-period": 1800, "auto-close-connections": true, "close-connections-period": 14400 } } }
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#873
No description provided.