Skip to main content

run_list_api_keys_command

Function run_list_api_keys_command 

Source
pub fn run_list_api_keys_command(
    config_path: &Path,
) -> Result<(), Box<dyn Error>>
Expand description

List API keys from configuration file.

Reads the configuration file and displays all configured API key hashes. This helps operators audit which keys are currently active.

ยงErrors

Returns an error if the configuration file cannot be read or parsed.