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

Implement local file system support for secrets cat #290

Open
aryanjassal opened this issue Sep 27, 2024 · 3 comments
Open

Implement local file system support for secrets cat #290

aryanjassal opened this issue Sep 27, 2024 · 3 comments
Assignees
Labels
development Standard development

Comments

@aryanjassal
Copy link
Contributor

Specification

This is a continuation of Polykey-CLI#243. In that issue, a secrets cat was created with support for concatenating the output of multiple files from multiple vaults in order. It can also take in stdin and output that straight to stdout.

The secrets cat command currently only operates on vault's encrypted file system, and not on the actual user's file system. For consistency, we to support that out-of-the-box.

Additional context

Tasks

  1. Allow secrets cat to concatenate system files along with vault files
  2. Add fast-check tests if not already implemented
@aryanjassal aryanjassal added the development Standard development label Sep 27, 2024
@aryanjassal aryanjassal self-assigned this Sep 27, 2024
Copy link

linear bot commented Sep 27, 2024

@CMCDragonkai
Copy link
Member

This is pretty low priority, you're talking about secrets cat ./abc vault1:/abc right?

@aryanjassal
Copy link
Contributor Author

This is pretty low priority, you're talking about secrets cat ./abc vault1:/abc right?

Yes. This is low priority, and will work as you have written.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Standard development
Development

No branches or pull requests

2 participants