Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Create Avalon attestation service #710

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Ram-srini
Copy link
Contributor

  1. Attestation 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]

@lgtm-com
Copy link

lgtm-com bot commented Nov 12, 2020

This pull request introduces 3 alerts when merging 68d9910 into ee43a65 - view on LGTM.com

new alerts:

  • 2 for Unused import
  • 1 for Unused local variable

@lgtm-com
Copy link

lgtm-com bot commented Nov 12, 2020

This pull request introduces 3 alerts when merging 7417ada into ee43a65 - view on LGTM.com

new alerts:

  • 2 for Unused import
  • 1 for Unused local variable

avs/Dockerfile Outdated Show resolved Hide resolved
avs/Dockerfile 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
Copy link
Contributor

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 Ram-srini force-pushed the verification_service branch 3 times, most recently from 6221484 to 8c8cb62 Compare November 13, 2020 11:03
@lgtm-com
Copy link

lgtm-com bot commented Nov 13, 2020

This pull request introduces 1 alert when merging 8c8cb62 into ee43a65 - view on LGTM.com

new alerts:

  • 1 for Syntax error

examples/apps/generic_client/generic_client.py Outdated Show resolved Hide resolved
examples/apps/generic_client/generic_client.py Outdated Show resolved Hide resolved
examples/apps/generic_client/generic_client.py Outdated Show resolved Hide resolved
examples/apps/generic_client/generic_client.py Outdated Show resolved Hide resolved
examples/apps/generic_client/base_generic_client.py Outdated Show resolved Hide resolved
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]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants