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

Implement file store API #4

Merged
merged 60 commits into from Mar 15, 2019
Merged

Implement file store API #4

merged 60 commits into from Mar 15, 2019

Conversation

asmega
Copy link
Contributor

@asmega asmega commented Mar 14, 2019

API to handle file upload and download from runner

Phil Lee added 24 commits March 8, 2019 15:13
this is because it is a GET request and we SHOULD not be including json
payload within the request of the body. instead it is included as part
of the query string which has been base64 encoded. it is this base64
encoded string that is signed in the JWT which we can use to verify the
authenticity of the request
"checksum" is added to the JWT payload and is the SHA256 digest of the
request body.
Copy link

@theKHutDeveloper theKHutDeveloper left a comment

Choose a reason for hiding this comment

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

Looks good

@asmega asmega merged commit 104f6ac into master Mar 15, 2019
@asmega asmega deleted the implement-file-store branch March 15, 2019 12:50
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.

None yet

3 participants