Uh oh!
There was an error while loading. Please reload this page.
[ZEPPELIN-1718] Prevent anonymous user to set note permission - #1694
[ZEPPELIN-1718] Prevent anonymous user to set note permission#1694AhyoungRyu wants to merge 4 commits into
Conversation
prabhjyotsingh
commented
Nov 28, 2016
Haven't tried it yet, but IMO we should have a check at backned for the same (both API and websocket). |
cloverhearts
commented
Nov 29, 2016
It is a cool feature. Web ui can be manipulated very easily by the user, so we think that we need to modify the above restful api additionally. |
AhyoungRyu
commented
Nov 29, 2016
@prabhjyotsingh@cloverhearts Didn't think about that way. It makes sense. Thanks for your suggestion. Let me update then :) |
It's working well but I agree with @prabhjyotsingh and @cloverhearts blocking to change the permission on a backend side too. |
d866c03 to
b59c22bComparee5d2c47 to
06c6326Compareb59771c to
e970e25Compare@prabhjyotsingh@cloverhearts@astroshim Sorry for my late response. And if you guys don't mind, will handle blocking interpreter owner setting part by anon user in other PR. |
3d5b8a9 to
e63b624Comparee63b624 to
72ecf6aCompareAhyoungRyu
commented
Dec 21, 2016
CI is all green now! Ready to review. Since from this PR
So I rewrote them based on #1567's |
AhyoungRyu
commented
Dec 25, 2016
Can someone review this one? 🎅🏼 |
prabhjyotsingh
commented
Dec 26, 2016
Tested, works as expectation. LGTM! |
AhyoungRyu
commented
Dec 26, 2016
@prabhjyotsingh Thanks! :D |
AhyoungRyu
commented
Dec 27, 2016
Will merge this into master if there are no more comments! |
Leemoonsoo
commented
Jan 1, 2017
cloverhearts
commented
Jan 1, 2017
@Leemoonsoo#1821 |
RoxanaTapia
commented
Jan 9, 2018
Hi, |
AhyoungRyu
commented
Jan 10, 2018
@RoxanaTapia Could you file a Jira issue here https://issues.apache.org/jira/projects/ZEPPELIN so that it can be tracked & handled separately ? Once a patch is merged, can't be opened again or tracked anymore. |
RoxanaTapia
commented
Jan 10, 2018
@AhyoungRyu Thanks for the quick response, here is the JIRA ticket link https://issues.apache.org/jira/browse/ZEPPELIN-3133 |
@AhyoungRyu I'm still experiencing this issue, any idea how can I patch it, using credentials or roles? |
@AhyoungRyu Here is the JIRA ticket link. It would be great if you could throw some insights on options if any available to get-around with this issue |

What is this PR for?
Currently anonymous user can open the notebook permission page and type sth in
Owner/Reader/Writerand then even can save it. However, in fact, it doesn't work actually.e.g. An anonymous user can type
admin/user1to the note permission setting fields.It doesn't make sense. At least we should disallow the non-authenticated users(a.k.a anonymous users) by deactivating those permission related features(will handle interpreter owner setting in another PR). So what I did in this PR is
TODO
What type of PR is it?
Bug Fix | Improvement
What is the Jira issue?
ZEPPELIN-1718
How should this be tested?
Screenshots (if appropriate)
Questions: