How to uninstall User Isolation Framework
DrissiReda
Registered Posts: 57 ✭✭✭✭✭
Hello,
I've seen that I can install UIF through:
```
bin/dssadmin install-impersonation dssuser
```
I was wondering how I could disable it?
Best Answer
-
Sergey Dataiker, Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Core Concepts Posts: 365 Dataiker
Hi @DrissiReda
This is not officially supported, but you can stop DSS, and in DSS CLI edit the DATA_DIR/config/general-settings.json file. You will need to find this part:
"impersonation": { "enabled": true,
and switch enabled to false.
When done, save the file and start DSS back.
Answers
-
Thank you very much. I'll use this for now.