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

Make it possible to upload challenge files #152

Closed
Gitoffomalawn opened this issue Jul 12, 2018 · 2 comments
Closed

Make it possible to upload challenge files #152

Gitoffomalawn opened this issue Jul 12, 2018 · 2 comments

Comments

@Gitoffomalawn
Copy link

Gitoffomalawn commented Jul 12, 2018

Currently, it's only possible to make challenges without providing the users with a file (such as a text file, or a pcap). This makes certain challenges difficult to implement without a dedicated secondary infrastructure.

Features that would solve this issue would be:

  • Possibility for admin to upload files.
  • Possibility for users to download files.
@rbclark
Copy link
Contributor

rbclark commented Jul 12, 2018

Agreed that this would be a useful feature for us to have. The biggest issue is we normally use Heroku for deployment which does not provide any sort of permanent back-end storage. This means whatever file upload we end up using here should have the option of pointing at multiple back-ends, including S3 which is what we normally use.

@Bialogs
Copy link
Contributor

Bialogs commented Feb 25, 2019

I think we can wrap this up as a duplicate of #89 and make sure to use activestorage so people aren't forced into s3...

@Bialogs Bialogs closed this as completed Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants