Is it possible to restrict user ability to change runtime config parameter in PostgreSQL database?
up vote
1
down vote
favorite
My quesion is about row level security and the JWT Guide:
-- current role: superuser
set local jwt.claims.user_id to 2;
-- then define RLS using 'jwt.claims.user_id' setting for some tables
-- then switch to user
set local role user
-- now user can access those tables through the RLS policies.
- How to prevent role user from changing jwt.claims.user_id setting?
- Is it correct that user can not switch back to superuser after "set role"?
postgresql jwt
add a comment |
up vote
1
down vote
favorite
My quesion is about row level security and the JWT Guide:
-- current role: superuser
set local jwt.claims.user_id to 2;
-- then define RLS using 'jwt.claims.user_id' setting for some tables
-- then switch to user
set local role user
-- now user can access those tables through the RLS policies.
- How to prevent role user from changing jwt.claims.user_id setting?
- Is it correct that user can not switch back to superuser after "set role"?
postgresql jwt
Why delete stackoverflow.com/q/53513936/6309? I would have loved to post an answer there.
– VonC
Nov 28 at 8:07
Sorry, I've found the solution, that was gitolite installation error.
– Leonid
Nov 28 at 9:00
Yes, but the goal is to help others: you can add an answer to your own question
– VonC
Nov 28 at 10:21
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
My quesion is about row level security and the JWT Guide:
-- current role: superuser
set local jwt.claims.user_id to 2;
-- then define RLS using 'jwt.claims.user_id' setting for some tables
-- then switch to user
set local role user
-- now user can access those tables through the RLS policies.
- How to prevent role user from changing jwt.claims.user_id setting?
- Is it correct that user can not switch back to superuser after "set role"?
postgresql jwt
My quesion is about row level security and the JWT Guide:
-- current role: superuser
set local jwt.claims.user_id to 2;
-- then define RLS using 'jwt.claims.user_id' setting for some tables
-- then switch to user
set local role user
-- now user can access those tables through the RLS policies.
- How to prevent role user from changing jwt.claims.user_id setting?
- Is it correct that user can not switch back to superuser after "set role"?
postgresql jwt
postgresql jwt
asked Nov 11 at 11:29
Leonid
1515
1515
Why delete stackoverflow.com/q/53513936/6309? I would have loved to post an answer there.
– VonC
Nov 28 at 8:07
Sorry, I've found the solution, that was gitolite installation error.
– Leonid
Nov 28 at 9:00
Yes, but the goal is to help others: you can add an answer to your own question
– VonC
Nov 28 at 10:21
add a comment |
Why delete stackoverflow.com/q/53513936/6309? I would have loved to post an answer there.
– VonC
Nov 28 at 8:07
Sorry, I've found the solution, that was gitolite installation error.
– Leonid
Nov 28 at 9:00
Yes, but the goal is to help others: you can add an answer to your own question
– VonC
Nov 28 at 10:21
Why delete stackoverflow.com/q/53513936/6309? I would have loved to post an answer there.
– VonC
Nov 28 at 8:07
Why delete stackoverflow.com/q/53513936/6309? I would have loved to post an answer there.
– VonC
Nov 28 at 8:07
Sorry, I've found the solution, that was gitolite installation error.
– Leonid
Nov 28 at 9:00
Sorry, I've found the solution, that was gitolite installation error.
– Leonid
Nov 28 at 9:00
Yes, but the goal is to help others: you can add an answer to your own question
– VonC
Nov 28 at 10:21
Yes, but the goal is to help others: you can add an answer to your own question
– VonC
Nov 28 at 10:21
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53248273%2fis-it-possible-to-restrict-user-ability-to-change-runtime-config-parameter-in-po%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Why delete stackoverflow.com/q/53513936/6309? I would have loved to post an answer there.
– VonC
Nov 28 at 8:07
Sorry, I've found the solution, that was gitolite installation error.
– Leonid
Nov 28 at 9:00
Yes, but the goal is to help others: you can add an answer to your own question
– VonC
Nov 28 at 10:21