mtillberg

Results 4 comments of mtillberg

For logging, there is a warning that's triggered in _db_state_update. In the syslog for my forced error case, I'm getting: munin-update: ds_id(bind9_server_stats, requests_with_edns_0_received, 1688380931, 63091) is NULL, SELECT ds.id FROM...

I'd be happy to write up a first pass at a my thoughts for a config section with options and behaviors and work together on a design. I'm not a...

Some of what you list are application level decisions, which are security vs functionality. But "some applications do insecure things" shouldn't be an argument for leaving unencrypted secrets laying around....

Here's my current thoughts on the unmount section: ``` services: service: secrets: - ... unmount_on: condition: (service_started|service_healthy) delay: duration on_failure: (ignore|terminate) ``` The unmount_on handler causes Docker to unmount a...