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

bug: jupyter kernel permissions are ignored #25692

Open
cs50victor opened this issue Sep 17, 2024 · 1 comment
Open

bug: jupyter kernel permissions are ignored #25692

cs50victor opened this issue Sep 17, 2024 · 1 comment
Labels
feat new feature (which has been agreed to/accepted)

Comments

@cs50victor
Copy link

Version: Deno 1.46.3

deno 1.46.3 (stable, release, aarch64-apple-darwin)
v8 12.9.202.5-rusty
typescript 5.5.2

The deno kernel doesn't use Deno's permissions api.

image

@cs50victor cs50victor changed the title Jupyter Notebook Permissions are ignored bug: jupyter kernel permissions are ignored Sep 18, 2024
@satyarohith satyarohith added bug Something isn't working correctly needs triage enhancement and removed bug Something isn't working correctly needs triage labels Sep 19, 2024
@satyarohith
Copy link
Member

This is currently a limitation that we mentioned in the docs.

https://docs.deno.com/runtime/reference/cli/jupyter/

Currently all code executed in the Jupyter kernel runs with --allow-all flag. This is a temporary limitation and will be addressed in the future.

We will support permissions in the future. No ETA at the moment.

@lucacasonato lucacasonato added feat new feature (which has been agreed to/accepted) and removed enhancement labels Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat new feature (which has been agreed to/accepted)
Projects
None yet
Development

No branches or pull requests

3 participants