How to uninstall User Isolation Framework

DrissiReda
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
    Sergey Dataiker, Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Core Concepts Posts: 365 Dataiker
    edited July 17 Answer ✓

    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

Setup Info
    Tags
      Help me…