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

feat: secure Lassie server using authorization #273

Merged
merged 4 commits into from
Jun 28, 2023
Merged

Commits on Jun 28, 2023

  1. feat: secure Lassie server using authorization

    Configure Lassie HTTP server to require authorization with the
    configured access token.
    
    This change does not affect Zinnia modules with one exception:
    `fetch('ipfs://`) requests are not allowed to send an `Authorization`
    header now.
    
    Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
    bajtos committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    9b1f6e5 View commit details
    Browse the repository at this point in the history
  2. add a test calling Lassie HTTP directly

    Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
    bajtos committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    515893a View commit details
    Browse the repository at this point in the history
  3. fixup! cargo clippy

    Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
    bajtos committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    17dfa1f View commit details
    Browse the repository at this point in the history
  4. fixup! remove TBD

    Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
    bajtos committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    e3e0738 View commit details
    Browse the repository at this point in the history