Skip to content

Commit

Permalink
Minor corrections in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1N committed Mar 23, 2024
1 parent cb2608a commit add702e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ All plugins in the official registry are cryptographically signed and verified a

- Ease of Distribution: Simplifies the process of installing and updating memflow plugins across different environments.

- Security: Plugins can be cryptographically signed before the upload and validated on the client that is downloading the plugin.
- Security: Plugins are cryptographically signed before uploading and validated on the client by the end-user.

## Getting started

Expand Down Expand Up @@ -153,6 +153,11 @@ $ curl -v -X DELETE -H "Authorization: Bearer 1234" http://localhost:3000/files/

Since a plugin binary can contain multiple plugins this call ensures all plugin variants are removed from the database.

## Roadmap

- Add pull-through capabilities to registry so end-users can setup their own registries more easily
- Add support for multiple signing keys

## Contributing

Contributions to the memflow-registry server are welcome! If you would like to contribute, please follow these guidelines:
Expand Down

0 comments on commit add702e

Please sign in to comment.