How to uninstall User Isolation Framework

Solved!
DrissiReda
Level 4
How to uninstall User Isolation Framework

Hello,

 

I've seen that I can install UIF through:

 

```
bin/dssadmin install-impersonation dssuser
```

 

I was wondering how I could disable it?

0 Kudos
1 Solution
sergeyd
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. 

View solution in original post

0 Kudos
2 Replies
sergeyd
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. 

0 Kudos
DrissiReda
Level 4
Author

Thank you very much. I'll use this for now.

0 Kudos