Open PeterMaltby opened 2 years ago
Ideally it would be possible to grant DBeaver Full Disk Access
via the Privacy & Security
setting. However for now I've overcome this by opening in via Terminal with elevated permissions as sudo open /Applications/DBeaver.app
.
Description
I was attempting to use the following script in the Connection setting -> Shell commands "before connect" section in order to create an ssh tunnel to AWS recourse that frequently changes location the code is:
upon connecting I get the below error:
Some investigation has led to me seeing the output of $PATH is not correct, however even when manually entering the path to the above commands " the desired outcome is still not reached, I can confirm the script runs on my system outside of DBeaver.
Apologies as I only have the above hardware to attempt this on so am uncertain if this is a system-specific bug, or whether I'm misunderstanding how to use the Shell commands and its limitations as I could not find much documentation. Thanks.
DBeaver Version
Community 22.2.1.202209251341
Operating System
macOS Monterey v 12.5.1
Database and driver
n/a
Steps to reproduce
run above script inside shell commands.