-
-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Open
Copy link
Labels
enhancementAdding or requesting a new feature.Adding or requesting a new feature.help wantedExtra attention is needed.Extra attention is needed.
Description
Describe the problem
Your recommendation for handling private CAs is to trust them system-wide. This is a perfectly normal practice for system-wide installations. However, that would require building custom docker images for many on-prem installations, which brings a lot of maintenance overhead.
IMHO this is something that the weblate docker image should support. We certainly do this for our products :)
Describe the solution you'd like
Proposal: A simple environment variable that we could set with a path to a CA certificate.
The entrypoint of the docker image could then add it to the CA bundle itself.
This makes it easy to mount in a CA cert from a volume, as a Kubernetes secret object, etc.
Describe alternatives you've considered
No response
Screenshots
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementAdding or requesting a new feature.Adding or requesting a new feature.help wantedExtra attention is needed.Extra attention is needed.