webhook
webhook copied to clipboard
support for docker secret in template
I added secret template function that provides access to docker secrets.
secret secret_name will insert content of /run/secrets/secret_name file into a templated configuration file.
This should be now possible to execute using the cat template func introduced in #712