mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-04 20:03:18 +02:00
add flag to enable user impersonation (#1514)
* add flag to enable user impersonation * fix typo
This commit is contained in:
parent
0b14722be4
commit
04c582121d
11 changed files with 254 additions and 208 deletions
|
@ -616,6 +616,7 @@ func TestAuthenticate_Dashboard(t *testing.T) {
|
|||
t.Fatal(err)
|
||||
}
|
||||
a := &Authenticate{
|
||||
options: config.NewAtomicOptions(),
|
||||
state: newAtomicAuthenticateState(&authenticateState{
|
||||
sessionStore: tt.sessionStore,
|
||||
encryptedEncoder: signer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue