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

Add CLI commands for interacting with a secret store #3

Open
3 tasks
ramizpolic opened this issue Aug 29, 2023 · 0 comments
Open
3 tasks

Add CLI commands for interacting with a secret store #3

ramizpolic opened this issue Aug 29, 2023 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature. lifecycle/keep Denotes an issue or PR that should be preserved from going stale.
Milestone

Comments

@ramizpolic
Copy link
Member

ramizpolic commented Aug 29, 2023

Idea

A user should be able to interact with a generic secret store though CLI.

Strategy

Following commands should be supported:

  • store get-secret --key "key"
  • store set-secret --key "key" --data "data"
  • store list-secrets --path "path"

For now, handle auth by loading store from a file pointed by either SECRET_STORE_AUTH_FILEPATH env var, or provided via --store flag in these commands.

Future

Add flags to contextually load/switch between stores, e.g.

  • store load NAME --from-file PATH to add a new store to local storage
  • store use STORE to use a specific store
    This would require having a persistent local storage with stores for (ID, Name, Filepath) tuples
@github-actions github-actions bot added the lifecycle/stale Denotes an issue or PR that has become stale and will be auto-closed. label Dec 3, 2023
@ramizpolic ramizpolic removed the lifecycle/stale Denotes an issue or PR that has become stale and will be auto-closed. label Dec 4, 2023
@ramizpolic ramizpolic added this to the v0.3.0 milestone Dec 8, 2023
@github-actions github-actions bot added the lifecycle/stale Denotes an issue or PR that has become stale and will be auto-closed. label Feb 18, 2024
@ramizpolic ramizpolic removed the lifecycle/stale Denotes an issue or PR that has become stale and will be auto-closed. label Feb 22, 2024
@github-actions github-actions bot added the lifecycle/stale Denotes an issue or PR that has become stale and will be auto-closed. label Apr 28, 2024
@csatib02 csatib02 removed the lifecycle/stale Denotes an issue or PR that has become stale and will be auto-closed. label Apr 28, 2024
@github-actions github-actions bot added the lifecycle/stale Denotes an issue or PR that has become stale and will be auto-closed. label Jun 30, 2024
@csatib02 csatib02 added lifecycle/keep Denotes an issue or PR that should be preserved from going stale. kind/feature Categorizes issue or PR as related to a new feature. and removed lifecycle/stale Denotes an issue or PR that has become stale and will be auto-closed. labels Jun 30, 2024
@bank-vaults bank-vaults deleted a comment from github-actions bot Jun 30, 2024
@bank-vaults bank-vaults deleted a comment from github-actions bot Jun 30, 2024
@bank-vaults bank-vaults deleted a comment from github-actions bot Jun 30, 2024
@bank-vaults bank-vaults deleted a comment from github-actions bot Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. lifecycle/keep Denotes an issue or PR that should be preserved from going stale.
Projects
None yet
Development

No branches or pull requests

2 participants