mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 08:50:42 +02:00
sessions: add impersonate_session_id, remove legacy impersonation (#2407)
* sessions: add impersonate_session_id, remove legacy impersonation
* show impersonated user details
* fix headers
* address feedback
* only check impersonate id on non-nil pbSession
* Revert "only check impersonate id on non-nil pbSession"
This reverts commit a6f7ca5abd
.
This commit is contained in:
parent
2b6813dc95
commit
1a95036b8c
11 changed files with 116 additions and 216 deletions
|
@ -32,7 +32,5 @@ message Session {
|
|||
map<string, google.protobuf.ListValue> claims = 9;
|
||||
repeated string audience = 10;
|
||||
|
||||
optional string impersonate_user_id = 11;
|
||||
optional string impersonate_email = 12;
|
||||
repeated string impersonate_groups = 13;
|
||||
optional string impersonate_session_id = 15;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue