Skip to content

update-ca-certificates (LDAPS) #1006

Answered by mlodic
Aphetoros asked this question in Q&A
May 10, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hey!

Certificates are to be considered as secrets so we cannot add them in the build in the Dockerfile. On the contrary, we can upload them at the time of the container execution, via docker-compose.

Are you following the official doc and using this configuration in the python file, right? https://intelowl.readthedocs.io/en/latest/Advanced-Usage.html#ldap

Referring to that configuration, one possible solution is the following one but still requires a customization by your side:

Add this to the default.yml docker-compose file (mount the folder with the certificates in the uwsgi container):

volumes:
    - /usr/local/share/ca-certificates:/opt/deploy/intel_owl/certs

In settings.py extract t…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Aphetoros
Comment options

@mlodic
Comment options

Answer selected by Aphetoros
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants