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

Ability to Cache the public key of another atSign #1168

Open
XavierChanth opened this issue Nov 17, 2023 · 1 comment
Open

Ability to Cache the public key of another atSign #1168

XavierChanth opened this issue Nov 17, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@XavierChanth
Copy link
Member

XavierChanth commented Nov 17, 2023

Is your feature request related to a problem? Please describe.

We had to manually implement a version of this feature into sshnp client.

Describe the solution you'd like

@gkc has enabled caching of the sshnpd atSign's public key but without having (built in AtClient) local store enabled, it would be useful to have the ability to signal to the client to cache the public key of another atSign or a few atSigns without the need to create a full local store. This is especially useful for applications like sshnp, which are primarily driven by real-time events and want to use remote notifications instead of using persistent storage with syncing and a cache.

Describe alternatives you've considered

No response

Additional context

No response

@XavierChanth XavierChanth added the enhancement New feature or request label Nov 17, 2023
@XavierChanth
Copy link
Member Author

XavierChanth commented Dec 9, 2023

P3 for now - we have a working implementation in sshnp client for now, we can abstract it away once we have another request for it in another project

Also, it may fall under this: #606

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants