Password of connection visible via Python API
gautier
Registered Posts: 4 ✭✭✭
When I look at a connection in the settings password, this one is hide. But when I use the python API with:
conn = dataiku.get_connection('my_con_name') conn.conn_details['params']['password']
It looks like a security issue, no?
Tagged:
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,088 Neuron
This is normal. You can control who can read connection details using the "Details Readable by" permission in the connection security settings. Admins can see all connection details.