ldez/traefik-certs-dumper

Hook: Expand Environment Variables

dargmuesli opened this issue · 2 comments

Hey there,

first of all let me thank you for this great replacement of dumpcerts.sh!

I want to propose to change

errH := execute(command)

to errH := execute(os.ExpandEnv(command)) to be able to utilize environment variables within post-hooks.

ldez commented

Thanks for the proposal, the feature is in the v2.4.0

Thank you, that was quick! :)