Skip to content
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

Access to "Chromium Safe Storage" is requested on first startup of jupyter-app #4

Closed
jayqi opened this issue Oct 17, 2019 · 1 comment
Labels

Comments

@jayqi
Copy link

jayqi commented Oct 17, 2019

I'm getting two prompts of Jupyter_bin asking for keychain access. I don't see why I need it, so I've been hitting deny.

Screen Shot 2019-10-17 at 9 06 44 AM

The first prompt is blocking the Chromium app from starting up. Once I deny it, it starts up with no problem.

When I deny the second prompt, it seems like it's triggering the auto-terminal-shutdown. If I ignore it, JupyterLab works fine. If I deny it, my terminal session closes, and my JupterLab window that is still open loses connection to all of the kernels.

macOS High Sierra 10.13.6

Installed from commit 0021964faae8423282ecd4828e16b618c12b90b8

@telamonian telamonian pinned this issue Apr 2, 2021
@telamonian telamonian added the docs label Apr 2, 2021
@telamonian
Copy link
Owner

For any given instance of Chrome or Chromium on OSX, you need to give it access to "Chromium Safe Storage" in your keychain. This value is generated the first time Chrom/-ium is run on your system, and is used to encrypt sensitive user settings, such as logins and password.

Bottom line, Chrom/-ium needs this value to run, so you need to allow access. There is no security risk here

refs:

the chromium source code where "Chromium Safe Storage" is implemented:

@telamonian telamonian changed the title Jupyter_bin asks for keychain access, denying seems to trigger session termination Access to "Chromium Safe Storage" is requested on first startup of jupyter-app Apr 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants