This repository has been archived by the owner on Jan 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 93
Create Avalon attestation service #710
Open
Ram-srini
wants to merge
1
commit into
hyperledger-archives:main
Choose a base branch
from
Ram-srini:verification_service
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Create Avalon attestation service #710
Ram-srini
wants to merge
1
commit into
hyperledger-archives:main
from
Ram-srini:verification_service
Conversation
This file contains 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
Ram-srini
requested review from
danintel,
dcmiddle,
EugeneYYY,
karthikamurthy,
manju956,
manojgop,
pankajgoyal2,
rranjan3,
SriharshaSubbakrishna and
TomBarnes
as code owners
November 12, 2020 09:21
This pull request introduces 3 alerts when merging 68d9910 into ee43a65 - view on LGTM.com new alerts:
|
Ram-srini
force-pushed
the
verification_service
branch
from
November 12, 2020 10:58
68d9910
to
7417ada
Compare
This pull request introduces 3 alerts when merging 7417ada into ee43a65 - view on LGTM.com new alerts:
|
Ram-srini
force-pushed
the
verification_service
branch
from
November 12, 2020 11:36
7417ada
to
c74712e
Compare
manju956
reviewed
Nov 12, 2020
common/crypto_utils/avalon_crypto_utils/verify_attestation_report.py
Outdated
Show resolved
Hide resolved
common/crypto_utils/avalon_crypto_utils/verify_attestation_report.py
Outdated
Show resolved
Hide resolved
@@ -110,6 +110,9 @@ def __init__(self, args): | |||
# requester signature for work order requests | |||
self._requester_signature = options.requester_signature | |||
|
|||
# Avalon attestation service uri |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar changes need to be made at Demo.py as well.
Ram-srini
force-pushed
the
verification_service
branch
3 times, most recently
from
November 13, 2020 11:03
6221484
to
8c8cb62
Compare
This pull request introduces 1 alert when merging 8c8cb62 into ee43a65 - view on LGTM.com new alerts:
|
Ram-srini
force-pushed
the
verification_service
branch
from
November 13, 2020 11:57
8c8cb62
to
d55c951
Compare
manojgop
reviewed
Nov 14, 2020
common/verify_report_utils/verify_report/verify_attestation_report.py
Outdated
Show resolved
Hide resolved
Ram-srini
force-pushed
the
verification_service
branch
from
December 21, 2020 08:50
d55c951
to
38c7c09
Compare
1. Attestation verification service to do verify IAS AVR, DCAP quote 2. Service listens on HTTP based jrpc listener and uses format json-rpc 3. Python API makes to call to attestation service 4. Shell container having pure python packages and become light-weight. Signed-off-by: Ramakrishna Srinivasamurthy <[email protected]>
Ram-srini
force-pushed
the
verification_service
branch
from
December 29, 2020 12:12
38c7c09
to
7f41847
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Signed-off-by: Ramakrishna Srinivasamurthy [email protected]