-
Notifications
You must be signed in to change notification settings - Fork 516
Closed
Description
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
}
}
}
Reactions are currently unavailable