-
Couldn't load subscription status.
- Fork 44
Fabric Interoperation Chaincode Upgrade for Attested Foreign Identities #316
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: VRamakrishna <vramakr2@in.ibm.com>
Signed-off-by: VRamakrishna <vramakr2@in.ibm.com>
Updated the IIN Agent protos to use serialized protobufs for deterministic signature validation. Upgraded membership chaincode and unit tests to handle attested memberships from foreign security domains. Fixed Go package publishing workflow. Updated terminology in identity RFCs. Signed-off-by: VRamakrishna <vramakr2@in.ibm.com>
Signed-off-by: VRamakrishna <vramakr2@in.ibm.com>
Signed-off-by: VRamakrishna <vramakr2@in.ibm.com>
…ss than 1.16 The chaincode gets built in Fabric containers, which don't support Go 1.16 yet. Signed-off-by: VRamakrishna <vramakr2@in.ibm.com>
…d compatibility Updated relay and driver makefiles to tag locally built images with 'latest'. Signed-off-by: VRamakrishna <vramakr2@in.ibm.com>
Signed-off-by: VRamakrishna <vramakr2@in.ibm.com>
Signed-off-by: VRamakrishna <vramakr2@in.ibm.com>
…Memberships Updated and debugged Fabric Interop CC to ensure consistent data formatting across modules. Signed-off-by: VRamakrishna <vramakr2@in.ibm.com>
Signed-off-by: VRamakrishna <vramakr2@in.ibm.com>
Signed-off-by: VRamakrishna <vramakr2@in.ibm.com>
Signed-off-by: VRamakrishna <vramakr2@in.ibm.com>
Signed-off-by: VRamakrishna <vramakr2@in.ibm.com>
Signed-off-by: VRamakrishna <vramakr2@in.ibm.com>
Fabric CLI Upgrade to handle IIN Agents and Counter Attested Foreign Memberships
The updated Fabric CLI uses a version of protos that is not yet published as a package. The tests will be re-enabled after the next PR merge and package update. Signed-off-by: VRamakrishna <vramakr2@in.ibm.com>
sandeepnRES
reviewed
Sep 23, 2022
sandeepnRES
reviewed
Sep 23, 2022
sandeepnRES
reviewed
Sep 23, 2022
…t protobuf Signed-off-by: VRamakrishna <vramakr2@in.ibm.com>
Signed-off-by: VRamakrishna <vramakr2@in.ibm.com>
sandeepnRES
reviewed
Sep 26, 2022
sandeepnRES
reviewed
Sep 26, 2022
sandeepnRES
reviewed
Sep 26, 2022
sandeepnRES
reviewed
Sep 26, 2022
sandeepnRES
reviewed
Sep 26, 2022
sandeepnRES
reviewed
Sep 26, 2022
sandeepnRES
reviewed
Sep 26, 2022
…code redundancy Signed-off-by: VRamakrishna <vramakr2@in.ibm.com>
sandeepnRES
reviewed
Sep 27, 2022
…ract common functions Signed-off-by: VRamakrishna <vramakr2@in.ibm.com>
sandeepnRES
approved these changes
Sep 27, 2022
This was referenced Nov 15, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
After introducing IIN agents as the decentralized identity and credential managers for security domains' members, foreign memberships cannot be recorded on local ledgers without adequate attestations and authentication checks. This PR adds the following:
Fixes #309 and #315 .