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

feat(consortium-indy): support consortium database indy backend #675

Open
petermetz opened this issue Mar 16, 2021 · 0 comments
Open

feat(consortium-indy): support consortium database indy backend #675

petermetz opened this issue Mar 16, 2021 · 0 comments
Labels
Core_API Changes related to the Core API Package enhancement New feature or request good-first-issue Good for newcomers good-first-issue-400-expert Hacktoberfest Hacktoberfest participants are welcome to take a stab at issues marked with this label. P3 Priority 3: Medium

Comments

@petermetz
Copy link
Member

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

Currently the only consortium plugin we have is the manual one which is very bare bones, basically the consortium plugin equivalent of what the in-memory keychain plugin is for keychains (e.g. it's mostly just good for writing tests without having to simulate costly additional infrastructure software for test cases).

Describe the solution you'd like

The implementation should have the same endpoints/methods as the manual consortium plugin with the big difference being that the consortium database data is being pulled from an Indy ledger rather than from in-memory.
This way the consensus around who is in the consortium is outsourced to the Indy ledger (with all of it's problems which is great for us).
Essentially the plugin is just a resolver for DIDs on Indy.

Describe alternatives you've considered

Nothing, I'm pretty sure we need this.

Additional context

I put this under the epic of pluggable authentication but it's a slightly different topic (lines are blurred)

cc: @takeutak @sfuji822 @hartm @jonathan-m-hamilton @AzaharaC @jordigiam @kikoncuo @mwklein

@petermetz petermetz added Core_API Changes related to the Core API Package enhancement New feature or request good-first-issue Good for newcomers Hacktoberfest Hacktoberfest participants are welcome to take a stab at issues marked with this label. labels Mar 16, 2021
petermetz added a commit that referenced this issue Aug 31, 2021
WORK IN PROGRESS

Fixes #675

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
PranjayPathak pushed a commit to PranjayPathak/cactus that referenced this issue Dec 17, 2021
…ledger#675

WORK IN PROGRESS

Fixes hyperledger#675

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core_API Changes related to the Core API Package enhancement New feature or request good-first-issue Good for newcomers good-first-issue-400-expert Hacktoberfest Hacktoberfest participants are welcome to take a stab at issues marked with this label. P3 Priority 3: Medium
Projects
None yet
Development

No branches or pull requests

1 participant