nickgerace / bovine

Manager for single node Rancher clusters
https://crates.io/crates/bovine
Apache License 2.0
50 stars 0 forks source link

Find bootstrap password should fail if no results are found #34

Closed nickgerace closed 3 years ago

nickgerace commented 3 years ago

Currently, the find bootstrap password logic only produces a failure if the suspected log message (greedily found via substring search) if the log message split produces no results. However, it should also fail if the message is never found.