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

Demo updates 2 #449

Merged
merged 9 commits into from
Apr 5, 2020
Merged

Conversation

ianco
Copy link
Contributor

@ianco ianco commented Apr 3, 2020

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

ianco added 4 commits April 3, 2020 08:39
Signed-off-by: Ian Costanzo <[email protected]>
Signed-off-by: Ian Costanzo <[email protected]>
@ianco ianco requested a review from swcurran April 3, 2020 17:58
demo/run_demo Outdated Show resolved Hide resolved
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")
Copy link
Contributor

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.

@@ -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"
Copy link
Contributor

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

Copy link
Contributor

@swcurran swcurran left a 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.

ianco added 2 commits April 5, 2020 11:18
Signed-off-by: Ian Costanzo <[email protected]>
Signed-off-by: Ian Costanzo <[email protected]>
@codecov-io
Copy link

codecov-io commented Apr 5, 2020

Codecov Report

Merging #449 into master will decrease coverage by 0.41%.
The diff coverage is n/a.

@@            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     

@swcurran swcurran merged commit ede312b into openwallet-foundation:master Apr 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants