mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
The order of precedence is: 1. --username/--password 2. URI-specific credentials in store 3. Default credentials in store The "partial" overriding means that specifying only one of --username or --password will cause the crawl command to fetch the specific node credentials for the BMC (falling back to the default) but override the result with the value of the passed flag. For instance, magellan crawl <uri> --username foo will fetch the username and password for <uri> in the secret store, but override the username being sent to 'foo'. This does not change the username stored in the secret store. |
||
|---|---|---|
| .. | ||
| collect.go | ||
| crawl.go | ||
| list.go | ||
| login.go | ||
| root.go | ||
| scan.go | ||
| secrets.go | ||
| update.go | ||
| version.go | ||