proxy-dumper: don't clean the target directory #4

Merged
bsod merged 1 commit from cert-dumper-disable-clean into master 2023-05-02 20:03:53 +02:00
Member

the proxy dumper deletes and recreates all directories when dumping certs. this does break a lot of the container mounts for certificates needing restarts for the containers which is especially troublesome for containers loading these cert files dynamically (postfix).

This setting is apparently configurable so we should try disabling it (see: a909fe7184/cmd/root.go (L61) )

I hope this should fix some of the issues we have with non-accessible cert files after updates

the proxy dumper deletes and recreates all directories when dumping certs. this does break a lot of the container mounts for certificates needing restarts for the containers which is especially troublesome for containers loading these cert files dynamically (postfix). This setting is apparently configurable so we should try disabling it (see: https://github.com/ldez/traefik-certs-dumper/blob/a909fe71840adc1d023ce341c3d07a7cb5d5b943/cmd/root.go#L61 ) I hope this should fix some of the issues we have with non-accessible cert files after updates
bsod added 1 commit 2022-11-25 22:00:31 +01:00
df555af86c proxy-dumper: don't clean the target directory
I hope this should fix some of the issues we have with non-accessible cert files after updates
bsod merged commit acb2733c83 into master 2023-05-02 20:03:52 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: zombi/proxy#4
No description provided.