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

Allow access from remote hosts #386

Merged
merged 1 commit into from
Jul 17, 2018

Conversation

kevin-bates
Copy link
Member

Notebook PR 3714 in 5.6.0 has code that prevents remote host access. Since
the entire purpose of Enterprise Gateway is to allow remote host access, we need
to enable the web setting allow_remote_access to prevent the 403 exception.
This was discovered due to recent Travis build failures since it uses updated resources.

This led to other dependency related issues, namely in the docker image used for
testing leading to the update of the jupyter framework files in the Dockerfile.

Also increased the timeout for waiting for the docker image startup from 30
to 60 seconds and added the ability to override on the command line using
PREP_TIMEOUT=n.

The update to Notebook 5.6.0 has code that prevents remote host access.  Since
the entire purpose of Enterprise Gateway is to allow remote host access, we need
to enable the web setting `allow_remote_access` to prevent the 403 exception.

Added a statement to update the jupyter framework files after finding issues
due to older dependencies.

Also increased the timeout for waiting for the docker image startup from 30
to 60 seconds and added the ability to override on the command line using
`PREP_TIMEOUT=n`.
@lresende
Copy link
Member

LGTM

@lresende lresende merged commit 2131b4c into jupyter-server:master Jul 17, 2018
@kevin-bates kevin-bates deleted the allow-remote-access branch July 18, 2018 14:40
@kevin-bates kevin-bates modified the milestones: v0.9.4, v1.0 Jul 24, 2018
@kevin-bates kevin-bates modified the milestones: v1.0, v0.9.4 Aug 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants