mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-20 06:18:31 +00:00
Allow VC to create password files via HTTP API
This commit is contained in:
@@ -259,6 +259,10 @@ impl Config {
|
||||
config.http_api.allow_keystore_export = true;
|
||||
}
|
||||
|
||||
if cli_args.is_present("http-store-passwords-in-secrets-dir") {
|
||||
config.http_api.store_passwords_in_secrets_dir = true;
|
||||
}
|
||||
|
||||
/*
|
||||
* Prometheus metrics HTTP server
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user