Add sudo functionality to the API (#4809)

This commit is contained in:
zeripath
2018-09-06 23:31:29 -04:00
committed by techknowlogick
parent 6aa712f30f
commit 11413fce75
+4
View File
@@ -73,3 +73,7 @@ using BasicAuth, as follows:
$ curl --request GET --url https://yourusername:[email protected]/api/v1/users/yourusername/tokens
[{"name":"test","sha1":"..."},{"name":"dev","sha1":"..."}]
```
## Sudo
The API allows admin users to sudo API requests as another user. Simply add either a `sudo=` parameter or `Sudo:` request header with the username of the user to sudo.