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

Delete/upload/download specific keys or config entries #25

Open
therealpaulgg opened this issue Apr 26, 2023 · 4 comments
Open

Delete/upload/download specific keys or config entries #25

therealpaulgg opened this issue Apr 26, 2023 · 4 comments
Assignees

Comments

@therealpaulgg
Copy link
Owner

No description provided.

@therealpaulgg therealpaulgg converted this from a draft issue Apr 26, 2023
@therealpaulgg
Copy link
Owner Author

This is really a 'nice to have', not really necessary for v1 release.

@therealpaulgg therealpaulgg changed the title Delete specific keys or config entries Delete/upload/download specific keys or config entries Mar 27, 2024
@therealpaulgg
Copy link
Owner Author

It turns out it would be quite nice to have this.

I accidentally added a .duplicate file to my actual ssh-sync store, and I can't get rid of it.

Also we should implement a bug fix for the following situation:

  • I have a key named bob
  • I save a file bob.duplicate
  • I upload - this uploads bob and bob.duplicate

This'll create a problem when having to create another bob.duplicate

A simple fix could be, ssh-sync just never ever uploads .duplicate files. But in the event it does, we should handle that scenario and append some sort of character.

But - now that I'm in this state, I would love to be able to delete a specific entry from my keystore.

Perhaps a TUI to explore the keys...that would be really cool

@therealpaulgg therealpaulgg mentioned this issue Apr 3, 2024
@therealpaulgg
Copy link
Owner Author

This will require additional endpoints in ssh-sync-server.

@therealpaulgg therealpaulgg moved this from Todo to In Progress in ssh-sync Apr 16, 2024
@therealpaulgg therealpaulgg self-assigned this Apr 16, 2024
@therealpaulgg
Copy link
Owner Author

The delete portion of key management is complete.

Next task:

As a user,

I want to be able to delete configuration entries from the configuration store,
so that I may have further control over my configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

1 participant