Issue #8: Support temporary subusers (for privilege delegation)
Reported by: | 557058%3Adea91e4c-e257-42be-bc28-2cf352c368c8 |
State: | new |
Created on: | 2014-07-14 08:29 |
Updated on: | 2014-07-14 08:29 |
Description
I think we need to have an ability to delegate some privileges to a temporary user subaccounts. For example, if I want to allow a script to automatically push to a certain repository of mine, but not to others, I might create a subaccount with a randomly generated username and/or password, assign certain rights to it, and thus also avoid having to put my password into the script. If the username/password pair is somehow compromised, it would be easy to revoke it without having to change the account password.