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

fix: tails file hash. #1

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Conversation

burdettadam
Copy link

update put and get file endpoints to accept tails_hash.

@@ -46,7 +46,7 @@ exportEnvironment() {
export GENESIS_URL=${GENESIS_URL:-http://$DOCKERHOST:9000/genesis}
export STORAGE_PATH=${STORAGE_PATH:-/tmp/tails-files}
export LOG_LEVEL=${LOG_LEVEL:-INFO}
export TAILS_SERVER_URL=${TAILS_SERVER_URL:-http://$DOCKERHOST:6543}
export TAILS_SERVER_URL=${TAILS_SERVER_URL:-http://host.docker.internal:6543}
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may not be necessary since we did not need to change the genesis_url one.

@dbluhm dbluhm changed the base branch from main to fix/put-get-file-backwards-compat July 31, 2023 17:43
@dbluhm dbluhm changed the base branch from fix/put-get-file-backwards-compat to fix/tails-file-hash-update July 31, 2023 17:43
@dbluhm dbluhm changed the base branch from fix/tails-file-hash-update to main July 31, 2023 17:44
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.

2 participants