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

REST API for public key management #3

Open
trevex opened this issue Aug 6, 2020 · 0 comments
Open

REST API for public key management #3

trevex opened this issue Aug 6, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@trevex
Copy link
Member

trevex commented Aug 6, 2020

Once a user logged in via the CLI. They should be able to manage public keys.

An authenticated user should be able to:

  • list their own public keys
  • upload a new public key
  • delete one of their public keys

The API should be implemented as REST API (gRPC as alternative debatable as well).
The API should be a self-contained package which can add routes to an existing gin engine and allows the drop-in of an
arbitrary auth route protecting function.

@trevex trevex added the enhancement New feature or request label Aug 6, 2020
@trevex trevex added this to the MVP milestone Aug 6, 2020
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

1 participant