mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Rewording
This commit is contained in:
parent
decd1e9c6c
commit
bab7e60078
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ public class NotebookAuthorization {
|
|||
|
||||
public boolean hasReadAuthorization(Set<String> userAndRoles, String noteId) {
|
||||
if (conf.isAnonymousAllowed()) {
|
||||
LOG.debug("Zeppelin runs in anonymous mode, everybody can read");
|
||||
LOG.debug("Zeppelin runs in anonymous mode, everybody is reader");
|
||||
return true;
|
||||
}
|
||||
if (userAndRoles == null) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue