Add Service Endpoint to retrieve Secret Shares based on Tags #34
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Note: This issue comes from a discussion on carbynestack/ephemeral#17
Currently we have
intra-vcp/secret-shares
to download a secret's shares based on their secret id.For allowing to execute ephemeral games using tag-filters, we need an endpoint that
/intra-vcp/**
so that it later on is not authenticated/secret-shares
endpoint that retrieves MetaDatacreation-date
in anascending
orderEDIT: Preferred to have at least something that tells the number of shares, as this may be required later down the line. Example UseCase: allowing for Placeholders in algorithm code that are filled with parameters like
{{NUMBER_OF_SECRETS}}
or similar, which may be dynamically be calculated by ephemeral based on the provided inputsNOT Part of this issue:
Part of resolving this issue may be adding a Notice to the README, though.
Open questions to discuss:
The text was updated successfully, but these errors were encountered: