mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2025-10-09 17:01:30 +02:00
* Add support for reading peer passwords via a file Syntax of the file is the same as for --peer-router-passwords, that is, a comma separated list of base64 encoded passwords. Passwords specified with --peer-router-passwords have precedence over passwords read from peer-router-passwords-file. * fix(options): peer password file linting and doc Co-authored-by: Jean Raby <jean@raby.sh>