mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
[ZEPPELIN-3029] Change authentication to anonymous instead of empty
This commit is contained in:
parent
b5fbc1ed62
commit
af952a0728
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ public class Notebook implements NoteEventListener {
|
|||
// in fetching the latest versions of the notebook if a remote repository is used.
|
||||
// For example, if GitHub is integrated, whenever the notebook is requested, it is pulled from
|
||||
// the remote repository.
|
||||
loadNoteFromRepo(noteId, new AuthenticationInfo(StringUtils.EMPTY));
|
||||
loadNoteFromRepo(noteId, AuthenticationInfo.ANONYMOUS);
|
||||
return notes.get(noteId);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue