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

Relay authentication #911

Merged
merged 38 commits into from
Nov 21, 2024
Merged

Commits on Nov 15, 2024

  1. Added rate limiting.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    02e9069 View commit details
    Browse the repository at this point in the history
  2. Properly handle blob sizes.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    dc39c21 View commit details
    Browse the repository at this point in the history
  3. Incremental progress.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d99fd39 View commit details
    Browse the repository at this point in the history
  4. Incremental progress.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e39eaf9 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Merge branch 'master' into relay-rate-limits2

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    876ec69 View commit details
    Browse the repository at this point in the history
  2. unit tests

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    9500f4f View commit details
    Browse the repository at this point in the history
  3. Unit tests.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    ffe18c6 View commit details
    Browse the repository at this point in the history
  4. Fix tests.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    79d9614 View commit details
    Browse the repository at this point in the history
  5. Cleanup.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    c1d83e6 View commit details
    Browse the repository at this point in the history
  6. Added get chunks request hashing.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    ed4daca View commit details
    Browse the repository at this point in the history
  7. Start work on authenticator.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    3438b92 View commit details
    Browse the repository at this point in the history
  8. Fix test issue.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    b5dc37c View commit details
    Browse the repository at this point in the history
  9. Cleanup

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    b420cca View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Merge branch 'master' into relay-rate-limits2

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    517b78e View commit details
    Browse the repository at this point in the history
  2. Convert config to flag pattern.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    7982aec View commit details
    Browse the repository at this point in the history
  3. Simplify rate limiter classes.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    366fdf7 View commit details
    Browse the repository at this point in the history
  4. Made suggested changes.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    f2c10e4 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'relay-rate-limits2' into relay-authentication

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    0f95ce4 View commit details
    Browse the repository at this point in the history
  6. Shorten package name.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    c2bb9c3 View commit details
    Browse the repository at this point in the history
  7. Started testing

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    151305b View commit details
    Browse the repository at this point in the history
  8. Finished unit tests.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    29fd940 View commit details
    Browse the repository at this point in the history
  9. Nil authenticator test.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    3993af4 View commit details
    Browse the repository at this point in the history
  10. Test with authentication saving disabled.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    d094b80 View commit details
    Browse the repository at this point in the history
  11. Tie together config.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    d8691e1 View commit details
    Browse the repository at this point in the history
  12. Add method for convenient signing.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    8b9512b View commit details
    Browse the repository at this point in the history
  13. Made requested changes.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    fb7ec51 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'master' into relay-authentication

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    6325f0c View commit details
    Browse the repository at this point in the history
  15. Revert unintentional changes.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    5f853e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Fix bug.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    f22544c View commit details
    Browse the repository at this point in the history
  2. Made requested changes.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    7a26c27 View commit details
    Browse the repository at this point in the history
  3. Update proto documentation.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    d21e0bc View commit details
    Browse the repository at this point in the history
  4. Add key caching.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    98a8469 View commit details
    Browse the repository at this point in the history
  5. lint

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    5948e73 View commit details
    Browse the repository at this point in the history
  6. Make requested changes.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    cc62eac View commit details
    Browse the repository at this point in the history
  7. Made suggested changes.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    0372ee9 View commit details
    Browse the repository at this point in the history
  8. Made requested changes.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    97cc318 View commit details
    Browse the repository at this point in the history
  9. Add preloading of keys.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    fea251a View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Made suggested changes.

    Signed-off-by: Cody Littley <[email protected]>
    cody-littley committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    fe82924 View commit details
    Browse the repository at this point in the history