Bug Fix
- Fixed: Restored CrowdSec credential YAML file support in
read_secret_file()(#30)- Regression in v3.3.0 broke reading
/var/lib/private/crowdsec/*_credentials.yamlfiles - Now supports both Docker secrets (single-line) and CrowdSec YAML (
password: <value>) formats
- Regression in v3.3.0 broke reading
Thanks @gaelj for reporting!