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

Re-enable custom HTTPS in the new AiiDA 2.x image #17

Open
danielhollas opened this issue Nov 24, 2022 · 1 comment
Open

Re-enable custom HTTPS in the new AiiDA 2.x image #17

danielhollas opened this issue Nov 24, 2022 · 1 comment
Labels
blocked This issue or pull request blocked on other tasks feature New feature or enhancement

Comments

@danielhollas
Copy link
Member

There is nothing to do on the image side. We need to connect to the certifcate via volumes (already possible with aiidalab-launch) and pass certain jupyter configuration when launching the container. This needs extra support in aiidalab-launch, as described in aiidalab/aiidalab-launch#155

https://jupyter-docker-stacks.readthedocs.io/en/latest/using/common.html#ssl-certificates

@danielhollas danielhollas added feature New feature or enhancement blocked This issue or pull request blocked on other tasks labels Nov 24, 2022
@danielhollas
Copy link
Member Author

The current solution is to autogenerate self-signed certificates directly in the container by specifying GEN_CERT=yes in the Dockerfile per https://jupyter-docker-stacks.readthedocs.io/en/latest/using/common.html#additional-runtime-configurations

Later we want to be able to have custom certificates mounted via volume, though we need to solve the permission issue in that case.

@danielhollas danielhollas changed the title Re-enable HTTPS in the new AiiDA 2.x image Re-enable custom HTTPS in the new AiiDA 2.x image Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked This issue or pull request blocked on other tasks feature New feature or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant