authenticate: move impersonate from proxy to authenticate (#965)

This commit is contained in:
Caleb Doxsey 2020-06-22 11:58:27 -06:00 committed by GitHub
parent 99142b7293
commit 8362f18355
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 27 additions and 73 deletions

View file

@ -181,6 +181,7 @@
</div>
<form method="POST" action="/.pomerium/admin/impersonate">
<input type="hidden" value="{{.RedirectURL}}" name="pomerium_redirect_uri">
<section>
<p class="message">
Administrators can temporarily impersonate another user.

File diff suppressed because one or more lines are too long