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

Use keyring only if it exists #13

Open
davidferlay opened this issue May 27, 2024 · 0 comments
Open

Use keyring only if it exists #13

davidferlay opened this issue May 27, 2024 · 0 comments

Comments

@davidferlay
Copy link
Contributor

davidferlay commented May 27, 2024

Observed

  • It make sense for user to execute plasmactl update anywhere on system
    • Including in a directory where no keyring exists, like user home or system root

Expected

  • To avoid creating keyring files in random place of system, it's probably best not for update command not to have abiltiy to create new keyrings
  • That way, command will use keyring if it already exists (in most case, project directory) and not polute the system otherwise
  • So in case keyring not found in ./{binary-name}/keyring.yaml.age of current directory, then prompt user for credentials, to be used right away and not be stored anywhere
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