Open nihxdr opened 1 month ago
The root of the issue here is that the CLI runs inside of Docker Because of that, I think it adopts the Docker usergroup
I'm uncertain if there's a way to interact with the filesystem from inside of Docker as though you were another user.
(IE, can I ask for writes to be done as $user
, or root
?)
DDN CLI Version: v2.5.0 MySQL connector version: 0.1.0
When running the command
ddn connector introspect mysql
, getting following error:the default permission for connector folder is :
drwxr-xr-x
as a workaround I had to add write permission to
others
by updating the folder permission todrwxr-xrwx
Then the MySQL database is successfully introspected
but the configuration.json file generated has root user as owner:
-rw-r--r-- 1 185 root 1115974 Sep 25 07:00 configuration.json