Tag: user impersonation

  • User Impersonation

      Here is a common problem.  You have a custom command that you want people to use, but it does something that requires admin privileges.  Making everyone an administrator is a bad idea.  A better solution is for your command to perform an action as another user. Vault doesn't support a true impersonation model, but…