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

feat: modify for custom CA certificates #788

Merged
merged 30 commits into from
Jan 28, 2022
Merged

Conversation

olevski
Copy link
Member

@olevski olevski commented Oct 28, 2021

Adds the ability to specify and inject any CA certificate in the notebook service. This is needed when the notebook service has to communicate with other services that are using self-signed certificates.

In addition to the changes required for injecting the certificates I also pulled out all the json patches into a separate directory and separated them into functions. This was required because the init container that injects the certificates for Amalthea has to be done in the correct order. I.e. if the git-clone init container runs first for a session then the certificates required will not be present so that the repository can be clones. Because of this and to keep the code manageable it was better to separate all the patches from the definition of the server class.

closes SwissDataScienceCenter/renku#2323
/deploy

@olevski olevski requested review from a team as code owners October 28, 2021 14:53
@olevski
Copy link
Member Author

olevski commented Jan 21, 2022

TODO: Ensure that all manifest patches from master are in here.

@olevski
Copy link
Member Author

olevski commented Jan 26, 2022

This is ready for review.

@ableuler ableuler temporarily deployed to renku-ci-nb-788 January 27, 2022 09:20 Inactive
@RenkuBot
Copy link
Contributor

You can access the deployment of this PR at https://renku-ci-nb-788.dev.renku.ch

Copy link
Contributor

@ableuler ableuler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, let's merge this!

git-clone/clone.sh Show resolved Hide resolved
@olevski
Copy link
Member Author

olevski commented Jan 28, 2022

I will merge this even though the integration tests are failing. The integration tests are failing due to connection issues with gitlab it seems rather than real problems.

@olevski olevski merged commit 1a7f15c into master Jan 28, 2022
@olevski olevski deleted the custom-ca-certificates branch January 28, 2022 13:01
@olevski olevski restored the custom-ca-certificates branch November 30, 2022 21:43
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.

Enable custom root CA renku-notebooks
3 participants