latchset / custodia

An API to manage secrets storage and retrieval
GNU General Public License v3.0
85 stars 27 forks source link

custodia-cli: check plugins #172

Closed tiran closed 7 years ago

tiran commented 7 years ago

The custodia-cli program has a subcommand to list all available plugins. The current implementation iterates over all entry point, but does not validate that the plugin actually exists or can be resolved. The plugin should show only importable plugins.

In debug mode custodia-cli plugins --debug the command should show traceback for failed plugins. Or maybe --all mode?