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

Feature/add internal ca #207

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

orionjsa
Copy link
Contributor

@orionjsa orionjsa commented Nov 9, 2022

In response on request #195 , I open this pull request.
The aim is to follow this doc : https://docs.dependencytrack.org/getting-started/internal-ca/
How it works :
The internal certificate is stored in ConfigMap.
At startup, 2 init-containers runs.
One export the default truststore from Dependency-Track's image.
The second sleeps until the exported trustore is available then amends it with the certificate in ConfigMap.
Finally, amended strustore is available via shared volume for the api-server container.

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.

1 participant