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

Add upload token configuration #36

Merged
merged 6 commits into from
Sep 5, 2023
Merged

Add upload token configuration #36

merged 6 commits into from
Sep 5, 2023

Commits on May 13, 2023

  1. Add upload token configuration

    Such upload token is a trivial protection against
    unauthorized upload of data. Even if such data would
    pass the validation, huge amounts of data can be generated
    in order to perform a DoS attack by abusing storage
    requirements of the node.
    byo committed May 13, 2023
    Configuration menu
    Copy the full SHA
    1366425 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Use HTTP basic auth instead of token

    That way it's easier to encode credentials in a standard URL
    byo committed May 14, 2023
    Configuration menu
    Copy the full SHA
    59769b8 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Add logging to web interface

    byo committed May 17, 2023
    Configuration menu
    Copy the full SHA
    5924c81 View commit details
    Browse the repository at this point in the history
  2. Tiny gh actions fix

    byo committed May 17, 2023
    Configuration menu
    Copy the full SHA
    7d54992 View commit details
    Browse the repository at this point in the history
  3. Fix test cases (missing logger)

    byo committed May 17, 2023
    Configuration menu
    Copy the full SHA
    bda451a View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Inject dummy logger into tests

    byo committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    9c808a4 View commit details
    Browse the repository at this point in the history