Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Key management commands ignore keyring configuration from config file #80

Open
samricotta opened this issue Jan 7, 2025 · 0 comments

Comments

@samricotta
Copy link
Contributor

samricotta commented Jan 7, 2025

When using key management commands (e.g., covenant-signer keys list), the CLI ignores keyring settings from the config file. For example, even with keyring-backend = "file" set in the config, users must still provide --keyring-backend file on the command line.

Current behavior:

# Config file has keyring-backend = "file"
covenant-signer keys list  # Fails
covenant-signer keys list --keyring-backend file  # Works

Expected behavior:

# Config file has keyring-backend = "file"
covenant-signer keys list  # Should work using config settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant