-
Notifications
You must be signed in to change notification settings - Fork 517
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
Demo updates 2 #449
Demo updates 2 #449
Conversation
Signed-off-by: Ian Costanzo <[email protected]>
Signed-off-by: Ian Costanzo <[email protected]>
Signed-off-by: Ian Costanzo <[email protected]>
Signed-off-by: Ian Costanzo <[email protected]>
demo/runners/support/agent.py
Outdated
log_msg(f"External host Tails File URL: {tails_file_external_url}") | ||
log_msg(f"================") | ||
log_msg(f"mkdir -p ./revocation/registry/{revocation_registry_id}/") | ||
log_msg(f"curl -X GET \"{tails_file_external_url}\" --output /tmp/tails-files/revocation/registry/{revocation_registry_id}/tails-file.txt") |
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.
On the output file, there is still the "/tmp/tails-files". Please remove.
demo/runners/support/agent.py
Outdated
@@ -219,21 +219,28 @@ def __init__( | |||
# Update the revocation registry with the public URL to the tails file | |||
tails_file_admin_url = f"{self.admin_url}/revocation/registry/{revocation_registry_id}/tails-file" | |||
tails_file_url = f"{self.public_tails_url}/revocation/registry/{revocation_registry_id}/tails-file" | |||
tails_file_external_url = f"{self.endpoint}/revocation/registry/{revocation_registry_id}/tails-file" |
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.
Looks like "self.endpoint" should be something else to get port 8021
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.
Comments define the requested changes.
Signed-off-by: Ian Costanzo <[email protected]>
Signed-off-by: Ian Costanzo <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #449 +/- ##
==========================================
- Coverage 89.47% 89.05% -0.42%
==========================================
Files 248 248
Lines 12213 12205 -8
==========================================
- Hits 10927 10869 -58
- Misses 1286 1336 +50 |
Signed-off-by: Ian Costanzo <[email protected]>
Signed-off-by: Ian Costanzo <[email protected]>
Added a new demo parameter --self-attested (the default it to NOT include self attested attributes in the proof request)
Updated the tails file commands to include the proper host name when on PWD (so you can just copy and paste the commands directly)
Included the "base64" command as a temporary workaround for eSatus wallet