-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set/reset with token is useless #22
Comments
@pkit Apologies for the late reply. I'm just seeing this. We're going to get this patched up right away. Thanks for opening the ticket. |
gitstashpop
added a commit
to gitstashpop/set_user
that referenced
this issue
Feb 28, 2019
When using a token to escalate using set_user(), the token was not required for resetting to the original role. pgaudit#22
gitstashpop
added a commit
to gitstashpop/set_user
that referenced
this issue
Feb 28, 2019
When using a token to escalate using set_user(), the token was not required for resetting to the original role. pgaudit#22
mpalmi
pushed a commit
that referenced
this issue
Feb 28, 2019
When using a token to escalate using set_user(), the token was not required for resetting to the original role. #22
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
select set_user('user1', 'secret'); select current_user; reset user;
= successThe text was updated successfully, but these errors were encountered: