mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
ZEPPELIN-773: add doc for livy impersonation
This commit is contained in:
parent
8095b3bdc8
commit
53f2804627
1 changed files with 2 additions and 0 deletions
|
|
@ -74,6 +74,8 @@ hello <- function( name ) {
|
|||
hello("livy")
|
||||
```
|
||||
|
||||
## Impersonation
|
||||
When Zeppelin server is running with authentication enabled, then this interpreter utilizes Livy’s user impersonation feature i.e. sends extra parameter for creating and running a session ("proxyUser": "${loggedInUser}"). This is particularly useful when multi users are sharing a Notebook server.
|
||||
|
||||
|
||||
### Apply Zeppelin Dynamic Forms
|
||||
|
|
|
|||
Loading…
Reference in a new issue