Allows the supervisor to send a session's user to addon with header X-Remote-User (#88472)
* Working draft for x-remote-user * Adds comment * Submits user id instead of its name * Move lines out of try-catch block * Updates payload attribute * Removes unnecessary user data from user info API * revert changes
This commit is contained in:
parent
68e2809c36
commit
00b75ce58d
2 changed files with 13 additions and 2 deletions
|
@ -9,6 +9,7 @@ ATTR_ADMIN = "admin"
|
|||
ATTR_COMPRESSED = "compressed"
|
||||
ATTR_CONFIG = "config"
|
||||
ATTR_DATA = "data"
|
||||
ATTR_SESSION_DATA_USER_ID = "user_id"
|
||||
ATTR_DISCOVERY = "discovery"
|
||||
ATTR_ENABLE = "enable"
|
||||
ATTR_ENDPOINT = "endpoint"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue